|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   28 #ifndef vtkUnstructuredGridBase_h 
   29 #define vtkUnstructuredGridBase_h 
   31 #include "vtkCommonDataModelModule.h"  
   48   virtual void Allocate(
vtkIdType numCells = 1000, 
int extSize = 1000) = 0;
 
  107   virtual int IsHomogeneous() = 0;
 
  125   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.
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.
#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