#include <vtkGenericDataSetTessellator.h>
Inheritance diagram for vtkGenericDataSetTessellator:
vtkGenericDataSetTessellator is a filter that subdivides a vtkGenericDataSet into linear elements (i.e., linear VTK cells). Tetrahedra are produced from 3D cells; triangles from 2D cells; and lines from 1D cells. The subdivision process depends on the cell tessellator associated with the input generic dataset, and its associated error metric. (These can be specified by the user if necessary.)
This filter is typically used to convert a higher-order, complex dataset represented vtkGenericDataSet into a conventional vtkDataSet that can be operated on by linear VTK graphics filters.
Definition at line 54 of file vtkGenericDataSetTessellator.h.
[NOHEADER] | |
typedef vtkGenericDataSetToUnstructuredGridFilter | Superclass |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkGenericDataSetTessellator * | New () |
int | IsTypeOf (const char *type) |
vtkGenericDataSetTessellator * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkGenericDataSetTessellator () | |
~vtkGenericDataSetTessellator () | |
void | Execute () |
|
Reimplemented from vtkGenericDataSetToUnstructuredGridFilter. Definition at line 61 of file vtkGenericDataSetTessellator.h. |
|
|
|
|
|
Standard VTK methods. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkGenericDataSetToUnstructuredGridFilter. |
|
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 vtkGenericDataSetToUnstructuredGridFilter. |
|
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 vtkGenericDataSetToUnstructuredGridFilter. |
|
Reimplemented from vtkGenericDataSetToUnstructuredGridFilter. |
|
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 vtkGenericDataSetToUnstructuredGridFilter. |
|
This method is the old style execute method Reimplemented from vtkSource. |