Go to the documentation of this file.
28 #ifndef vtkPolyVertex_h
29 #define vtkPolyVertex_h
64 int& subId,
double pcoords[3],
65 double& dist2,
double *
weights);
69 double x[3],
double pcoords[3],
int& subId);
72 int dim,
double *derivs);
represent and manipulate 3D points
int GetParametricCenter(double pcoords[3])
static vtkPolyVertex * New()
represent and manipulate point attribute data
int IntersectWithLine(double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId)
int EvaluatePosition(double x[3], double *closestPoint, int &subId, double pcoords[3], double &dist2, double *weights)
#define vtkTypeMacro(thisClass, superclass)
GLint GLint GLint GLint GLint x
abstract superclass for arrays of numeric data
void EvaluateLocation(int &subId, double pcoords[3], double x[3], double *weights)
a cell that represents a 3D point
vtkCell * GetEdge(int vtkNotUsed(edgeId))
void Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *verts, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut)
int CellBoundary(int subId, double pcoords[3], vtkIdList *pts)
GLsizei const GLfloat * value
GLboolean GLenum GLenum GLvoid * values
abstract class to specify cell behavior
represent and manipulate cell attribute data
vtkCell * GetFace(int vtkNotUsed(faceId))
a simple class to control print indentation
object to represent cell connectivity
Abstract class in support of both point location and point insertion.
list of point or cell ids
void Derivatives(int subId, double pcoords[3], double *values, int dim, double *derivs)
int Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts)
void PrintSelf(ostream &os, vtkIndent indent)
void Contour(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd)
#define VTKCOMMONDATAMODEL_EXPORT
cell represents a set of 0D vertices