VTK
|
#include <vtkDenseArray.h>
Public Member Functions | |
HeapMemoryBlock (const vtkArrayExtents &extents) | |
virtual | ~HeapMemoryBlock () |
virtual T * | GetAddress () |
![]() | |
virtual | ~MemoryBlock () |
MemoryBlock implementation that manages internally-allocated memory using new[] and delete[]. Note: HeapMemoryBlock is the default used by vtkDenseArray for its "normal" internal memory allocation.
Definition at line 110 of file vtkDenseArray.h.
vtkDenseArray< T >::HeapMemoryBlock::HeapMemoryBlock | ( | const vtkArrayExtents & | extents | ) |
|
virtual |
|
virtual |
Implements vtkDenseArray< T >::MemoryBlock.