Viskores  1.0
Public Types | Public Member Functions | Private Types | List of all members
viskores::cont::ArrayHandleXGCCoordinates< T > Class Template Reference

#include <ArrayHandleXGCCoordinates.h>

Inheritance diagram for viskores::cont::ArrayHandleXGCCoordinates< T >:
viskores::cont::ArrayHandle< viskores::Vec< T, 3 >, viskores::cont::StorageTagXGCCoordinates >

Public Types

using Thisclass = typename viskores::cont::detail::GetTypeInParentheses< void(ArrayHandleXGCCoordinates< T >) >::type
 
using Superclass = typename viskores::cont::detail::GetTypeInParentheses< void(viskores::cont::ArrayHandle< viskores::Vec< T, 3 >, viskores::cont::StorageTagXGCCoordinates >) >::type
 
using ValueType = typename Superclass::ValueType
 
using StorageTag = typename Superclass::StorageTag
 
using StorageType = typename Superclass::StorageType
 
using ReadPortalType = typename Superclass::ReadPortalType
 
using WritePortalType = typename Superclass::WritePortalType
 
- Public Types inherited from viskores::cont::ArrayHandle< viskores::Vec< T, 3 >, viskores::cont::StorageTagXGCCoordinates >
using ValueType = viskores::Vec< T, 3 >
 
using StorageTag = viskores::cont::StorageTagXGCCoordinates
 
using StorageType = viskores::cont::internal::Storage< ValueType, StorageTag >
 
using ReadPortalType = typename StorageType::ReadPortalType
 The type of portal used when accessing data in a read-only mode. More...
 
using WritePortalType = typename StorageType::WritePortalType
 The type of portal used when accessing data in a read-write mode. More...
 

Public Member Functions

 ArrayHandleXGCCoordinates ()
 
VISKORES_CONT ArrayHandleXGCCoordinates (const Thisclass &src)
 
VISKORES_CONT ArrayHandleXGCCoordinates (Thisclass &&src) noexcept
 
VISKORES_CONT ArrayHandleXGCCoordinates (const viskores::cont::ArrayHandle< typename Superclass::ValueType, typename Superclass::StorageTag > &src)
 
VISKORES_CONT ArrayHandleXGCCoordinates (viskores::cont::ArrayHandle< typename Superclass::ValueType, typename Superclass::StorageTag > &&src) noexcept
 
VISKORES_CONT ArrayHandleXGCCoordinates (const std::vector< viskores::cont::internal::Buffer > &buffers)
 
VISKORES_CONT ArrayHandleXGCCoordinates (std::vector< viskores::cont::internal::Buffer > &&buffers) noexcept
 
VISKORES_CONT Thisclassoperator= (const Thisclass &src)
 
VISKORES_CONT Thisclassoperator= (Thisclass &&src) noexcept
 
 ArrayHandleXGCCoordinates (const OriginalType &array, viskores::Id numberOfPlanes, viskores::Id numberOfPlanesOwned, viskores::Id planeStartId, bool cylindrical)
 
 ~ArrayHandleXGCCoordinates ()
 
viskores::Id GetNumberOfPlanes () const
 
viskores::Id GetNumberOfPlanesOwned () const
 
viskores::Id GetPlaneStartId () const
 
bool GetUseCylindrical () const
 
viskores::Id GetNumberOfPointsPerPlane () const
 
OriginalType GetArray () const
 
- Public Member Functions inherited from viskores::cont::ArrayHandle< viskores::Vec< T, 3 >, viskores::cont::StorageTagXGCCoordinates >
 ArrayHandle ()
 Constructs an empty ArrayHandle. More...
 
 ArrayHandle (const viskores::cont::ArrayHandle< ValueType, StorageTag > &src)
 Copy constructor. More...
 
 ArrayHandle (viskores::cont::ArrayHandle< ValueType, StorageTag > &&src) noexcept
 Move constructor. More...
 
 ArrayHandle (const std::vector< viskores::cont::internal::Buffer > &buffers)
 Special constructor for subclass specializations that need to set the initial state array. More...
 
 ArrayHandle (std::vector< viskores::cont::internal::Buffer > &&buffers) noexcept
 Special constructor for subclass specializations that need to set the initial state array. More...
 
 ~ArrayHandle ()
 Destructs an empty ArrayHandle. More...
 
viskores::cont::ArrayHandle< ValueType, StorageTag > & operator= (const viskores::cont::ArrayHandle< ValueType, StorageTag > &src)
 Shallow copies an ArrayHandle. More...
 
viskores::cont::ArrayHandle< ValueType, StorageTag > & operator= (viskores::cont::ArrayHandle< ValueType, StorageTag > &&src) noexcept
 Move and Assignment of an ArrayHandle. More...
 
bool operator== (const ArrayHandle< ValueType, StorageTag > &rhs) const
 Like a pointer, two ArrayHandles are considered equal if they point to the same location in memory. More...
 
