#include <vtkBridgeDataSet.h>
Inheritance diagram for vtkBridgeDataSet:
It is just an example that show how to implement the Generic. It is also used for testing and evaluating the Generic.
Definition at line 33 of file vtkBridgeDataSet.h.
|
Standard VTK type and print macros. Reimplemented from vtkGenericDataSet. Definition at line 37 of file vtkBridgeDataSet.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkDataObject. |
|
Standard VTK type and print macros. Reimplemented from vtkGenericDataSet. |
|
Standard VTK type and print macros. Reimplemented from vtkGenericDataSet. |
|
Standard VTK type and print macros. Reimplemented from vtkGenericDataSet. |
|
Standard VTK type and print macros. Reimplemented from vtkGenericDataSet. |
|
Standard VTK type and print macros. Reimplemented from vtkGenericDataSet. |
|
Set the dataset that will be manipulated through the adaptor interface.
|
|
Return the number of points composing the dataset. See NewPointIterator() for more details.
Implements vtkGenericDataSet. |
|
Number of cells that explicitly define the dataset. See NewCellIterator for more details.
Implements vtkGenericDataSet. |
|
Return -1 if the dataset is explicitly defined by cells of several dimensions or if there is no cell. If the dataset is explicitly defined by cells of a unique dimension, return this dimension.
Implements vtkGenericDataSet. |
|
Get a list of types of cells in a dataset. The list consists of an array of types (not necessarily in any order), with a single entry per type. For example a dataset 5 triangles, 3 lines, and 100 hexahedra would result a list of three entries, corresponding to the types VTK_TRIANGLE, VTK_LINE, and VTK_HEXAHEDRON. THIS METHOD IS THREAD SAFE IF FIRST CALLED FROM A SINGLE THREAD AND THE DATASET IS NOT MODIFIED
Reimplemented from vtkGenericDataSet. |
|
Cells of dimension `dim' (or all dimensions if -1) that explicitly define the dataset. For instance, it will return only tetrahedra if the mesh is defined by tetrahedra. If the mesh is composed of two parts, one with tetrahedra and another part with triangles, it will return both, but will not return edges and vertices.
Implements vtkGenericDataSet. |
|
Boundaries of dimension `dim' (or all dimensions if -1) of the dataset. If `exteriorOnly' is true, only the exterior boundaries of the dataset will be returned, otherwise it will return exterior and interior boundaries.
Implements vtkGenericDataSet. |
|
Points composing the dataset; they can be on a vertex or isolated.
Implements vtkGenericDataSet. |
|
Estimated size needed after tessellation (or special operation) Implements vtkGenericDataSet. |
|
Locate closest cell to position `x' (global coordinates) with respect to a tolerance squared `tol2' and an initial guess `cell' (if valid). The result consists in the `cell', the `subId' of the sub-cell (0 if primary cell), the parametric coordinates `pcoord' of the position. It returns whether the position is inside the cell or not. Tolerance is used to control how close the point is to be considered "in" the cell. THIS METHOD IS NOT THREAD SAFE.
Implements vtkGenericDataSet. |
|
Locate closest point `p' to position `x' (global coordinates)
Implements vtkGenericDataSet. |
|
Datasets are composite objects and need to check each part for MTime. Reimplemented from vtkGenericDataSet. |
|
Compute the geometry bounding box. Implements vtkGenericDataSet. |
|
Compute the number of cells for each dimension and the list of types of cells. |
|
Definition at line 133 of file vtkBridgeDataSet.h. |
|
Definition at line 134 of file vtkBridgeDataSet.h. |
|
Definition at line 135 of file vtkBridgeDataSet.h. |
|
Definition at line 136 of file vtkBridgeDataSet.h. |
|
Definition at line 137 of file vtkBridgeDataSet.h. |
|
Definition at line 138 of file vtkBridgeDataSet.h. |
|
Definition at line 139 of file vtkBridgeDataSet.h. |
|
Definition at line 140 of file vtkBridgeDataSet.h. |
|
Definition at line 147 of file vtkBridgeDataSet.h. |
|
Definition at line 148 of file vtkBridgeDataSet.h. |
|
Definition at line 149 of file vtkBridgeDataSet.h. |
|
Definition at line 150 of file vtkBridgeDataSet.h. |
|
Definition at line 151 of file vtkBridgeDataSet.h. |
|
Definition at line 152 of file vtkBridgeDataSet.h. |
|
Definition at line 153 of file vtkBridgeDataSet.h. |