VTK
Public Types | Public Member Functions | List of all members
dax::cont::internal::ArrayContainerControl< DaxValueType, vtkToDax::vtkArrayContainerTag< VTKArrayType > > Class Template Reference

#include <Containers.h>

Public Types

typedef DaxValueType ValueType
 
typedef vtkToDax::vtkArrayPortal< DaxValueType, VTKComponentType > PortalType
 
typedef vtkToDax::vtkArrayPortal< const DaxValueType, const VTKComponentType > PortalConstType
 

Public Member Functions

 ArrayContainerControl ()
 
 ~ArrayContainerControl ()
 
void ReleaseResources ()
 
void Allocate (dax::Id numberOfValues)
 
dax::Id GetNumberOfValues () const
 
void Shrink (dax::Id numberOfValues)
 
PortalType GetPortal ()
 
PortalConstType GetPortalConst () const
 

Detailed Description

template<typename DaxValueType, typename VTKArrayType>
class dax::cont::internal::ArrayContainerControl< DaxValueType, vtkToDax::vtkArrayContainerTag< VTKArrayType > >

Definition at line 57 of file Containers.h.

Member Typedef Documentation

◆ ValueType

template<typename DaxValueType , typename VTKArrayType >
typedef DaxValueType dax::cont::internal::ArrayContainerControl< DaxValueType, vtkToDax::vtkArrayContainerTag< VTKArrayType > >::ValueType

Definition at line 64 of file Containers.h.

◆ PortalType

template<typename DaxValueType , typename VTKArrayType >
typedef vtkToDax::vtkArrayPortal<DaxValueType, VTKComponentType> dax::cont::internal::ArrayContainerControl< DaxValueType, vtkToDax::vtkArrayContainerTag< VTKArrayType > >::PortalType

Definition at line 65 of file Containers.h.

◆ PortalConstType

template<typename DaxValueType , typename VTKArrayType >
typedef vtkToDax::vtkArrayPortal<const DaxValueType, const VTKComponentType> dax::cont::internal::ArrayContainerControl< DaxValueType, vtkToDax::vtkArrayContainerTag< VTKArrayType > >::PortalConstType

Definition at line 66 of file Containers.h.

Constructor & Destructor Documentation

◆ ArrayContainerControl()

template<typename DaxValueType , typename VTKArrayType >
dax::cont::internal::ArrayContainerControl< DaxValueType, vtkToDax::vtkArrayContainerTag< VTKArrayType > >::ArrayContainerControl ( )
inline

Definition at line 80 of file Containers.h.

◆ ~ArrayContainerControl()

template<typename DaxValueType , typename VTKArrayType >
dax::cont::internal::ArrayContainerControl< DaxValueType, vtkToDax::vtkArrayContainerTag< VTKArrayType > >::~ArrayContainerControl ( )
inline

Definition at line 82 of file Containers.h.

Member Function Documentation

◆ ReleaseResources()

template<typename DaxValueType , typename VTKArrayType >
void dax::cont::internal::ArrayContainerControl< DaxValueType, vtkToDax::vtkArrayContainerTag< VTKArrayType > >::ReleaseResources ( )
inline

Definition at line 87 of file Containers.h.

◆ Allocate()

template<typename DaxValueType , typename VTKArrayType >
void dax::cont::internal::ArrayContainerControl< DaxValueType, vtkToDax::vtkArrayContainerTag< VTKArrayType > >::Allocate ( dax::Id  numberOfValues)
inline

Definition at line 103 of file Containers.h.

◆ GetNumberOfValues()

template<typename DaxValueType , typename VTKArrayType >
dax::Id dax::cont::internal::ArrayContainerControl< DaxValueType, vtkToDax::vtkArrayContainerTag< VTKArrayType > >::GetNumberOfValues ( ) const
inline

Definition at line 132 of file Containers.h.

◆ Shrink()

template<typename DaxValueType , typename VTKArrayType >
void dax::cont::internal::ArrayContainerControl< DaxValueType, vtkToDax::vtkArrayContainerTag< VTKArrayType > >::Shrink ( dax::Id  numberOfValues)
inline

Definition at line 137 of file Containers.h.

◆ GetPortal()

template<typename DaxValueType , typename VTKArrayType >
PortalType dax::cont::internal::ArrayContainerControl< DaxValueType, vtkToDax::vtkArrayContainerTag< VTKArrayType > >::GetPortal ( )
inline

Definition at line 148 of file Containers.h.

◆ GetPortalConst()

template<typename DaxValueType , typename VTKArrayType >
PortalConstType dax::cont::internal::ArrayContainerControl< DaxValueType, vtkToDax::vtkArrayContainerTag< VTKArrayType > >::GetPortalConst ( ) const
inline

Definition at line 153 of file Containers.h.


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