bool operator== (const ArrayHandle< VT, ST > &) const
 
bool operator!= (const ArrayHandle< ValueType, StorageTag > &rhs) const
 
bool operator!= (const ArrayHandle< VT, ST > &) const
 
StorageType GetStorage () const
 Get the storage. More...
 
ReadPortalType ReadPortal () const
 Get an array portal that can be used in the control environment. More...
 
ReadPortalType ReadPortal (viskores::cont::Token &token) const
 The type of portal used when accessing data in a read-only mode. More...
 
WritePortalType WritePortal () const
 Get an array portal that can be used in the control environment. More...
 
WritePortalType WritePortal (viskores::cont::Token &token) const
 Get an array portal that can be used in the control environment. More...
 
viskores::Id GetNumberOfValues () const
 Returns the number of entries in the array. More...
 
viskores::IdComponent GetNumberOfComponentsFlat () const
 Returns the total number of components for each value in the array. More...
 
void Allocate (viskores::Id numberOfValues, viskores::CopyFlag preserve, viskores::cont::Token &token) const
 Allocates an array large enough to hold the given number of values. More...
 
void Allocate (viskores::Id numberOfValues, viskores::CopyFlag preserve=viskores::CopyFlag::Off) const
 Allocates an array large enough to hold the given number of values. More...
 
void AllocateAndFill (viskores::Id numberOfValues, const ValueType &fillValue, viskores::CopyFlag preserve, viskores::cont::Token &token) const
 Allocates an array and fills it with an initial value. More...
 
void AllocateAndFill (viskores::Id numberOfValues, const ValueType &fillValue, viskores::CopyFlag preserve=viskores::CopyFlag::Off) const
 Allocates an array and fills it with an initial value. More...
 
void Fill (const ValueType &fillValue, viskores::Id startIndex, viskores::Id endIndex, viskores::cont::Token &token) const
 Fills the array with a given value. More...
 
void Fill (const ValueType &fillValue, viskores::Id startIndex, viskores::Id endIndex) const
 Fills the array with a given value. More...
 
void Fill (const ValueType &fillValue, viskores::Id startIndex=0) const
 Fills the array with a given value. More...
 
void ReleaseResourcesExecution () const
 Releases any resources being used in the execution environment (that are not being shared by the control environment). More...
 
void ReleaseResources () const
 Releases all resources in both the control and execution environments. More...
 
ReadPortalType PrepareForInput (viskores::cont::DeviceAdapterId device, viskores::cont::Token &token) const
 Prepares this array to be used as an input to an operation in the execution environment. More...
 
WritePortalType PrepareForInPlace (viskores::cont::DeviceAdapterId device, viskores::cont::Token &token) const
 Prepares this array to be used in an in-place operation (both as input and output) in the execution environment. More...
 
WritePortalType PrepareForOutput (viskores::Id numberOfValues, viskores::cont::DeviceAdapterId device, viskores::cont::Token &token) const
 Prepares (allocates) this array to be used as an output from an operation in the execution environment. More...
 
bool IsOnDevice (viskores::cont::DeviceAdapterId device) const
 Returns true if the ArrayHandle's data is on the given device. More...
 
bool IsOnHost () const
 Returns true if the ArrayHandle's data is on the host. More...
 
void SyncControlArray () const
 Synchronizes the control array with the execution array. More...
 
void Enqueue (const viskores::cont::Token &token) const
 Enqueue a token for access to this ArrayHandle. More...
 
void DeepCopyFrom (const viskores::cont::ArrayHandle< ValueType, StorageTag > &source) const
 Deep copies the data in the array. More...
 
const std::vector< viskores::cont::internal::Buffer > & GetBuffers () const
 Returns the internal Buffer structures that hold the data. More...
 
std::vector< viskores::cont::internal::Buffer > & GetBuffers ()
 

Private Types

using AHandleType = viskores::cont::ArrayHandle< viskores::Vec< T, 3 > >
 
using OriginalType = viskores::cont::ArrayHandle< T >
 

Additional Inherited Members

- Protected Member Functions inherited from viskores::cont::ArrayHandle< viskores::Vec< T, 3 >, viskores::cont::StorageTagXGCCoordinates >
void SetBuffer (viskores::IdComponent index, const viskores::cont::internal::Buffer &buffer)
 
void SetBuffers (const std::vector< viskores::cont::internal::Buffer > &buffers)
 
void SetBuffers (std::vector< viskores::cont::internal::Buffer > &&buffers)
 

Member Typedef Documentation

◆ AHandleType

◆ OriginalType

◆ ReadPortalType

template<typename T >
using viskores::cont::ArrayHandleXGCCoordinates< T >::ReadPortalType = typename Superclass::ReadPortalType

◆ StorageTag

