Go to the documentation of this file.
71 int& subId,
double pcoords[3],
72 double& dist2,
double *
weights);
76 double x[3],
double pcoords[3],
int& subId);
79 int dim,
double *derivs);
133 double p20[3],
double &l20,
double n[3]);
142 double bounds[6],
double n[3]);
160 double bounds[6],
double closest[3]);
171 int npts2,
double *pts2,
172 double bounds2[3],
double tol,
187 double tol,
double p0[3],
double p1[3]);
represent and manipulate 3D points
void Contour(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd)
void EvaluateLocation(int &subId, double pcoords[3], double x[3], double *weights)
int NonDegenerateTriangulate(vtkIdList *outTris)
void InterpolateFunctionsUsingMVC(double x[3], double *weights)
int Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts)
represent and manipulate point attribute data
a cell that represents an n-sided polygon
int Triangulate(vtkIdList *outTris)
static void ComputeNormal(vtkIdTypeArray *ids, vtkPoints *pts, double n[3])
#define vtkTypeMacro(thisClass, superclass)
virtual void InterpolateFunctions(double x[3], double *sf)
GLint GLint GLint GLint GLint x
static int IntersectConvex2DCells(vtkCell *cell1, vtkCell *cell2, double tol, double p0[3], double p1[3])
abstract superclass for arrays of numeric data
static double ComputeArea(vtkPoints *p, vtkIdType numPts, vtkIdType *pts, double normal[3])
int EvaluatePosition(double x[3], double *closestPoint, int &subId, double pcoords[3], double &dist2, double *weights)
cell represents a 1D line
int SuccessfulTriangulation
GLsizei const GLfloat * value
static void ComputeNormal(vtkPoints *p, int numPts, vtkIdType *pts, double n[3])
GLboolean GLenum GLenum GLvoid * values
abstract class to specify cell behavior
static int PointInPolygon(double x[3], int numPts, double *pts, double bounds[6], double n[3])
represent and manipulate cell attribute data
a simple class to control print indentation
static double DistanceToPolygon(double x[3], int numPts, double *pts, double bounds[6], double closest[3])
object to represent cell connectivity
Abstract class in support of both point location and point insertion.
list of point or cell ids
vtkDoubleArray * TriScalars
#define vtkGetMacro(name, type)
vtkIdType GetNumberOfPoints()
int EarCutTriangulation()
a cell that represents a triangle
int ParameterizePolygon(double p0[3], double p10[3], double &l10, double p20[3], double &l20, double n[3])
vtkSetMacro(IgnoreDriverBugs, bool)
static int IntersectPolygonWithPolygon(int npts, double *pts, double bounds[6], int npts2, double *pts2, double bounds2[3], double tol, double x[3])
dynamic, self-adjusting array of vtkIdType
static void ComputeNormal(int numPts, double *pts, double n[3])
int IntersectWithLine(double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId)
void PrintSelf(ostream &os, vtkIndent indent)
dynamic, self-adjusting array of double
#define VTKCOMMONDATAMODEL_EXPORT
void Derivatives(int subId, double pcoords[3], double *values, int dim, double *derivs)
static vtkPolygon * New()
int CellBoundary(int subId, double pcoords[3], vtkIdList *pts)
void Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *tris, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut)
static void ComputeNormal(vtkPoints *p, double n[3])
a cell that represents a 2D quadrilateral
static void ComputeCentroid(vtkIdTypeArray *ids, vtkPoints *pts, double centroid[3])
vtkCell * GetEdge(int edgeId)