vtkUnstructuredGrid Class Reference

#include <vtkUnstructuredGrid.h>

Inheritance diagram for vtkUnstructuredGrid:

Inheritance graph
[legend]
Collaboration diagram for vtkUnstructuredGrid:

Collaboration graph
[legend]

List of all members.


Detailed Description

dataset represents arbitrary combinations of all possible cell types

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).

Examples:
vtkUnstructuredGrid (Examples)
Tests:
vtkUnstructuredGrid (Tests)

Definition at line 75 of file vtkUnstructuredGrid.h.


Public Types

typedef vtkPointSet Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
void Reset ()
virtual void CopyStructure (vtkDataSet *ds)
vtkIdType GetNumberOfCells ()
virtual vtkCellGetCell (vtkIdType cellId)
virtual void GetCell (vtkIdType cellId, vtkGenericCell *cell)
virtual void GetCellBounds (vtkIdType cellId, double bounds[6])
virtual void GetCellPoints (vtkIdType cellId, vtkIdList *ptIds)
void GetPointCells (vtkIdType ptId, vtkIdList *cellIds)
int GetCellType (vtkIdType cellId)
vtkUnsignedCharArrayGetCellTypesArray ()
vtkIdTypeArrayGetCellLocationsArray ()
void Squeeze ()
void Initialize ()
int GetMaxCellSize ()
void BuildLinks ()
vtkCellLinksGetCellLinks ()
virtual void GetCellPoints (vtkIdType cellId, vtkIdType &npts, vtkIdType *&pts)
void GetUpdateExtent (int &piece, int &numPieces, int &ghostLevel)
virtual int GetGhostLevel ()
unsigned long GetActualMemorySize ()
void GetIdsOfCellsOfType (int type, vtkIdTypeArray *array)
int IsHomogeneous ()
void RemoveGhostCells (int level)
int GetDataObjectType ()
virtual void Allocate (vtkIdType numCells=1000, int extSize=1000)
vtkIdType InsertNextCell (int type, vtkIdType npts, vtkIdType *pts)
vtkIdType InsertNextCell (int type, vtkIdList *ptIds)
void SetCells (int type, vtkCellArray *cells)
void SetCells (int *types, vtkCellArray *cells)
void SetCells (vtkUnsignedCharArray *cellTypes, vtkIdTypeArray *cellLocations, vtkCellArray *cells)
vtkCellArrayGetCells ()
void ReplaceCell (vtkIdType cellId, int npts, vtkIdType *pts)
int InsertNextLinkedCell (int type, int npts, vtkIdType *pts)
void RemoveReferenceToCell (vtkIdType ptId, vtkIdType cellId)
void AddReferenceToCell (vtkIdType ptId, vtkIdType cellId)
void ResizeCellList (vtkIdType ptId, int size)
virtual void GetCellNeighbors (vtkIdType cellId, vtkIdList *ptIds, vtkIdList *cellIds)
virtual int * GetUpdateExtent ()
virtual void GetUpdateExtent (int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
virtual void GetUpdateExtent (int extent[6])
virtual int GetPiece ()
virtual int GetNumberOfPieces ()
virtual void ShallowCopy (vtkDataObject *src)
virtual void DeepCopy (vtkDataObject *src)

Static Public Member Functions

static vtkUnstructuredGridNew ()
static int IsTypeOf (const char *type)
static vtkUnstructuredGridSafeDownCast (vtkObject *o)
static vtkUnstructuredGridGetData (vtkInformation *info)
static vtkUnstructuredGridGetData (vtkInformationVector *v, int i=0)

Protected Member Functions

 vtkUnstructuredGrid ()
 ~vtkUnstructuredGrid ()

Protected Attributes

vtkVertexVertex
vtkPolyVertexPolyVertex
vtkLineLine
vtkPolyLinePolyLine
vtkTriangleTriangle
vtkTriangleStripTriangleStrip
vtkPixelPixel
vtkQuadQuad
vtkPolygonPolygon
vtkTetraTetra
vtkVoxelVoxel
vtkHexahedronHexahedron
vtkWedgeWedge
vtkPyramidPyramid
vtkPentagonalPrismPentagonalPrism
vtkHexagonalPrismHexagonalPrism
vtkQuadraticEdgeQuadraticEdge
vtkQuadraticTriangleQuadraticTriangle
vtkQuadraticQuadQuadraticQuad
vtkQuadraticTetraQuadraticTetra
vtkQuadraticHexahedronQuadraticHexahedron
vtkQuadraticWedgeQuadraticWedge
vtkQuadraticPyramidQuadraticPyramid
vtkQuadraticLinearQuadQuadraticLinearQuad
vtkBiQuadraticQuadBiQuadraticQuad
vtkTriQuadraticHexahedronTriQuadraticHexahedron
vtkQuadraticLinearWedgeQuadraticLinearWedge
vtkBiQuadraticQuadraticWedgeBiQuadraticQuadraticWedge
vtkBiQuadraticQuadraticHexahedronBiQuadraticQuadraticHexahedron
vtkBiQuadraticTriangleBiQuadraticTriangle
vtkCubicLineCubicLine
vtkConvexPointSetConvexPointSet
vtkEmptyCellEmptyCell
vtkCellArrayConnectivity
vtkCellLinksLinks
vtkUnsignedCharArrayTypes
vtkIdTypeArrayLocations

Member Typedef Documentation

Reimplemented from vtkPointSet.

Definition at line 80 of file vtkUnstructuredGrid.h.


Constructor & Destructor Documentation

vtkUnstructuredGrid::vtkUnstructuredGrid (  )  [protected]

vtkUnstructuredGrid::~vtkUnstructuredGrid (  )  [protected]


Member Function Documentation

static vtkUnstructuredGrid* vtkUnstructuredGrid::New (  )  [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkDataObject.

virtual const char* vtkUnstructuredGrid::GetClassName (  )  [virtual]

Reimplemented from vtkPointSet.

static int vtkUnstructuredGrid::IsTypeOf ( const char *  name  )  [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkPointSet.

virtual int vtkUnstructuredGrid::IsA ( const char *  name  )  [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkPointSet.

static vtkUnstructuredGrid* vtkUnstructuredGrid::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkPointSet.

void vtkUnstructuredGrid::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkPointSet.

int vtkUnstructuredGrid::GetDataObjectType (  )  [inline, virtual]

Standard vtkDataSet API methods. See vtkDataSet for more information.

Reimplemented from vtkDataSet.

Definition at line 85 of file vtkUnstructuredGrid.h.

virtual void vtkUnstructuredGrid::Allocate ( vtkIdType  numCells = 1000,
int  extSize = 1000 
) [virtual]

Standard vtkDataSet API methods. See vtkDataSet for more information.

vtkIdType vtkUnstructuredGrid::InsertNextCell ( int  type,
vtkIdType  npts,
vtkIdType pts 
)

Insert/create cell in object by type and list of point ids defining cell topology.

vtkIdType vtkUnstructuredGrid::InsertNextCell ( int  type,
vtkIdList ptIds 
)

Insert/create cell in object by type and list of point ids defining cell topology.

void vtkUnstructuredGrid::Reset (  ) 

virtual void vtkUnstructuredGrid::CopyStructure ( vtkDataSet pd  )  [virtual]

Copy the geometric structure of an input point set object.

Reimplemented from vtkPointSet.

vtkIdType vtkUnstructuredGrid::GetNumberOfCells (  )  [virtual]

Determine the number of cells composing the dataset. THIS METHOD IS THREAD SAFE

Implements vtkDataSet.

virtual vtkCell* vtkUnstructuredGrid::GetCell ( vtkIdType  cellId  )  [virtual]

Get cell with cellId such that: 0 <= cellId < NumberOfCells. THIS METHOD IS NOT THREAD SAFE.

Implements vtkDataSet.

virtual void vtkUnstructuredGrid::GetCell ( vtkIdType  cellId,
vtkGenericCell cell 
) [virtual]

Get cell with cellId such that: 0 <= cellId < NumberOfCells. This is a thread-safe alternative to the previous GetCell() method. THIS METHOD IS THREAD SAFE IF FIRST CALLED FROM A SINGLE THREAD AND THE DATASET IS NOT MODIFIED

Implements vtkDataSet.

virtual void vtkUnstructuredGrid::GetCellBounds ( vtkIdType  cellId,
double  bounds[6] 
) [virtual]

Get the bounds of the cell with cellId such that: 0 <= cellId < NumberOfCells. A subclass may be able to determine the bounds of cell without using an expensive GetCell() method. A default implementation is provided that actually uses a GetCell() call. This is to ensure the method is available to all datasets. Subclasses should override this method to provide an efficient implementation. THIS METHOD IS THREAD SAFE IF FIRST CALLED FROM A SINGLE THREAD AND THE DATASET IS NOT MODIFIED

Reimplemented from vtkDataSet.

virtual void vtkUnstructuredGrid::GetCellPoints ( vtkIdType  cellId,
vtkIdList ptIds 
) [virtual]

Topological inquiry to get points defining cell. THIS METHOD IS THREAD SAFE IF FIRST CALLED FROM A SINGLE THREAD AND THE DATASET IS NOT MODIFIED

Implements vtkDataSet.

void vtkUnstructuredGrid::GetPointCells ( vtkIdType  ptId,
vtkIdList cellIds 
) [virtual]

Topological inquiry to get cells using point. THIS METHOD IS THREAD SAFE IF FIRST CALLED FROM A SINGLE THREAD AND THE DATASET IS NOT MODIFIED

Implements vtkDataSet.

int vtkUnstructuredGrid::GetCellType ( vtkIdType  cellId  )  [virtual]

Get type of cell with cellId such that: 0 <= cellId < NumberOfCells. THIS METHOD IS THREAD SAFE IF FIRST CALLED FROM A SINGLE THREAD AND THE DATASET IS NOT MODIFIED

Implements vtkDataSet.

vtkUnsignedCharArray* vtkUnstructuredGrid::GetCellTypesArray (  )  [inline]

Definition at line 106 of file vtkUnstructuredGrid.h.

vtkIdTypeArray* vtkUnstructuredGrid::GetCellLocationsArray (  )  [inline]

Definition at line 107 of file vtkUnstructuredGrid.h.

void vtkUnstructuredGrid::Squeeze (  )  [virtual]

Reclaim any unused memory.

Reimplemented from vtkPointSet.

void vtkUnstructuredGrid::Initialize (  )  [virtual]

Reset to an empty state and free any memory.

Reimplemented from vtkPointSet.

int vtkUnstructuredGrid::GetMaxCellSize (  )  [virtual]

Convenience method returns largest cell size in dataset. This is generally used to allocate memory for supporting data structures. THIS METHOD IS THREAD SAFE

Implements vtkDataSet.

void vtkUnstructuredGrid::BuildLinks (  ) 

vtkCellLinks* vtkUnstructuredGrid::GetCellLinks (  )  [inline]

Definition at line 112 of file vtkUnstructuredGrid.h.

virtual void vtkUnstructuredGrid::GetCellPoints ( vtkIdType  cellId,
vtkIdType npts,
vtkIdType *&  pts 
) [virtual]

void vtkUnstructuredGrid::SetCells ( int  type,
vtkCellArray cells 
)

Special methods specific to vtkUnstructuredGrid for defining the cells composing the dataset.

void vtkUnstructuredGrid::SetCells ( int *  types,
vtkCellArray cells 
)

Special methods specific to vtkUnstructuredGrid for defining the cells composing the dataset.

void vtkUnstructuredGrid::SetCells ( vtkUnsignedCharArray cellTypes,
vtkIdTypeArray cellLocations,
vtkCellArray cells 
)

Special methods specific to vtkUnstructuredGrid for defining the cells composing the dataset.

vtkCellArray* vtkUnstructuredGrid::GetCells (  )  [inline]

Special methods specific to vtkUnstructuredGrid for defining the cells composing the dataset.

Definition at line 123 of file vtkUnstructuredGrid.h.

void vtkUnstructuredGrid::ReplaceCell ( vtkIdType  cellId,
int  npts,
vtkIdType pts 
)

Special methods specific to vtkUnstructuredGrid for defining the cells composing the dataset.

int vtkUnstructuredGrid::InsertNextLinkedCell ( int  type,
int  npts,
vtkIdType pts 
)

Special methods specific to vtkUnstructuredGrid for defining the cells composing the dataset.

void vtkUnstructuredGrid::RemoveReferenceToCell ( vtkIdType  ptId,
vtkIdType  cellId 
)

Special methods specific to vtkUnstructuredGrid for defining the cells composing the dataset.

void vtkUnstructuredGrid::AddReferenceToCell ( vtkIdType  ptId,
vtkIdType  cellId 
)

Special methods specific to vtkUnstructuredGrid for defining the cells composing the dataset.

void vtkUnstructuredGrid::ResizeCellList ( vtkIdType  ptId,
int  size 
)

Special methods specific to vtkUnstructuredGrid for defining the cells composing the dataset.

virtual void vtkUnstructuredGrid::GetCellNeighbors ( vtkIdType  cellId,
vtkIdList ptIds,
vtkIdList cellIds 
) [virtual]

Topological inquiry to get all cells using list of points exclusive of cell specified (e.g., cellId). THIS METHOD IS THREAD SAFE IF FIRST CALLED FROM A SINGLE THREAD AND THE DATASET IS NOT MODIFIED

Reimplemented from vtkDataSet.

void vtkUnstructuredGrid::GetUpdateExtent ( int &  piece,
int &  numPieces,
int &  ghostLevel 
)

For streaming. User/next filter specifies which piece the want updated. The source of this poly data has to return exactly this piece.

virtual int* vtkUnstructuredGrid::GetUpdateExtent (  )  [virtual]

We need this here to avoid hiding superclass method

Reimplemented from vtkDataObject.

virtual void vtkUnstructuredGrid::GetUpdateExtent ( int &  x0,
int &  x1,
int &  y0,
int &  y1,
int &  z0,
int &  z1 
) [virtual]

We need this here to avoid hiding superclass method

Reimplemented from vtkDataObject.

virtual void vtkUnstructuredGrid::GetUpdateExtent ( int  extent[6]  )  [virtual]

We need this here to avoid hiding superclass method

Reimplemented from vtkDataObject.

virtual int vtkUnstructuredGrid::GetPiece (  )  [virtual]

Set / Get the piece and the number of pieces. Similar to extent in 3D.

virtual int vtkUnstructuredGrid::GetNumberOfPieces (  )  [virtual]

Set / Get the piece and the number of pieces. Similar to extent in 3D.

virtual int vtkUnstructuredGrid::GetGhostLevel (  )  [virtual]

Get the ghost level.

unsigned long vtkUnstructuredGrid::GetActualMemorySize (  )  [virtual]

Return the actual size of the data in kilobytes. This number is valid only after the pipeline has updated. The memory size returned is guaranteed to be greater than or equal to the memory required to represent the data (e.g., extra space in arrays, etc. are not included in the return value). THIS METHOD IS THREAD SAFE.

Reimplemented from vtkPointSet.

virtual void vtkUnstructuredGrid::ShallowCopy ( vtkDataObject src  )  [virtual]

Shallow and Deep copy.

Reimplemented from vtkPointSet.

virtual void vtkUnstructuredGrid::DeepCopy ( vtkDataObject src  )  [virtual]

Shallow and Deep copy.

Reimplemented from vtkPointSet.

void vtkUnstructuredGrid::GetIdsOfCellsOfType ( int  type,
vtkIdTypeArray array 
)

Fill vtkIdTypeArray container with list of cell Ids. This method traverses all cells and, for a particular cell type, inserts the cell Id into the container.

int vtkUnstructuredGrid::IsHomogeneous (  ) 

Traverse cells and determine if cells are all of the same type.

void vtkUnstructuredGrid::RemoveGhostCells ( int  level  ) 

This method will remove any cell that has a ghost level array value greater or equal to level.

static vtkUnstructuredGrid* vtkUnstructuredGrid::GetData ( vtkInformation info  )  [static]

Retrieve an instance of this class from an information object.

Reimplemented from vtkPointSet.

static vtkUnstructuredGrid* vtkUnstructuredGrid::GetData ( vtkInformationVector v,
int  i = 0 
) [static]

Retrieve an instance of this class from an information object.

Reimplemented from vtkPointSet.


Member Data Documentation

Definition at line 200 of file vtkUnstructuredGrid.h.

Definition at line 201 of file vtkUnstructuredGrid.h.

Definition at line 202 of file vtkUnstructuredGrid.h.

Definition at line 203 of file vtkUnstructuredGrid.h.

Definition at line 204 of file vtkUnstructuredGrid.h.

Definition at line 205 of file vtkUnstructuredGrid.h.

Definition at line 206 of file vtkUnstructuredGrid.h.

Definition at line 207 of file vtkUnstructuredGrid.h.

Definition at line 208 of file vtkUnstructuredGrid.h.

Definition at line 209 of file vtkUnstructuredGrid.h.

Definition at line 210 of file vtkUnstructuredGrid.h.

Definition at line 211 of file vtkUnstructuredGrid.h.

Definition at line 212 of file vtkUnstructuredGrid.h.

Definition at line 213 of file vtkUnstructuredGrid.h.

Definition at line 214 of file vtkUnstructuredGrid.h.

Definition at line 215 of file vtkUnstructuredGrid.h.

Definition at line 216 of file vtkUnstructuredGrid.h.

Definition at line 217 of file vtkUnstructuredGrid.h.

Definition at line 218 of file vtkUnstructuredGrid.h.

Definition at line 219 of file vtkUnstructuredGrid.h.

Definition at line 220 of file vtkUnstructuredGrid.h.

Definition at line 221 of file vtkUnstructuredGrid.h.

Definition at line 222 of file vtkUnstructuredGrid.h.

Definition at line 223 of file vtkUnstructuredGrid.h.

Definition at line 224 of file vtkUnstructuredGrid.h.

Definition at line 225 of file vtkUnstructuredGrid.h.

Definition at line 226 of file vtkUnstructuredGrid.h.

Definition at line 227 of file vtkUnstructuredGrid.h.

Definition at line 228 of file vtkUnstructuredGrid.h.

Definition at line 229 of file vtkUnstructuredGrid.h.

Definition at line 230 of file vtkUnstructuredGrid.h.

Definition at line 231 of file vtkUnstructuredGrid.h.

Definition at line 232 of file vtkUnstructuredGrid.h.

Definition at line 236 of file vtkUnstructuredGrid.h.

Definition at line 237 of file vtkUnstructuredGrid.h.

Definition at line 238 of file vtkUnstructuredGrid.h.

Definition at line 239 of file vtkUnstructuredGrid.h.


The documentation for this class was generated from the following file:

Generated on Mon Sep 27 18:58:18 2010 for VTK by  doxygen 1.5.6