template<typename T >
using viskores::cont::ArrayHandleXGCCoordinates< T >::StorageTag = typename Superclass::StorageTag

◆ StorageType

template<typename T >
using viskores::cont::ArrayHandleXGCCoordinates< T >::StorageType = typename Superclass::StorageType

◆ Superclass

template<typename T >
using viskores::cont::ArrayHandleXGCCoordinates< T >::Superclass = typename viskores::cont::detail::GetTypeInParentheses<void (viskores::cont::ArrayHandle<viskores::Vec<T, 3>, viskores::cont::StorageTagXGCCoordinates>) >::type

◆ Thisclass

template<typename T >
using viskores::cont::ArrayHandleXGCCoordinates< T >::Thisclass = typename viskores::cont::detail::GetTypeInParentheses<void (ArrayHandleXGCCoordinates<T>) >::type

◆ ValueType

template<typename T >
using viskores::cont::ArrayHandleXGCCoordinates< T >::ValueType = typename Superclass::ValueType

◆ WritePortalType

template<typename T >
using viskores::cont::ArrayHandleXGCCoordinates< T >::WritePortalType = typename Superclass::WritePortalType

Constructor & Destructor Documentation

◆ ArrayHandleXGCCoordinates() [1/8]

◆ ArrayHandleXGCCoordinates() [2/8]

◆ ArrayHandleXGCCoordinates() [3/8]

template<typename T >
VISKORES_CONT viskores::cont::ArrayHandleXGCCoordinates< T >::ArrayHandleXGCCoordinates ( Thisclass &&  src)
inlinenoexcept

◆ ArrayHandleXGCCoordinates() [4/8]

template<typename T >
VISKORES_CONT viskores::cont::ArrayHandleXGCCoordinates< T >::ArrayHandleXGCCoordinates ( const viskores::cont::ArrayHandle< typename Superclass::ValueType, typename Superclass::StorageTag > &  src)
inline

◆ ArrayHandleXGCCoordinates() [5/8]

template<typename T >
VISKORES_CONT viskores::cont::ArrayHandleXGCCoordinates< T >::ArrayHandleXGCCoordinates ( viskores::cont::ArrayHandle< typename Superclass::ValueType, typename Superclass::StorageTag > &&  src)
inlinenoexcept

◆ ArrayHandleXGCCoordinates() [6/8]

template<typename T >
VISKORES_CONT viskores::cont::ArrayHandleXGCCoordinates< T >::ArrayHandleXGCCoordinates ( const std::vector< viskores::cont::internal::Buffer > &  buffers)
inlineexplicit

◆ ArrayHandleXGCCoordinates() [7/8]

template<typename T >
VISKORES_CONT viskores::cont::ArrayHandleXGCCoordinates< T >::ArrayHandleXGCCoordinates ( std::vector< viskores::cont::internal::Buffer > &&  buffers)
inlineexplicitnoexcept

◆ ArrayHandleXGCCoordinates() [8/8]

template<typename T >
viskores::cont::ArrayHandleXGCCoordinates< T >::ArrayHandleXGCCoordinates ( const OriginalType array,
viskores::Id  numberOfPlanes,
viskores::Id  numberOfPlanesOwned,
viskores::Id  planeStartId,
bool  cylindrical 
)
inline

◆ ~ArrayHandleXGCCoordinates()

Member Function Documentation

◆ GetArray()

template<typename T >
OriginalType viskores::cont::ArrayHandleXGCCoordinates< T >::GetArray ( ) const
inline

◆ GetNumberOfPlanes()

template<typename T >
viskores::Id viskores::cont::ArrayHandleXGCCoordinates< T >::GetNumberOfPlanes ( ) const
inline

◆ GetNumberOfPlanesOwned()

template<typename T >
viskores::Id viskores::cont::ArrayHandleXGCCoordinates< T >::GetNumberOfPlanesOwned ( ) const
inline

◆ GetNumberOfPointsPerPlane()

template<typename T >
viskores::Id viskores::cont::ArrayHandleXGCCoordinates< T >::GetNumberOfPointsPerPlane ( ) const
inline

◆ GetPlaneStartId()

template<typename T >
viskores::Id viskores::cont::ArrayHandleXGCCoordinates< T >::GetPlaneStartId ( ) const
inline

◆ GetUseCylindrical()

template<typename T >
bool viskores::cont::ArrayHandleXGCCoordinates< T >::GetUseCylindrical ( ) const
inline

◆ operator=() [1/2]

template<typename T >
VISKORES_CONT Thisclass& viskores::cont::ArrayHandleXGCCoordinates< T >::operator= ( const Thisclass src)
inline

◆ operator=() [2/2]

template<typename T >
VISKORES_CONT Thisclass& viskores::cont::ArrayHandleXGCCoordinates< T >::operator= ( Thisclass &&  src)
inlinenoexcept

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