#include <vtkUnstructuredGrid.h>
Inheritance diagram for vtkUnstructuredGrid:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
int | GetCellType (vtkIdType cellId) |
void | Squeeze () |
void | Initialize () |
int | GetMaxCellSize () |
void | BuildLinks () |
vtkCellLinks * | GetCellLinks () |
virtual void | GetCellPoints (vtkIdType cellId, vtkIdType &npts, vtkIdType *&pts) |
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) |
unsigned long | GetActualMemorySize () |
void | GetListOfUniqueCellTypes (vtkUnsignedCharArray *uniqueTypes) |
void | GetIdsOfCellsOfType (int type, vtkIntArray *array) |
int | IsHomogeneous () |
int | GetDataObjectType () |
virtual void | Allocate (vtkIdType numCells=1000, int extSize=1000) |
int | InsertNextCell (int type, int npts, vtkIdType *pts) |
int | InsertNextCell (int type, vtkIdList *ptIds) |
void | Reset () |
void | SetCells (int *types, vtkCellArray *cells) |
void | SetCells (vtkUnsignedCharArray *cellTypes, vtkIntArray *cellLocations, vtkCellArray *cells) |
vtkCellArray * | GetCells () |
vtkDataObject * | MakeObject () |
virtual void | CopyStructure (vtkDataSet *ds) |
vtkIdType | GetNumberOfCells () |
virtual vtkCell * | GetCell (vtkIdType cellId) |
virtual void | GetCell (vtkIdType cellId, vtkGenericCell *cell) |
virtual void | GetCellBounds (vtkIdType cellId, float bounds[6]) |
virtual void | GetCellPoints (vtkIdType cellId, vtkIdList *ptIds) |
void | GetPointCells (vtkIdType ptId, vtkIdList *cellIds) |
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 &, int &, int &, int &, int &, int &) |
virtual void | GetUpdateExtent (int[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 int | GetGhostLevel () |
virtual void | ShallowCopy (vtkDataObject *src) |
virtual void | DeepCopy (vtkDataObject *src) |
Static Public Methods | |
vtkUnstructuredGrid * | New () |
int | IsTypeOf (const char *type) |
vtkUnstructuredGrid * | SafeDownCast (vtkObject *o) |
Protected Methods | |
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 |
vtkCellArray * | Connectivity |
vtkCellLinks * | Links |
vtkUnsignedCharArray * | Types |
vtkIntArray * | Locations |
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).
Definition at line 82 of file vtkUnstructuredGrid.h.
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkDataObject. Referenced by MakeObject().
|
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkPointSet. |
|
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. |
|
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. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkPointSet. |
|
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. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Reimplemented from vtkDataSet. Definition at line 94 of file vtkUnstructuredGrid.h. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Definition at line 102 of file vtkUnstructuredGrid.h. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Reimplemented from vtkDataObject. Definition at line 103 of file vtkUnstructuredGrid.h. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Reimplemented from vtkPointSet. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Reimplemented from vtkDataSet. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Reimplemented from vtkDataSet. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Reimplemented from vtkDataSet. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Reimplemented from vtkDataSet. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Reimplemented from vtkDataSet. |
|
Standard vtkDataSet API methods. See vtkDataSet for more information. Reimplemented from vtkDataSet. |
|
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 Reimplemented from vtkDataSet. |
|
Reclaim any unused memory. Reimplemented from vtkPointSet. |
|
Reset to an empty state and free any memory. Reimplemented from vtkPointSet. |
|
Convenience method returns largest cell size in dataset. This is generally used to allocate memory for supporting data structures. THIS METHOD IS THREAD SAFE Reimplemented from vtkDataSet. |
|
|
|
Definition at line 118 of file vtkUnstructuredGrid.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
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. |
|
For streaming. User/next filter specifies which piece the want updated. The source of this poly data has to return exactly this piece. |
|
For streaming. User/next filter specifies which piece the want updated. The source of this poly data has to return exactly this piece. Reimplemented from vtkDataObject. Definition at line 140 of file vtkUnstructuredGrid.h. |
|
For streaming. User/next filter specifies which piece the want updated. The source of this poly data has to return exactly this piece. |
|
We need this here to keep from hiding superclass method Reimplemented from vtkDataObject. |
|
We need this here to keep from hiding superclass method Reimplemented from vtkDataObject. |
|
We need this here to keep from hiding superclass method Reimplemented from vtkDataObject. |
|
Call superclass method to avoid hiding Since this data type does not use 3D extents, this set method is useless but necessary since vtkDataSetToDataSetFilter does not know what type of data it is working on. Reimplemented from vtkDataObject. Definition at line 155 of file vtkUnstructuredGrid.h. |
|
Call superclass method to avoid hiding Since this data type does not use 3D extents, this set method is useless but necessary since vtkDataSetToDataSetFilter does not know what type of data it is working on. Reimplemented from vtkDataObject. Definition at line 157 of file vtkUnstructuredGrid.h. |
|
Set / Get the piece and the number of pieces. Similar to extent in 3D. |
|
Set / Get the piece and the number of pieces. Similar to extent in 3D. |
|
Set / Get the ghost level. |
|
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. |
|
Shallow and Deep copy. Reimplemented from vtkPointSet. |
|
Shallow and Deep copy. Reimplemented from vtkPointSet. |
|
Fill vtkUnsignedCharArray container with list of unique cell types. This method traverses all cells and, for each unique cell type it encounters, inserts the type into the container. |
|
Fill vtkIntArray container with list of cell Ids. This method traverses all cells and, for a particular cell type, inserts the cell Id into the container. |
|
Traverse cells and determine if cells are all of the same type. |
|
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 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. |