VTK
|
abstract superclass for non-linear cells More...
#include <vtkNonLinearCell.h>
Public Types | |
typedef vtkCell | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkNonLinearCell * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | IsLinear () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkNonLinearCell * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkNonLinearCell () | |
~vtkNonLinearCell () |
abstract superclass for non-linear cells
vtkNonLinearCell is an abstract superclass for non-linear cell types. Cells that are a direct subclass of vtkCell or vtkCell3D are linear; cells that are a subclass of vtkNonLinearCell have non-linear interpolation functions. Non-linear cells require special treatment when tessellating or converting to graphics primitives. Note that the linearity of the cell is a function of whether the cell needs tessellation, which does not strictly correlate with interpolation order (e.g., vtkHexahedron has non-linear interpolation functions (a product of three linear functions in r-s-t) even thought vtkHexahedron is considered linear.)
Definition at line 35 of file vtkNonLinearCell.h.
typedef vtkCell vtkNonLinearCell::Superclass |
Reimplemented from vtkCell.
Reimplemented in vtkTriQuadraticHexahedron, vtkBiQuadraticQuadraticHexahedron, vtkBiQuadraticQuadraticWedge, vtkQuadraticLinearWedge, vtkQuadraticPyramid, vtkBiQuadraticQuad, vtkBiQuadraticTriangle, vtkQuadraticTetra, vtkQuadraticLinearQuad, vtkQuadraticWedge, vtkQuadraticHexahedron, vtkQuadraticPolygon, vtkQuadraticQuad, vtkQuadraticTriangle, vtkCubicLine, vtkQuadraticEdge, and vtkExplicitCell.
Definition at line 38 of file vtkNonLinearCell.h.
vtkNonLinearCell::vtkNonLinearCell | ( | ) | [protected] |
vtkNonLinearCell::~vtkNonLinearCell | ( | ) | [inline, protected] |
Definition at line 48 of file vtkNonLinearCell.h.
static int vtkNonLinearCell::IsTypeOf | ( | const char * | name | ) | [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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkCell.
Reimplemented in vtkTriQuadraticHexahedron, vtkBiQuadraticQuadraticHexahedron, vtkBiQuadraticQuadraticWedge, vtkQuadraticLinearWedge, vtkQuadraticPyramid, vtkBiQuadraticQuad, vtkBiQuadraticTriangle, vtkQuadraticTetra, vtkQuadraticLinearQuad, vtkQuadraticWedge, vtkQuadraticHexahedron, vtkQuadraticPolygon, vtkQuadraticQuad, vtkQuadraticTriangle, vtkCubicLine, vtkQuadraticEdge, and vtkExplicitCell.
virtual int vtkNonLinearCell::IsA | ( | const char * | name | ) | [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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkCell.
Reimplemented in vtkTriQuadraticHexahedron, vtkBiQuadraticQuadraticHexahedron, vtkBiQuadraticQuadraticWedge, vtkQuadraticLinearWedge, vtkQuadraticPyramid, vtkBiQuadraticQuad, vtkBiQuadraticTriangle, vtkQuadraticTetra, vtkQuadraticLinearQuad, vtkQuadraticWedge, vtkQuadraticHexahedron, vtkQuadraticPolygon, vtkQuadraticQuad, vtkQuadraticTriangle, vtkCubicLine, vtkQuadraticEdge, and vtkExplicitCell.
static vtkNonLinearCell* vtkNonLinearCell::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkCell.
Reimplemented in vtkTriQuadraticHexahedron, vtkBiQuadraticQuadraticHexahedron, vtkBiQuadraticQuadraticWedge, vtkQuadraticLinearWedge, vtkQuadraticPyramid, vtkBiQuadraticQuad, vtkBiQuadraticTriangle, vtkQuadraticTetra, vtkQuadraticLinearQuad, vtkQuadraticWedge, vtkQuadraticHexahedron, vtkQuadraticPolygon, vtkQuadraticQuad, vtkQuadraticTriangle, vtkCubicLine, vtkQuadraticEdge, and vtkExplicitCell.
virtual vtkObjectBase* vtkNonLinearCell::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkCell.
Reimplemented in vtkTriQuadraticHexahedron, vtkBiQuadraticQuadraticHexahedron, vtkBiQuadraticQuadraticWedge, vtkQuadraticLinearWedge, vtkQuadraticPyramid, vtkBiQuadraticQuad, vtkBiQuadraticTriangle, vtkQuadraticTetra, vtkQuadraticLinearQuad, vtkQuadraticWedge, vtkQuadraticHexahedron, vtkQuadraticPolygon, vtkQuadraticQuad, vtkQuadraticTriangle, vtkCubicLine, vtkQuadraticEdge, and vtkExplicitCell.
vtkNonLinearCell* vtkNonLinearCell::NewInstance | ( | ) | const |
Reimplemented from vtkCell.
Reimplemented in vtkTriQuadraticHexahedron, vtkBiQuadraticQuadraticHexahedron, vtkBiQuadraticQuadraticWedge, vtkQuadraticLinearWedge, vtkQuadraticPyramid, vtkBiQuadraticQuad, vtkBiQuadraticTriangle, vtkQuadraticTetra, vtkQuadraticLinearQuad, vtkQuadraticWedge, vtkQuadraticHexahedron, vtkQuadraticPolygon, vtkQuadraticQuad, vtkQuadraticTriangle, vtkCubicLine, vtkQuadraticEdge, and vtkExplicitCell.
void vtkNonLinearCell::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 vtkCell.
Reimplemented in vtkTriQuadraticHexahedron, vtkBiQuadraticQuadraticHexahedron, vtkBiQuadraticQuadraticWedge, vtkQuadraticLinearWedge, vtkQuadraticPyramid, vtkBiQuadraticQuad, vtkBiQuadraticTriangle, vtkQuadraticTetra, vtkQuadraticLinearQuad, vtkQuadraticWedge, vtkQuadraticHexahedron, vtkQuadraticPolygon, vtkQuadraticQuad, vtkQuadraticTriangle, vtkCubicLine, vtkQuadraticEdge, and vtkExplicitCell.
virtual int vtkNonLinearCell::IsLinear | ( | ) | [inline, virtual] |
Non-linear cells require special treatment (tessellation) when converting to graphics primitives (during mapping). The vtkCell API IsLinear() is modified to indicate this requirement.
Reimplemented from vtkCell.
Definition at line 44 of file vtkNonLinearCell.h.