VTK-m  2.0
Classes | Namespaces
WorkletMapTopology.h File Reference
#include <vtkm/worklet/internal/WorkletBase.h>
#include <vtkm/TopologyElementTag.h>
#include <vtkm/cont/arg/ControlSignatureTagBase.h>
#include <vtkm/cont/arg/TransportTagArrayInOut.h>
#include <vtkm/cont/arg/TransportTagArrayOut.h>
#include <vtkm/cont/arg/TransportTagCellSetIn.h>
#include <vtkm/cont/arg/TransportTagTopologyFieldIn.h>
#include <vtkm/cont/arg/TypeCheckTagArrayIn.h>
#include <vtkm/cont/arg/TypeCheckTagArrayInOut.h>
#include <vtkm/cont/arg/TypeCheckTagArrayOut.h>
#include <vtkm/cont/arg/TypeCheckTagCellSet.h>
#include <vtkm/exec/arg/CellShape.h>
#include <vtkm/exec/arg/FetchTagArrayDirectIn.h>
#include <vtkm/exec/arg/FetchTagArrayDirectInOut.h>
#include <vtkm/exec/arg/FetchTagArrayDirectOut.h>
#include <vtkm/exec/arg/FetchTagArrayTopologyMapIn.h>
#include <vtkm/exec/arg/FetchTagCellSetIn.h>
#include <vtkm/exec/arg/IncidentElementCount.h>
#include <vtkm/exec/arg/IncidentElementIndices.h>
#include <vtkm/exec/arg/ThreadIndicesTopologyMap.h>
#include <vtkm/worklet/DispatcherMapTopology.h>

Go to the source code of this file.

Classes

class  vtkm::worklet::DispatcherMapTopology< WorkletType >
 Dispatcher for worklets that inherit from WorkletMapTopology. More...
 
class  vtkm::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >
 Base class for worklets that map topology elements onto each other. More...
 
struct  vtkm::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::FieldInVisit
 A control signature tag for input fields from the visited topology. More...
 
struct  vtkm::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::FieldInIncident
 A control signature tag for input fields from the incident topology. More...
 
struct  vtkm::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::FieldOut
 A control signature tag for output fields. More...
 
struct  vtkm::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::FieldInOut
 A control signature tag for input-output (in-place) fields from the visited topology. More...
 
struct  vtkm::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::CellSetIn
 A control signature tag for input connectivity. More...
 
struct  vtkm::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::CellShape
 An execution signature tag for getting the cell shape. More...
 
struct  vtkm::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::IncidentElementCount
 An execution signature tag to get the number of incident elements. More...
 
struct  vtkm::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::IncidentElementIndices
 An execution signature tag to get the indices of from elements. More...
 
class  vtkm::worklet::WorkletVisitCellsWithPoints
 Base class for worklets that map from Points to Cells. More...
 
class  vtkm::worklet::WorkletVisitPointsWithCells
 Base class for worklets that map from Cells to Points. More...
 

Namespaces

 vtkm
 Groups connected points that have the same field value.
 
 vtkm::worklet
 VTK-m Worklets.