VTK-m  2.0
Public Types | List of all members
vtkm::worklet::WorkletVisitCellsWithPoints Class Reference

Base class for worklets that map from Points to Cells. More...

#include <WorkletMapTopology.h>

Inheritance diagram for vtkm::worklet::WorkletVisitCellsWithPoints:
vtkm::worklet::WorkletMapTopology< vtkm::TopologyElementTagCell, vtkm::TopologyElementTagPoint > vtkm::exec::FunctorBase vtkm::rendering::Cylinderizer::CountSegments vtkm::rendering::Cylinderizer::Cylinderize vtkm::rendering::Cylinderizer::SegmentedStructured< DIM > vtkm::rendering::Quadralizer::CountQuads vtkm::rendering::Quadralizer::Quadralize vtkm::rendering::Quadralizer::SegmentedStructured< DIM > vtkm::rendering::raytracing::MortonCodeFace vtkm::rendering::Triangulator::CountTriangles vtkm::rendering::Triangulator::Triangulate vtkm::rendering::Triangulator::TriangulateStructured< DIM > vtkm::worklet::CalcVol vtkm::worklet::CellAverage vtkm::worklet::CellDeepCopy::CountCellPoints vtkm::worklet::CellDeepCopy::PassCellStructure vtkm::worklet::CellMeasure vtkm::worklet::CheckFor2D vtkm::worklet::Clip::ComputeStats vtkm::worklet::Clip::GenerateCellSet vtkm::worklet::ComputeStats vtkm::worklet::ExternalFaces::BuildConnectivityStructured vtkm::worklet::ExternalFaces::CountPolyDataCellPoints vtkm::worklet::ExternalFaces::FaceHash vtkm::worklet::ExternalFaces::IsPolyDataCell vtkm::worklet::ExternalFaces::NumExternalFacesPerStructuredCell vtkm::worklet::ExternalFaces::NumFacesPerCell vtkm::worklet::ExternalFaces::PassPolyDataCells vtkm::worklet::ExtractGeometry::ExtractCellsByVOI vtkm::worklet::ExtractVFsForMIR vtkm::worklet::ExtractVFsForMIR_C vtkm::worklet::FacetedSurfaceNormals::Worklet< NormalFnctr > vtkm::worklet::flow::StreamSurface::CountPolylines vtkm::worklet::flying_edges::ComputePass2 vtkm::worklet::flying_edges::ComputePass4X< T > vtkm::worklet::flying_edges::ComputePass4XWithNormals< T > vtkm::worklet::flying_edges::ComputePass4Y< T > vtkm::worklet::GenerateCellSet vtkm::worklet::gradient::CellGradient vtkm::worklet::marching_cells::ClassifyCell< T > vtkm::worklet::marching_cells::EdgeWeightGenerate< T > vtkm::worklet::OrientCellNormals::WorkletMarkActivePoints vtkm::worklet::OrientPointAndCellNormals::WorkletMarkActivePoints vtkm::worklet::OrientPointAndCellNormals::WorkletProcessCellNormals vtkm::worklet::OrientPointNormals::WorkletMarkActivePoints vtkm::worklet::Probe::HiddenCellsWorklet vtkm::worklet::Probe::ProbeUniformPoints vtkm::worklet::RemoveDegenerateCells::IdentifyDegenerates vtkm::worklet::spatialstructure::CellRangesExtracter vtkm::worklet::tetrahedralize::TetrahedralizeCell vtkm::worklet::TetrahedralizeExplicit::TetrahedralizeCell vtkm::worklet::TetrahedralizeExplicit::TetrahedraPerCell vtkm::worklet::Threshold::ThresholdByPointField< UnaryPredicate > vtkm::worklet::TriangleWinding::WorkletGetCellShapesAndSizes vtkm::worklet::TriangleWinding::WorkletWindToCellNormalsGeneric vtkm::worklet::triangulate::TriangulateCell vtkm::worklet::TriangulateExplicit::TrianglesPerCell vtkm::worklet::TriangulateExplicit::TriangulateCell vtkm::worklet::Tube::CountSegments vtkm::worklet::Tube::GenerateCells vtkm::worklet::Tube::GenerateNormals vtkm::worklet::Tube::GeneratePoints vtkm::worklet::VertexClustering::MapCellsWorklet

Public Types

using FieldInPoint = FieldInIncident
 
using FieldInCell = FieldInVisit
 
using FieldOutCell = FieldOut
 
using FieldInOutCell = FieldInOut
 
using PointCount = IncidentElementCount
 
using PointIndices = IncidentElementIndices
 
- Public Types inherited from vtkm::worklet::WorkletMapTopology< vtkm::TopologyElementTagCell, vtkm::TopologyElementTagPoint >
using VisitTopologyType = vtkm::TopologyElementTagCell
 
using IncidentTopologyType = vtkm::TopologyElementTagPoint
 

Additional Inherited Members

- Public Member Functions inherited from vtkm::worklet::WorkletMapTopology< vtkm::TopologyElementTagCell, vtkm::TopologyElementTagPoint >
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC vtkm::exec::arg::ThreadIndicesTopologyMap< InputDomainType, vtkm::exec::arg::CustomScatterOrMaskTagGetThreadIndices (vtkm::Id threadIndex, const OutToInArrayType &outToIn, const VisitArrayType &visit, const ThreadToOutArrayType &threadToOut, const InputDomainType &connectivity) const
 Topology map worklets use topology map indices. More...
 
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC EnableFnWhen< S &&M, vtkm::exec::arg::ThreadIndicesTopologyMap< InputDomainType, vtkm::exec::arg::DefaultScatterAndMaskTag > > GetThreadIndices (vtkm::Id threadIndex1D, const vtkm::Id3 &threadIndex3D, const OutToInArrayType &vtkmNotUsed(outToIn), const VisitArrayType &vtkmNotUsed(visit), const ThreadToOutArrayType &vtkmNotUsed(threadToOut), const InputDomainType &connectivity) const
 Optimized for ScatterIdentity and MaskNone. More...
 
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC EnableFnWhen<!(S &&M), vtkm::exec::arg::ThreadIndicesTopologyMap< InputDomainType, vtkm::exec::arg::CustomScatterOrMaskTag > > GetThreadIndices (vtkm::Id threadIndex1D, const vtkm::Id3 &threadIndex3D, const OutToInArrayType &outToIn, const VisitArrayType &visit, const ThreadToOutArrayType &threadToOut, const InputDomainType &connectivity) const
 Default version. More...
 

Detailed Description

Base class for worklets that map from Points to Cells.

Member Typedef Documentation

◆ FieldInCell

◆ FieldInOutCell

◆ FieldInPoint

◆ FieldOutCell

◆ PointCount

◆ PointIndices


The documentation for this class was generated from the following file: