|
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 |
Definition at line 38 of file vtkNonLinearCell.h.
|
protected |
|
inlineprotected |
Definition at line 48 of file vtkNonLinearCell.h.
|
static |
|
virtual |
|
static |
|
protectedvirtual |
| vtkNonLinearCell* vtkNonLinearCell::NewInstance | ( | ) | const |
| void vtkNonLinearCell::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
inlinevirtual |
Non-linear cells require special treatment (tessellation) when converting to graphics primitives (during mapping). The vtkCell API IsLinear() is modified to indicate this requirement.
Definition at line 44 of file vtkNonLinearCell.h.
1.8.6