|
VTK
9.0.1
|
MemoryBlock implementation that manages a static (will not be freed) memory block. More...
#include <vtkDenseArray.h>
Public Member Functions | |
| StaticMemoryBlock (T *const storage) | |
| T * | GetAddress () override |
| Returns a pointer to the block of memory to be used for storage. More... | |
Public Member Functions inherited from vtkDenseArray< T >::MemoryBlock | |
| virtual | ~MemoryBlock () |
MemoryBlock implementation that manages a static (will not be freed) memory block.
Definition at line 125 of file vtkDenseArray.h.
| vtkDenseArray< T >::StaticMemoryBlock::StaticMemoryBlock | ( | T *const | storage | ) |
|
overridevirtual |
Returns a pointer to the block of memory to be used for storage.
Implements vtkDenseArray< T >::MemoryBlock.
1.8.17