|
VTK
|
#include <Containers.h>
Public Types | |
| typedef ValueT | ValueType |
| typedef vtkToDax::vtkTopologyPortal< ValueType, CellType::NUM_POINTS > | PortalType |
| typedef vtkToDax::vtkTopologyPortal< const ValueType, CellType::NUM_POINTS > | 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 270 of file Containers.h.
| typedef ValueT dax::cont::internal::ArrayContainerControl< ValueT, vtkToDax::vtkTopologyContainerTag< CellType > >::ValueType |
Definition at line 273 of file Containers.h.
| typedef vtkToDax::vtkTopologyPortal<ValueType, CellType::NUM_POINTS> dax::cont::internal::ArrayContainerControl< ValueT, vtkToDax::vtkTopologyContainerTag< CellType > >::PortalType |
Definition at line 274 of file Containers.h.
| typedef vtkToDax::vtkTopologyPortal<const ValueType, CellType::NUM_POINTS > dax::cont::internal::ArrayContainerControl< ValueT, vtkToDax::vtkTopologyContainerTag< CellType > >::PortalConstType |
Definition at line 275 of file Containers.h.
|
inline |
Definition at line 285 of file Containers.h.
|
inline |
Definition at line 287 of file Containers.h.
|
inline |
Definition at line 292 of file Containers.h.
|
inline |
Definition at line 308 of file Containers.h.
|
inline |
Definition at line 337 of file Containers.h.
|
inline |
Definition at line 342 of file Containers.h.
|
inline |
Definition at line 353 of file Containers.h.
|
inline |
Definition at line 358 of file Containers.h.
1.8.13