#include <vtkUnstructuredGrid.h>
Inheritance diagram for vtkUnstructuredGrid:
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 66 of file vtkUnstructuredGrid.h.
|
Reimplemented from vtkPointSet. Definition at line 71 of file vtkUnstructuredGrid.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkDataObject. |
|
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 vtkTypeRevisionMacro 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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPointSet. |
|
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 76 of file vtkUnstructuredGrid.h. References VTK_UNSTRUCTURED_GRID. |
|
|
|
Insert/create cell in object by type and list of point ids defining cell topology. |
|
Insert/create cell in object by type and list of point ids defining cell topology. |
|
|
|
Copy the geometric structure of an input point set object. Reimplemented from vtkPointSet. |
|
Determine the number of cells composing the dataset. THIS METHOD IS THREAD SAFE Implements vtkDataSet. |
|
Get cell with cellId such that: 0 <= cellId < NumberOfCells. THIS METHOD IS NOT THREAD SAFE. Implements vtkDataSet. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
Definition at line 97 of file vtkUnstructuredGrid.h. |
|
Definition at line 98 of file vtkUnstructuredGrid.h. |
|
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 Implements vtkDataSet. |
|
|
|
Definition at line 103 of file vtkUnstructuredGrid.h. |
|
|
|
Special methods specific to vtkUnstructuredGrid for defining the cells composing the dataset. |
|
|
|
|
|
Definition at line 114 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. |
|
We need this here to avoid hiding superclass method Reimplemented from vtkDataObject. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
Traverse cells and determine if cells are all of the same type. |
|
This method will remove any cell that has a ghost level array value greater or equal to level. |
|
Retrieve an instance of this class from an information object. Reimplemented from vtkPointSet. |
|
This method will remove any cell that has a ghost level array value greater or equal to level. Reimplemented from vtkPointSet. |
|
Definition at line 191 of file vtkUnstructuredGrid.h. |
|
Definition at line 192 of file vtkUnstructuredGrid.h. |
|
Definition at line 193 of file vtkUnstructuredGrid.h. |
|
Definition at line 194 of file vtkUnstructuredGrid.h. |
|
Definition at line 195 of file vtkUnstructuredGrid.h. |
|
Definition at line 196 of file vtkUnstructuredGrid.h. |
|
Definition at line 197 of file vtkUnstructuredGrid.h. |
|
Definition at line 198 of file vtkUnstructuredGrid.h. |
|
Definition at line 199 of file vtkUnstructuredGrid.h. |
|
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 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. |