VTK  9.3.20240418
Classes
vtkDenseArray.h File Reference
#include "vtkArrayCoordinates.h"
#include "vtkObjectFactory.h"
#include "vtkTypedArray.h"
#include "vtkDenseArray.txx"
Include dependency graph for vtkDenseArray.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkDenseArray< T >
 Contiguous storage for N-way arrays. More...
 
class  vtkDenseArray< T >::MemoryBlock
 Strategy object that contains a block of memory to be used by vtkDenseArray for value storage. More...
 
class  vtkDenseArray< T >::HeapMemoryBlock
 MemoryBlock implementation that manages internally-allocated memory using new[] and delete[]. More...
 
class  vtkDenseArray< T >::StaticMemoryBlock
 MemoryBlock implementation that manages a static (will not be freed) memory block. More...