VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkGenericCell Class Reference

provides thread-safe access to cells More...

#include <vtkGenericCell.h>

Inheritance diagram for vtkGenericCell:
[legend]
Collaboration diagram for vtkGenericCell:
[legend]

Public Types

typedef vtkCell Superclass
 
- Public Types inherited from vtkCell
typedef vtkObject Superclass
 

Public Member Functions

virtual vtkTypeBool IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class. More...
 
vtkGenericCellNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses. More...
 
void SetPoints (vtkPoints *points)
 Set the points object to use for this cell. More...
 
void SetPointIds (vtkIdList *pointIds)
 Set the point ids to use for this cell. More...
 
void SetCellType (int cellType)
 This method is used to support the vtkDataSet::GetCell(vtkGenericCell *) method. More...
 
void SetCellTypeToEmptyCell ()
 
void SetCellTypeToVertex ()
 
void SetCellTypeToPolyVertex ()
 
void SetCellTypeToLine ()
 
void SetCellTypeToPolyLine ()
 
void SetCellTypeToTriangle ()
 
void SetCellTypeToTriangleStrip ()
 
void SetCellTypeToPolygon ()
 
void SetCellTypeToPixel ()
 
void SetCellTypeToQuad ()
 
void SetCellTypeToTetra ()
 
void SetCellTypeToVoxel ()
 
void SetCellTypeToHexahedron ()
 
void SetCellTypeToWedge ()
 
void SetCellTypeToPyramid ()
 
void SetCellTypeToPentagonalPrism ()
 
void SetCellTypeToHexagonalPrism ()
 
void SetCellTypeToPolyhedron ()
 
void SetCellTypeToConvexPointSet ()
 
void SetCellTypeToQuadraticEdge ()
 
void SetCellTypeToCubicLine ()
 
void SetCellTypeToQuadraticTriangle ()
 
void SetCellTypeToBiQuadraticTriangle ()
 
void SetCellTypeToQuadraticQuad ()
 
void SetCellTypeToQuadraticPolygon ()
 
void SetCellTypeToQuadraticTetra ()
 
void SetCellTypeToQuadraticHexahedron ()
 
void SetCellTypeToQuadraticWedge ()
 
void SetCellTypeToQuadraticPyramid ()
 
void SetCellTypeToQuadraticLinearQuad ()
 
void SetCellTypeToBiQuadraticQuad ()
 
void SetCellTypeToQuadraticLinearWedge ()
 
void SetCellTypeToBiQuadraticQuadraticWedge ()
 
void SetCellTypeToTriQuadraticHexahedron ()
 
void SetCellTypeToBiQuadraticQuadraticHexahedron ()
 
void SetCellTypeToLagrangeTriangle ()
 
void SetCellTypeToLagrangeTetra ()
 
void SetCellTypeToLagrangeCurve ()
 
void SetCellTypeToLagrangeQuadrilateral ()
 
void SetCellTypeToLagrangeHexahedron ()
 
void SetCellTypeToLagrangeWedge ()
 
vtkCellGetRepresentativeCell ()
 
void ShallowCopy (vtkCell *c) override
 See the vtkCell API for descriptions of these methods. More...
 
void DeepCopy (vtkCell *c) override
 See the vtkCell API for descriptions of these methods. More...
 
int GetCellType () override
 See the vtkCell API for descriptions of these methods. More...
 
int GetCellDimension () override
 See the vtkCell API for descriptions of these methods. More...
 
int IsLinear () override
 See the vtkCell API for descriptions of these methods. More...
 
int RequiresInitialization () override
 See the vtkCell API for descriptions of these methods. More...
 
void Initialize () override
 See the vtkCell API for descriptions of these methods. More...
 
int RequiresExplicitFaceRepresentation () override
 See the vtkCell API for descriptions of these methods. More...
 
void SetFaces (vtkIdType *faces) override
 See the vtkCell API for descriptions of these methods. More...
 
vtkIdTypeGetFaces () override
 See the vtkCell API for descriptions of these methods. More...
 
int GetNumberOfEdges () override
 See the vtkCell API for descriptions of these methods. More...
 
int GetNumberOfFaces () override
 See the vtkCell API for descriptions of these methods. More...
 
vtkCellGetEdge (int edgeId) override
 See the vtkCell API for descriptions of these methods. More...
 
vtkCellGetFace (int faceId) override
 See the vtkCell API for descriptions of these methods. More...
 
