Go to the documentation of this file.
18 #ifndef viskores_cont_CellLocatorPartitioned_h
19 #define viskores_cont_CellLocatorPartitioned_h
39 this->Partitions = partitions;
58 std::vector<viskores::cont::ArrayHandleStride<viskores::UInt8>>
GhostsCont;
67 #endif //viskores_cont_CellLocatorPartitioned_h
void SetPartitions(const viskores::cont::PartitionedDataSet &partitions)
Definition: cont/CellLocatorPartitioned.h:37
bool GetModified() const
Definition: cont/CellLocatorPartitioned.h:47
Definition: exec/CellLocatorPartitioned.h:29
Definition: cont/CellLocatorPartitioned.h:29
viskores::cont::ArrayHandle< viskores::cont::ArrayHandleStride< viskores::UInt8 >::ReadPortalType > GhostsExec
Definition: cont/CellLocatorPartitioned.h:61
#define VISKORES_CONT
Definition: ExportMacros.h:65
Groups connected points that have the same field value.
Definition: Atomic.h:27
Comprises a set of viskores::cont::DataSet objects.
Definition: PartitionedDataSet.h:34
std::vector< viskores::cont::ArrayHandleStride< viskores::UInt8 > > GhostsCont
Definition: cont/CellLocatorPartitioned.h:58
An object used to specify a device.
Definition: DeviceAdapterTag.h:66
const viskores::cont::PartitionedDataSet & GetPartitions() const
Definition: cont/CellLocatorPartitioned.h:42
viskores::cont::PartitionedDataSet Partitions
Definition: cont/CellLocatorPartitioned.h:56
std::vector< CellLocatorGeneral > LocatorsCont
Definition: cont/CellLocatorPartitioned.h:57
viskores::cont::ArrayHandle< viskores::cont::CellLocatorGeneral::ExecObjType > LocatorsExec
Definition: cont/CellLocatorPartitioned.h:59
void SetModified()
Definition: cont/CellLocatorPartitioned.h:46
A token to hold the scope of an ArrayHandle or other object.
Definition: Token.h:43
Base ExecutionObjectBase for execution objects to inherit from so that you can use an arbitrary objec...
Definition: ExecutionObjectBase.h:39