|
VTK
|
#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 |
Definition at line 57 of file Containers.h.
| typedef DaxValueType dax::cont::internal::ArrayContainerControl< DaxValueType, vtkToDax::vtkArrayContainerTag< VTKArrayType > >::ValueType |
Definition at line 64 of file Containers.h.
| typedef vtkToDax::vtkArrayPortal<DaxValueType, VTKComponentType> dax::cont::internal::ArrayContainerControl< DaxValueType, vtkToDax::vtkArrayContainerTag< VTKArrayType > >::PortalType |
Definition at line 65 of file Containers.h.
| typedef vtkToDax::vtkArrayPortal<const DaxValueType, const VTKComponentType> dax::cont::internal::ArrayContainerControl< DaxValueType, vtkToDax::vtkArrayContainerTag< VTKArrayType > >::PortalConstType |
Definition at line 66 of file Containers.h.
|
inline |
Definition at line 80 of file Containers.h.
|
inline |
Definition at line 82 of file Containers.h.
|
inline |
Definition at line 87 of file Containers.h.
|
inline |
Definition at line 103 of file Containers.h.
|
inline |
Definition at line 132 of file Containers.h.
|
inline |
Definition at line 137 of file Containers.h.
|
inline |
Definition at line 148 of file Containers.h.
|
inline |
Definition at line 153 of file Containers.h.
1.8.13