int CellBoundary (int subId, const double pcoords[3], vtkIdList *pts) override
 See the vtkCell API for descriptions of these methods. More...
 
int EvaluatePosition (const double x[3], double closestPoint[3], int &subId, double pcoords[3], double &dist2, double weights[]) override
 See the vtkCell API for descriptions of these methods. More...
 
void EvaluateLocation (int &subId, const double pcoords[3], double x[3], double *weights) override
 See the vtkCell API for descriptions of these methods. More...
 
void Contour (double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd) override
 See the vtkCell API for descriptions of these methods. More...
 
void Clip (double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *connectivity, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut) override
 See the vtkCell API for descriptions of these methods. More...
 
int IntersectWithLine (const double p1[3], const double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId) override
 See the vtkCell API for descriptions of these methods. More...
 
int Triangulate (int index, vtkIdList *ptIds, vtkPoints *pts) override
 See the vtkCell API for descriptions of these methods. More...
 
void Derivatives (int subId, const double pcoords[3], const double *values, int dim, double *derivs) override
 See the vtkCell API for descriptions of these methods. More...
 
int GetParametricCenter (double pcoords[3]) override
 See the vtkCell API for descriptions of these methods. More...
 
doubleGetParametricCoords () override
 See the vtkCell API for descriptions of these methods. More...
 
int IsPrimaryCell () override
 See the vtkCell API for descriptions of these methods. More...
 
void InterpolateFunctions (const double pcoords[3], double *weights) override
 Compute the interpolation functions/derivatives (aka shape functions/derivatives) More...
 
void InterpolateDerivs (const double pcoords[3], double *derivs) override
 Compute the interpolation functions/derivatives (aka shape functions/derivatives) More...
 
- Public Member Functions inherited from vtkCell
vtkCellNewInstance () const
 
void Initialize (int npts, vtkIdType *pts, vtkPoints *p)
 Initialize cell from outside with point ids and point coordinates specified. More...
 
void Initialize (int npts, vtkPoints *p)
 Initialize the cell with point coordinates specified. More...
 
virtual int IsExplicitCell ()
 Explicit cells require additional representational information beyond the usual cell type and connectivity list information. More...
 
virtual void SetFaces (vtkIdType *vtkNotUsed(faces))
 
vtkPointsGetPoints ()
 Get the point coordinates for the cell. More...
 
vtkIdType GetNumberOfPoints ()
 Return the number of points in the cell. More...
 
vtkIdListGetPointIds ()
 Return the list of point ids defining the cell. More...
 
vtkIdType GetPointId (int ptId)
 For cell point i, return the actual point id. More...
 
void GetBounds (double bounds[6])
 Compute cell bounding box (xmin,xmax,ymin,ymax,zmin,zmax). More...
 
doubleGetBounds ()
 Compute cell bounding box (xmin,xmax,ymin,ymax,zmin,zmax). More...
 
double GetLength2 ()
 Compute Length squared of cell (i.e., bounding box diagonal squared). More...
 
virtual double GetParametricDistance (const double pcoords[3])
 Return the distance of the parametric coordinate provided to the cell. More...
 
virtual void InterpolateFunctions (const double vtkNotUsed(pcoords)[3], double *vtkNotUsed(weight))
 Compute the interpolation functions/derivatives (aka shape functions/derivatives) No-ops at this level. More...
 
virtual void InterpolateDerivs (const double vtkNotUsed(pcoords)[3], double *vtkNotUsed(derivs))
 
- Public Member Functions inherited from vtkObject
 vtkBaseTypeMacro (vtkObject, vtkObjectBase)
 
virtual void DebugOn ()
 Turn debugging output on. More...
 
virtual void DebugOff ()
 Turn debugging output off. More...
 
bool GetDebug ()
 Get the value of the debug flag. More...
 
void SetDebug (bool debugFlag)
 Set the value of the debug flag. More...
 
virtual void Modified ()
 Update the modification time for this object. More...
 
virtual vtkMTimeType GetMTime ()
 Return this object's modified time. More...
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
vtkTypeBool HasObserver (unsigned long event)
 
