Go to the documentation of this file.
32 #ifndef vtkConvexPointSet_h
33 #define vtkConvexPointSet_h
112 int& subId,
double pcoords[3],
113 double& dist2,
double *
weights);
126 double x[3],
double pcoords[3],
int& subId);
136 int dim,
double *derivs);
179 pcoords[0] = pcoords[1] = pcoords[2] = 0.5;
represent and manipulate 3D points
virtual void EvaluateLocation(int &subId, double pcoords[3], double x[3], double *weights)
static vtkConvexPointSet * New()
vtkCellArray * BoundaryTris
virtual int EvaluatePosition(double x[3], double *closestPoint, int &subId, double pcoords[3], double &dist2, double *weights)
virtual void GetEdgePoints(int vtkNotUsed(edgeId), int *&vtkNotUsed(pts))
a 3D cell defined by a set of convex points
represent and manipulate point attribute data
virtual int GetNumberOfFaces()
virtual void GetFacePoints(int vtkNotUsed(faceId), int *&vtkNotUsed(pts))
vtkDoubleArray * ParametricCoords
#define vtkTypeMacro(thisClass, superclass)
virtual void InterpolateDerivs(double pcoords[3], double *derivs)
virtual int GetCellType()
virtual void Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *connectivity, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut)
GLint GLint GLint GLint GLint x
virtual int GetParametricCenter(double pcoords[3])
abstract superclass for arrays of numeric data
virtual vtkCell * GetEdge(int)
void PrintSelf(ostream &os, vtkIndent indent)
virtual int IntersectWithLine(double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId)
vtkDoubleArray * TetraScalars
virtual void Contour(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd)
abstract class to specify 3D cell interface
GLsizei const GLfloat * value
GLboolean GLenum GLenum GLvoid * values
virtual int CellBoundary(int subId, double pcoords[3], vtkIdList *pts)
abstract class to specify cell behavior
represent and manipulate cell attribute data
a simple class to control print indentation
object to represent cell connectivity
Abstract class in support of both point location and point insertion.
virtual double * GetParametricCoords()
list of point or cell ids
virtual int HasFixedTopology()
a cell that represents a triangle
virtual int RequiresInitialization()
virtual void InterpolateFunctions(double pcoords[3], double *sf)
virtual vtkCell * GetFace(int faceId)
virtual int GetNumberOfEdges()
virtual int GetParametricCenter(double pcoords[3])
dynamic, self-adjusting array of double
#define VTKCOMMONDATAMODEL_EXPORT
dataset represents arbitrary combinations of all possible cell types
a 3D cell that represents a tetrahedron
virtual int Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts)
virtual void Initialize()
virtual void Derivatives(int subId, double pcoords[3], double *values, int dim, double *derivs)