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

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

#include <WorkletMapTopology.h>

Inheritance diagram for vtkm::worklet::WorkletVisitPointsWithCells:
vtkm::worklet::WorkletMapTopology< vtkm::TopologyElementTagPoint, vtkm::TopologyElementTagCell > vtkm::exec::FunctorBase vtkm::worklet::CombineVFsForPoints vtkm::worklet::CombineVFsForPoints_C vtkm::worklet::ExtractPoints::ExtractPointsByVOI vtkm::worklet::flying_edges::ComputePass1< T > vtkm::worklet::gradient::PointGradient vtkm::worklet::marching_cells::NormalsWorkletPass1 vtkm::worklet::marching_cells::NormalsWorkletPass2 vtkm::worklet::OrientCellNormals::WorkletMarkActiveCells vtkm::worklet::OrientCellNormals::WorkletProcessSourceCells vtkm::worklet::OrientPointAndCellNormals::WorkletMarkActiveCells vtkm::worklet::OrientPointAndCellNormals::WorkletProcessPointNormals vtkm::worklet::OrientPointNormals::WorkletMarkActiveCells vtkm::worklet::PointAverage vtkm::worklet::SmoothSurfaceNormals::Worklet vtkm::worklet::SplitSharpEdges::ClassifyPoint vtkm::worklet::SplitSharpEdges::SplitSharpEdge vtkm::worklet::ThresholdPoints::ThresholdPointField< UnaryPredicate >

Public Types

using FieldInCell = FieldInIncident
 
using FieldInPoint = FieldInVisit
 
using FieldOutPoint = FieldOut
 
using FieldInOutPoint = FieldInOut
 
using CellCount = IncidentElementCount
 
using CellIndices = IncidentElementIndices
 
- Public Types inherited from vtkm::worklet::WorkletMapTopology< vtkm::TopologyElementTagPoint, vtkm::TopologyElementTagCell >
using VisitTopologyType = vtkm::TopologyElementTagPoint
 
using IncidentTopologyType = vtkm::TopologyElementTagCell
 

Additional Inherited Members

- Public Member Functions inherited from vtkm::worklet::WorkletMapTopology< vtkm::TopologyElementTagPoint, vtkm::TopologyElementTagCell >
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 Cells to Points.

Member Typedef Documentation

◆ CellCount

◆ CellIndices

◆ FieldInCell

◆ FieldInOutPoint

◆ FieldInPoint

◆ FieldOutPoint


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