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

an empty cell used as a place-holder during processing More...

#include <vtkEmptyCell.h>

Inherits vtkCell.

Public Types

typedef vtkCell Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
int EvaluatePosition (double x[3], double *closestPoint, int &subId, double pcoords[3], double &dist2, double *weights)
 
void EvaluateLocation (int &subId, double pcoords[3], double x[3], double *weights)
 
int IntersectWithLine (double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId)
 
int Triangulate (int index, vtkIdList *ptIds, vtkPoints *pts)
 
void Derivatives (int subId, double pcoords[3], double *values, int dim, double *derivs)
 
int GetCellType ()
 
int GetCellDimension ()
 
int GetNumberOfEdges ()
 
int GetNumberOfFaces ()
 
vtkCell * GetEdge (int)
 
vtkCell * GetFace (int)
 
int CellBoundary (int subId, double pcoords[3], vtkIdList *pts)
 
void Contour (double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *verts1, vtkCellArray *lines, vtkCellArray *verts2, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd)
 
void Clip (double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *pts, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut)
 
virtual void InterpolateFunctions (double pcoords[3], double *weights)
 
virtual void InterpolateDerivs (double pcoords[3], double *derivs)
 

Static Public Member Functions

static vtkEmptyCellNew ()
 
static int IsTypeOf (const char *type)
 
static vtkEmptyCellSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkEmptyCell ()
 
 ~vtkEmptyCell ()
 

Detailed Description

an empty cell used as a place-holder during processing

vtkEmptyCell is a concrete implementation of vtkCell. It is used during processing to represented a deleted element.

Tests:
vtkEmptyCell (Tests)

Definition at line 30 of file vtkEmptyCell.h.

Member Typedef Documentation

typedef vtkCell vtkEmptyCell::Superclass

Definition at line 34 of file vtkEmptyCell.h.

Constructor & Destructor Documentation

vtkEmptyCell::vtkEmptyCell ( )
inlineprotected

Definition at line 77 of file vtkEmptyCell.h.

vtkEmptyCell::~vtkEmptyCell ( )
inlineprotected

Definition at line 78 of file vtkEmptyCell.h.

Member Function Documentation

static vtkEmptyCell* vtkEmptyCell::New ( )
static
virtual const char* vtkEmptyCell::GetClassName ( )
virtual
static int vtkEmptyCell::IsTypeOf ( const char *  type)
static
virtual int vtkEmptyCell::IsA ( const char *  type)
virtual
static vtkEmptyCell* vtkEmptyCell::SafeDownCast ( vtkObject o)
static
void vtkEmptyCell::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
int vtkEmptyCell::GetCellType ( )
inline

See the vtkCell API for descriptions of these methods.

Definition at line 39 of file vtkEmptyCell.h.

int vtkEmptyCell::GetCellDimension ( )
inline

See the vtkCell API for descriptions of these methods.

Definition at line 40 of file vtkEmptyCell.h.

int vtkEmptyCell::GetNumberOfEdges ( )
inline

See the vtkCell API for descriptions of these methods.

Definition at line 41 of file vtkEmptyCell.h.

int vtkEmptyCell::GetNumberOfFaces ( )
inline

See the vtkCell API for descriptions of these methods.

Definition at line 42 of file vtkEmptyCell.h.

vtkCell* vtkEmptyCell::GetEdge ( int  )
inline

See the vtkCell API for descriptions of these methods.

Definition at line 43 of file vtkEmptyCell.h.

vtkCell* vtkEmptyCell::GetFace ( int  )
inline

See the vtkCell API for descriptions of these methods.

Definition at line 44 of file vtkEmptyCell.h.

int vtkEmptyCell::CellBoundary ( int  subId,
double  pcoords[3],
vtkIdList pts 
)

See the vtkCell API for descriptions of these methods.

void vtkEmptyCell::Contour ( double  value,
vtkDataArray cellScalars,
vtkIncrementalPointLocator *  locator,
vtkCellArray verts1,
vtkCellArray lines,
vtkCellArray verts2,
vtkPointData inPd,
vtkPointData outPd,
vtkCellData *  inCd,
vtkIdType  cellId,
vtkCellData *  outCd 
)

See the vtkCell API for descriptions of these methods.

void vtkEmptyCell::Clip ( double  value,
vtkDataArray cellScalars,
vtkIncrementalPointLocator *  locator,
vtkCellArray pts,
vtkPointData inPd,
vtkPointData outPd,
vtkCellData *  inCd,
vtkIdType  cellId,
vtkCellData *  outCd,
int  insideOut 
)

See the vtkCell API for descriptions of these methods.

int vtkEmptyCell::EvaluatePosition ( double  x[3],
double *  closestPoint,
int &  subId,
double  pcoords[3],
double &  dist2,
double *  weights 
)
void vtkEmptyCell::EvaluateLocation ( int &  subId,
double  pcoords[3],
double  x[3],
double *  weights 
)
int vtkEmptyCell::IntersectWithLine ( double  p1[3],
double  p2[3],
double  tol,
double &  t,
double  x[3],
double  pcoords[3],
int &  subId 
)
int vtkEmptyCell::Triangulate ( int  index,
vtkIdList ptIds,
vtkPoints pts 
)
void vtkEmptyCell::Derivatives ( int  subId,
double  pcoords[3],
double *  values,
int  dim,
double *  derivs 
)
virtual void vtkEmptyCell::InterpolateFunctions ( double  pcoords[3],
double *  weights 
)
virtual

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

virtual void vtkEmptyCell::InterpolateDerivs ( double  pcoords[3],
double *  derivs 
)
virtual

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


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