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