Go to the documentation of this file.
18 #ifndef viskores_cont_ArrayPortal_h
19 #define viskores_cont_ArrayPortal_h
28 #ifdef VISKORES_DOXYGEN_ONLY
95 #endif // VISKORES_DOXYGEN_ONLY
99 #endif //viskores_cont_ArrayPortal_h
ValueType Get(viskores::Id index) const
Gets a value from the array.
viskores::Id GetNumberOfValues() const
The total number of values in the array.
T ValueType
The type of each value in the array.
Definition: ArrayPortal.h:75
A class that points to and access and array of data.
Definition: ArrayPortal.h:70
#define VISKORES_EXEC_CONT
Definition: ExportMacros.h:60
viskores::Int64 Id
Base type to use to index arrays.
Definition: Types.h:235
void Set(viskores::Id index, const ValueType &value) const
Sets a value in the array.
Groups connected points that have the same field value.
Definition: Atomic.h:27