Go to the documentation of this file.
31 #ifndef vtkUnstructuredGridBase_h
32 #define vtkUnstructuredGridBase_h
34 #include "vtkCommonDataModelModule.h"
51 virtual void Allocate(
vtkIdType numCells=1000,
int extSize=1000) = 0;
109 virtual int IsHomogeneous() = 0;
127 virtual void InternalReplaceCell(
vtkIdType cellId,
int npts,
const vtkIdType pts[]) = 0;
dataset represents arbitrary combinations of all possible cell types. May be mapped onto a non-standa...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkPointSet * GetData(vtkInformation *info)
Retrieve an instance of this class from an information object.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
#define VTK_SIZEHINT(...)
void DeepCopy(vtkDataObject *src) override
a simple class to control print indentation
list of point or cell ids
int GetDataObjectType() override
Return the type of data object.
dynamic, self-adjusting array of vtkIdType
abstract class for specifying dataset behavior
#define VTK_UNSTRUCTURED_GRID_BASE
general representation of visualization data