VTK
|
#include <vtkDenseArray.h>
Public Member Functions | |
StaticMemoryBlock (T *const storage) | |
virtual T * | GetAddress () |
MemoryBlock implementation that manages a static (will not be freed) memory block.
Definition at line 127 of file vtkDenseArray.h.
vtkDenseArray< T >::StaticMemoryBlock::StaticMemoryBlock | ( | T *const | storage | ) |
virtual T* vtkDenseArray< T >::StaticMemoryBlock::GetAddress | ( | ) | [virtual] |
Returns a pointer to the block of memory to be used for storage.
Implements vtkDenseArray< T >::MemoryBlock.