vtkTypeBool HasObserver (const char *event)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkCommandGetCommand (unsigned long tag)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObserver (vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObservers (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObservers (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkTypeBool HasObserver (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkTypeBool HasObserver (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 Allow user to set the AbortFlagOn() with the return value of the callback method. More...
 
int InvokeEvent (unsigned long event, void *callData)
 This method invokes an event and return whether the event was aborted or not. More...
 
int InvokeEvent (const char *event, void *callData)
 This method invokes an event and return whether the event was aborted or not. More...
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 Return the class name as a string. More...
 
virtual void Delete ()
 Delete a VTK object. More...
 
virtual void FastDelete ()
 Delete a reference to this object. More...
 
void InitializeObjectBase ()
 
void Print (ostream &os)
 Print an object to an ostream. More...
 
virtual void Register (vtkObjectBase *o)
 Increase the reference count (mark as used by another object). More...
 
virtual void UnRegister (vtkObjectBase *o)
 Decrease the reference count (release by another object). More...
 
int GetReferenceCount ()
 Return the current reference count of this object. More...
 
void SetReferenceCount (int)
 Sets the reference count. More...
 
void PrintRevisions (ostream &)
 Legacy. More...
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 

Static Public Member Functions

static vtkGenericCellNew ()
 Create handle to any type of cell; by default a vtkEmptyCell. More...
 
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkGenericCellSafeDownCast (vtkObjectBase *o)
 
static vtkCellInstantiateCell (int cellType)
 Instantiate a new vtkCell based on it's cell type value. More...
 
- Static Public Member Functions inherited from vtkCell
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkCellSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkObject
static vtkObjectNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
static void BreakOnError ()
 This method is called when vtkErrorMacro executes. More...
 
static void SetGlobalWarningDisplay (int val)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOn ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOff ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static int GetGlobalWarningDisplay ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 Return 1 if this class type is the same type of (or a subclass of) the named class. More...
 
static vtkObjectBaseNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkGenericCell ()
 
 ~vtkGenericCell () override
 
- Protected Member Functions inherited from vtkCell
 vtkCell ()
 
 ~vtkCell () override
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
 ~vtkObject () override
 
void RegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr)
 These methods allow a command to exclusively grab all events. More...
 
void InternalReleaseFocus ()
 These methods allow a command to exclusively grab all events. More...
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &)
 
virtual void ReportReferences (vtkGarbageCollector *)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

vtkCellCell
 
vtkCellCellStore [VTK_NUMBER_OF_CELL_TYPES]
 
- Protected Attributes inherited from vtkCell
double Bounds [6]
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Additional Inherited Members

- Public Attributes inherited from vtkCell
vtkPointsPoints
 
vtkIdListPointIds
 

Detailed Description

provides thread-safe access to cells

vtkGenericCell is a class that provides access to concrete types of cells. It's main purpose is to allow thread-safe access to cells, supporting the vtkDataSet::GetCell(vtkGenericCell *) method. vtkGenericCell acts like any type of cell, it just dereferences an internal representation. The SetCellType() methods use #define constants; these are defined in the file vtkCellType.h.

See also
vtkCell vtkDataSet
Tests:
vtkGenericCell (Tests)

Definition at line 39 of file vtkGenericCell.h.

Member Typedef Documentation

Definition at line 47 of file vtkGenericCell.h.

Constructor & Destructor Documentation

vtkGenericCell::vtkGenericCell ( )
protected
vtkGenericCell::~vtkGenericCell ( )
overrideprotected

Member Function Documentation

static vtkGenericCell* vtkGenericCell::New ( )
static

Create handle to any type of cell; by default a vtkEmptyCell.

static vtkTypeBool vtkGenericCell::IsTypeOf ( const char *  type)
static
virtual vtkTypeBool vtkGenericCell::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.

static vtkGenericCell* vtkGenericCell::SafeDownCast ( vtkObjectBase o)
static
virtual vtkObjectBase* vtkGenericCell::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkCell.

vtkGenericCell* vtkGenericCell::NewInstance ( ) const
void vtkGenericCell::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
overridevirtual

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.

void vtkGenericCell::SetPoints ( vtkPoints points)

Set the points object to use for this cell.

This updates the internal cell storage as well as the public member variable Points.

void vtkGenericCell::SetPointIds ( vtkIdList pointIds)

Set the point ids to use for this cell.

This updates the internal cell storage as well as the public member variable PointIds.

void vtkGenericCell::ShallowCopy ( vtkCell c)
overridevirtual

See the vtkCell API for descriptions of these methods.

Reimplemented from vtkCell.

void vtkGenericCell::DeepCopy ( vtkCell c)
overridevirtual

See the vtkCell API for descriptions of these methods.

Reimplemented from vtkCell.

int vtkGenericCell::GetCellType ( )
overridevirtual

See the vtkCell API for descriptions of these methods.

Implements vtkCell.

int vtkGenericCell::GetCellDimension ( )
overridevirtual

See the vtkCell API for descriptions of these methods.

Implements vtkCell.

int vtkGenericCell::IsLinear ( )
overridevirtual

See the vtkCell API for descriptions of these methods.

Reimplemented from vtkCell.

int vtkGenericCell::RequiresInitialization ( )
overridevirtual

See the vtkCell API for descriptions of these methods.

Reimplemented from vtkCell.

void vtkGenericCell::Initialize ( )
overridevirtual

See the vtkCell API for descriptions of these methods.

Reimplemented from vtkCell.

int vtkGenericCell::RequiresExplicitFaceRepresentation ( )
overridevirtual

See the vtkCell API for descriptions of these methods.

Reimplemented from vtkCell.

void vtkGenericCell::SetFaces ( vtkIdType faces)
override

See the vtkCell API for descriptions of these methods.

vtkIdType* vtkGenericCell::GetFaces ( )
overridevirtual

See the vtkCell API for descriptions of these methods.

Reimplemented from vtkCell.

int vtkGenericCell::GetNumberOfEdges ( )
overridevirtual

See the vtkCell API for descriptions of these methods.

Implements vtkCell.

int vtkGenericCell::GetNumberOfFaces ( )
overridevirtual

See the vtkCell API for descriptions of these methods.

Implements vtkCell.

vtkCell* vtkGenericCell::GetEdge ( int  edgeId)
overridevirtual

See the vtkCell API for descriptions of these methods.

Implements vtkCell.

vtkCell* vtkGenericCell::GetFace ( int  faceId)
overridevirtual

See the vtkCell API for descriptions of these methods.

Implements vtkCell.

int vtkGenericCell::CellBoundary ( int  subId,
const double  pcoords[3],
vtkIdList pts 
)
overridevirtual

See the vtkCell API for descriptions of these methods.

Implements vtkCell.

int vtkGenericCell::EvaluatePosition ( const double  x[3],
double  closestPoint[3],
int subId,
double  pcoords[3],
double dist2,
double  weights[] 
)
overridevirtual

See the vtkCell API for descriptions of these methods.

Implements vtkCell.

void vtkGenericCell::EvaluateLocation ( int subId,
const double  pcoords[3],
double  x[3],
double weights 
)
overridevirtual

See the vtkCell API for descriptions of these methods.

Implements vtkCell.

void vtkGenericCell::Contour ( double  value,
vtkDataArray cellScalars,
vtkIncrementalPointLocator locator,
vtkCellArray verts,
vtkCellArray lines,
vtkCellArray polys,
vtkPointData inPd,
vtkPointData outPd,
vtkCellData inCd,
vtkIdType  cellId,
vtkCellData outCd 
)
overridevirtual

See the vtkCell API for descriptions of these methods.

Implements vtkCell.

void vtkGenericCell::Clip ( double  value,
vtkDataArray cellScalars,
vtkIncrementalPointLocator locator,
vtkCellArray connectivity,
vtkPointData inPd,
vtkPointData outPd,
vtkCellData inCd,
vtkIdType  cellId,
vtkCellData outCd,
int  insideOut 
)
overridevirtual

See the vtkCell API for descriptions of these methods.

Implements vtkCell.

int vtkGenericCell::IntersectWithLine ( const double  p1[3],
const double  p2[3],
double  tol,
double t,
double  x[3],
double  pcoords[3],
int subId 
)
overridevirtual

See the vtkCell API for descriptions of these methods.

Implements vtkCell.

int vtkGenericCell::Triangulate ( int  index,
vtkIdList ptIds,
vtkPoints pts 
)
overridevirtual

See the vtkCell API for descriptions of these methods.

Implements vtkCell.

void vtkGenericCell::Derivatives ( int  subId,
const double  pcoords[3],
const double values,
int  dim,
double derivs 
)
overridevirtual

See the vtkCell API for descriptions of these methods.

Implements vtkCell.

int vtkGenericCell::GetParametricCenter ( double  pcoords[3])
overridevirtual

See the vtkCell API for descriptions of these methods.

Reimplemented from vtkCell.

double* vtkGenericCell::GetParametricCoords ( )
overridevirtual

See the vtkCell API for descriptions of these methods.

Reimplemented from vtkCell.

int vtkGenericCell::IsPrimaryCell ( )
overridevirtual

See the vtkCell API for descriptions of these methods.

Reimplemented from vtkCell.

void vtkGenericCell::InterpolateFunctions ( const double  pcoords[3],
double weights 
)
override

Compute the interpolation functions/derivatives (aka shape functions/derivatives)

void vtkGenericCell::InterpolateDerivs ( const double  pcoords[3],
double derivs 
)
override

Compute the interpolation functions/derivatives (aka shape functions/derivatives)

void vtkGenericCell::SetCellType ( int  cellType)

This method is used to support the vtkDataSet::GetCell(vtkGenericCell *) method.

It allows vtkGenericCell to act like any cell type by dereferencing an internal instance of a concrete cell type. When you set the cell type, you are resetting a pointer to an internal cell which is then used for computation.

void vtkGenericCell::SetCellTypeToEmptyCell ( )
inline

Definition at line 125 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToVertex ( )
inline

Definition at line 126 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToPolyVertex ( )
inline

Definition at line 127 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToLine ( )
inline

Definition at line 128 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToPolyLine ( )
inline

Definition at line 129 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToTriangle ( )
inline

Definition at line 130 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToTriangleStrip ( )
inline

Definition at line 131 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToPolygon ( )
inline

Definition at line 132 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToPixel ( )
inline

Definition at line 133 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToQuad ( )
inline

Definition at line 134 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToTetra ( )
inline

Definition at line 135 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToVoxel ( )
inline

Definition at line 136 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToHexahedron ( )
inline

Definition at line 137 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToWedge ( )
inline

Definition at line 138 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToPyramid ( )
inline

Definition at line 139 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToPentagonalPrism ( )
inline

Definition at line 140 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToHexagonalPrism ( )
inline

Definition at line 141 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToPolyhedron ( )
inline

Definition at line 142 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToConvexPointSet ( )
inline

Definition at line 143 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToQuadraticEdge ( )
inline

Definition at line 144 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToCubicLine ( )
inline

Definition at line 145 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToQuadraticTriangle ( )
inline

Definition at line 146 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToBiQuadraticTriangle ( )
inline

Definition at line 147 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToQuadraticQuad ( )
inline

Definition at line 148 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToQuadraticPolygon ( )
inline

Definition at line 149 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToQuadraticTetra ( )
inline

Definition at line 150 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToQuadraticHexahedron ( )
inline

Definition at line 151 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToQuadraticWedge ( )
inline

Definition at line 152 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToQuadraticPyramid ( )
inline

Definition at line 153 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToQuadraticLinearQuad ( )
inline

Definition at line 154 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToBiQuadraticQuad ( )
inline

Definition at line 155 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToQuadraticLinearWedge ( )
inline

Definition at line 156 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToBiQuadraticQuadraticWedge ( )
inline

Definition at line 157 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToTriQuadraticHexahedron ( )
inline

Definition at line 159 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToBiQuadraticQuadraticHexahedron ( )
inline

Definition at line 161 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToLagrangeTriangle ( )
inline

Definition at line 163 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToLagrangeTetra ( )
inline

Definition at line 165 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToLagrangeCurve ( )
inline

Definition at line 167 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToLagrangeQuadrilateral ( )
inline

Definition at line 169 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToLagrangeHexahedron ( )
inline

Definition at line 171 of file vtkGenericCell.h.

void vtkGenericCell::SetCellTypeToLagrangeWedge ( )
inline

Definition at line 173 of file vtkGenericCell.h.

static vtkCell* vtkGenericCell::InstantiateCell ( int  cellType)
static

Instantiate a new vtkCell based on it's cell type value.

vtkCell* vtkGenericCell::GetRepresentativeCell ( )
inline

Definition at line 181 of file vtkGenericCell.h.

Member Data Documentation

vtkCell* vtkGenericCell::Cell
protected

Definition at line 187 of file vtkGenericCell.h.

vtkCell* vtkGenericCell::CellStore[VTK_NUMBER_OF_CELL_TYPES]
protected

Definition at line 188 of file vtkGenericCell.h.


The documentation for this class was generated from the following file: