vtkUnstructuredGrid Class Reference
#include <vtkUnstructuredGrid.h>
Inheritance diagram for vtkUnstructuredGrid:
[legend]Collaboration diagram for vtkUnstructuredGrid:
[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).
- Created by:
-
- CVS contributions (if > 5%):
-
- CVS logs (CVSweb):
.cxx (/Filtering/vtkUnstructuredGrid
.cxx)
.h (/Filtering/vtkUnstructuredGrid
.h)
- Examples:
- vtkUnstructuredGrid (Examples)
- Tests:
- vtkUnstructuredGrid (Tests)
Definition at line 76 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) |
int | GetCellType (vtkIdType cellId) |
vtkUnsignedCharArray * | GetCellTypesArray () |
vtkIdTypeArray * | GetCellLocationsArray () |
void | Squeeze () |
void | Initialize () |
int | GetMaxCellSize () |
void | BuildLinks () |
vtkCellLinks * | GetCellLinks () |
virtual void | GetCellPoints (vtkIdType cellId, vtkIdType &npts, vtkIdType *&pts) |
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 | Reset () |
virtual void | CopyStructure (vtkDataSet *ds) |
vtkIdType | GetNumberOfCells () |
virtual vtkCell * | GetCell (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) |
|
void | SetCells (int type, vtkCellArray *cells) |
void | SetCells (int *types, vtkCellArray *cells) |
void | SetCells (vtkUnsignedCharArray *cellTypes, vtkIdTypeArray *cellLocations, vtkCellArray *cells) |
vtkCellArray * | GetCells () |
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) |
|
void | SetUpdateExtent (int piece, int numPieces, int ghostLevel) |
void | SetUpdateExtent (int piece, int numPieces) |
void | GetUpdateExtent (int &piece, int &numPieces, int &ghostLevel) |
|
virtual int * | GetUpdateExtent () |
virtual void | GetUpdateExtent (int &x0, int &x1, int &y0, int &y1, int &z0, int &z1) |
virtual void | GetUpdateExtent (int extent[6]) |
|
void | SetUpdateExtent (int x1, int x2, int y1, int y2, int z1, int z2) |
void | SetUpdateExtent (int ext[6]) |
|
virtual int | GetPiece () |
virtual int | GetNumberOfPieces () |
|
virtual void | ShallowCopy (vtkDataObject *src) |
virtual void | DeepCopy (vtkDataObject *src) |
Static Public Member Functions |
vtkUnstructuredGrid * | New () |
int | IsTypeOf (const char *type) |
vtkUnstructuredGrid * | SafeDownCast (vtkObject *o) |
Protected Member Functions |
| vtkUnstructuredGrid () |
| ~vtkUnstructuredGrid () |
Protected Attributes |
vtkVertex * | Vertex |
vtkPolyVertex * | PolyVertex |
vtkLine * | Line |
vtkPolyLine * | PolyLine |
vtkTriangle * | Triangle |
vtkTriangleStrip * | TriangleStrip |
vtkPixel * | Pixel |
vtkQuad * | Quad |
vtkPolygon * | Polygon |
vtkTetra * | Tetra |
vtkVoxel * | Voxel |
vtkHexahedron * | Hexahedron |
vtkWedge * | Wedge |
vtkPyramid * | Pyramid |
vtkPentagonalPrism * | PentagonalPrism |
vtkHexagonalPrism * | HexagonalPrism |
vtkQuadraticEdge * | QuadraticEdge |
vtkQuadraticTriangle * | QuadraticTriangle |
vtkQuadraticQuad * | QuadraticQuad |
vtkQuadraticTetra * | QuadraticTetra |
vtkQuadraticHexahedron * | QuadraticHexahedron |
vtkQuadraticWedge * | QuadraticWedge |
vtkQuadraticPyramid * | QuadraticPyramid |
vtkConvexPointSet * | ConvexPointSet |
vtkEmptyCell * | EmptyCell |
vtkCellArray * | Connectivity |
vtkCellLinks * | Links |
vtkUnsignedCharArray * | Types |
vtkIdTypeArray * | Locations |
Member Typedef Documentation
Constructor & Destructor Documentation
vtkUnstructuredGrid::vtkUnstructuredGrid |
( |
|
) |
[protected] |
|
Member Function Documentation
|
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] |
|
int vtkUnstructuredGrid::IsTypeOf |
( |
const char * |
type |
) |
[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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkPointSet. |
virtual int vtkUnstructuredGrid::IsA |
( |
const char * |
type |
) |
[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 vtkTypeRevisionMacro found in vtkSetGet.h.
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] |
|
virtual void vtkUnstructuredGrid::Allocate |
( |
vtkIdType |
numCells = 1000 , |
|
|
int |
extSize = 1000 |
|
) |
[virtual] |
|
void vtkUnstructuredGrid::Reset |
( |
|
) |
|
|
virtual void vtkUnstructuredGrid::CopyStructure |
( |
vtkDataSet * |
ds |
) |
[virtual] |
|
vtkIdType vtkUnstructuredGrid::GetNumberOfCells |
( |
|
) |
[virtual] |
|
virtual void vtkUnstructuredGrid::GetCellBounds |
( |
vtkIdType |
cellId, |
|
|
double |
bounds[6] |
|
) |
[virtual] |
|
virtual void vtkUnstructuredGrid::GetCellPoints |
( |
vtkIdType |
cellId, |
|
|
vtkIdList * |
ptIds |
|
) |
[virtual] |
|
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. |
vtkIdTypeArray* vtkUnstructuredGrid::GetCellLocationsArray |
( |
|
) |
[inline] |
|
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] |
|
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. |
|
Special methods specific to vtkUnstructuredGrid for defining the cells composing the dataset. |
|
Special methods specific to vtkUnstructuredGrid for defining the cells composing the dataset.
Definition at line 118 of file vtkUnstructuredGrid.h. |
|
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. |
|
Special methods specific to vtkUnstructuredGrid for defining the cells composing the dataset. |
|
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. |
|
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::SetUpdateExtent |
( |
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. |
void vtkUnstructuredGrid::SetUpdateExtent |
( |
int |
piece, |
|
|
int |
numPieces |
|
) |
[inline] |
|
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. |
void vtkUnstructuredGrid::SetUpdateExtent |
( |
int |
x1, |
|
|
int |
x2, |
|
|
int |
y1, |
|
|
int |
y2, |
|
|
int |
z1, |
|
|
int |
z2 |
|
) |
[inline, virtual] |
|
void vtkUnstructuredGrid::SetUpdateExtent |
( |
int |
ext[6] |
) |
[inline, virtual] |
|
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] |
|
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] |
|
virtual void vtkUnstructuredGrid::DeepCopy |
( |
vtkDataObject * |
src |
) |
[virtual] |
|
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. |
Member Data Documentation
The documentation for this class was generated from the following file: