Go to the documentation of this file.
10 #ifndef vtkm_cont_CellLocatorPartitioned_h
11 #define vtkm_cont_CellLocatorPartitioned_h
31 this->Partitions = partitions;
50 std::vector<vtkm::cont::ArrayHandle<vtkm::UInt8>>
GhostsCont;
58 #endif //vtkm_cont_CellLocatorPartitioned_h
vtkm::cont::PartitionedDataSet Partitions
Definition: cont/CellLocatorPartitioned.h:48
Groups connected points that have the same field value.
Definition: Atomic.h:19
void SetPartitions(const vtkm::cont::PartitionedDataSet &partitions)
Definition: cont/CellLocatorPartitioned.h:29
const vtkm::cont::PartitionedDataSet & GetPartitions() const
Definition: cont/CellLocatorPartitioned.h:34
A token to hold the scope of an ArrayHandle or other object.
Definition: Token.h:35
std::vector< vtkm::cont::ArrayHandle< vtkm::UInt8 > > GhostsCont
Definition: cont/CellLocatorPartitioned.h:50
Definition: exec/CellLocatorPartitioned.h:21
void SetModified()
Definition: cont/CellLocatorPartitioned.h:38
#define VTKM_CONT
Definition: ExportMacros.h:57
Definition: cont/CellLocatorPartitioned.h:21
std::vector< CellLocatorGeneral > LocatorsCont
Definition: cont/CellLocatorPartitioned.h:49
Base ExecutionObjectBase for execution objects to inherit from so that you can use an arbitrary objec...
Definition: ExecutionObjectBase.h:31
Definition: DeviceAdapterTag.h:52
vtkm::cont::ArrayHandle< vtkm::cont::ArrayHandle< vtkm::UInt8 >::ReadPortalType > GhostsExec
Definition: cont/CellLocatorPartitioned.h:52
bool GetModified() const
Definition: cont/CellLocatorPartitioned.h:39
vtkm::cont::ArrayHandle< vtkm::cont::CellLocatorGeneral::ExecObjType > LocatorsExec
Definition: cont/CellLocatorPartitioned.h:51
Definition: PartitionedDataSet.h:25