Documentation for vtkUnstructuredGrid

vtkUnstructuredGrid - dataset represents arbitrary combinations of all possible cell types

Super Class: vtkPointSet

Description:

vtkUnstructuredGrid is a data object that is a concrete implementation of vtkDataSet. vtkUnstructuredGrid represents any combinations of any cell types. This includes 0D (e.g., points), 1D (e.g., lines, polylines), 2D (e.g., triangles, polygons), and 3D (e.g., hexahedron, tetrahedron).

 

Methods:

void vtkUnstructuredGrid ()
void vtkUnstructuredGrid (const vtkUnstructuredGrid &)
void vtkUnstructuredGrid ()
static vtkUnstructuredGrid *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
int GetDataSetType ()
void Allocate (int ,int )
int InsertNextCell (int ,int ,int *)
int InsertNextCell (int ,vtkIdList *)
void Reset ()
void SetCells (int * ,vtkCellArray *)
vtkCellArray *GetCells ()
vtkDataObject *MakeObject ()
void CopyStructure (vtkDataSet *)
int GetNumberOfCells ()
vtkCell *GetCell (int )
void GetCellPoints (int ,vtkIdList *)
void GetPointCells (int ,vtkIdList *)
int GetCellType (int )
void Squeeze ()
void Initialize ()
int GetMaxCellSize ()
void BuildLinks ()
void GetCellPoints (int ,int & ,int )
void ReplaceCell (int ,int ,int *)
int InsertNextLinkedCell (int ,int ,int *)
void RemoveReferenceToCell (int ,int )
void AddReferenceToCell (int ,int )
void ResizeCellList (int ,int )
void GetCellPoints (int ,vtkIdList &)
void GetPointCells (int ,vtkIdList &)
int InsertNextCell (int ,vtkIdList &)

 

Detailed Method Descriptions:

Standard vtkDataSet API methods. See vtkDataSet for more information.

int GetDataSetType ()
void Allocate (int ,int )
int InsertNextCell (int ,int ,int *)
int InsertNextCell (int ,vtkIdList *)
void Reset ()
void SetCells (int * ,vtkCellArray *)
vtkCellArray *GetCells ()
vtkDataObject *MakeObject ()
void CopyStructure (vtkDataSet *)
int GetNumberOfCells ()
vtkCell *GetCell (int )
void GetCellPoints (int ,vtkIdList *)
void GetPointCells (int ,vtkIdList *)
int GetCellType (int )
void Squeeze ()
void Initialize ()
int GetMaxCellSize ()
void BuildLinks ()
void GetCellPoints (int ,int & ,int )
void ReplaceCell (int ,int ,int *)
int InsertNextLinkedCell (int ,int ,int *)
void RemoveReferenceToCell (int ,int )
void AddReferenceToCell (int ,int )
void ResizeCellList (int ,int )

For legacy compatibility. Do not use.

void GetCellPoints (int ,vtkIdList &)
void GetPointCells (int ,vtkIdList &)