Go to the documentation of this file.
35 #ifndef vtkQuadraticPolygon_h
36 #define vtkQuadraticPolygon_h
81 int& subId,
double pcoords[3],
82 double& dist2,
double *
weights);
86 double x[3],
double pcoords[3],
int& subId);
91 double p20[3],
double &l20,
double n[3]);
93 double bounds[6],
double n[3]);
98 double bounds[6],
double closest[3]);
100 int npts2,
double *pts2,
101 double bounds2[3],
double tol,
104 double tol,
double p0[3],
double p1[3]);
109 int dim,
double *derivs);
represent and manipulate 3D points
static void ComputeCentroid(vtkIdTypeArray *ids, vtkPoints *pts, double centroid[3])
void Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut)
static void PermuteToPolygon(vtkPoints *inPoints, vtkPoints *outPoints)
represent and manipulate point attribute data
a cell that represents an n-sided polygon
static double DistanceToPolygon(double x[3], int numPts, double *pts, double bounds[6], double closest[3])
int Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts)
#define vtkTypeMacro(thisClass, superclass)
GLint GLint GLint GLint GLint x
abstract superclass for arrays of numeric data
static void PermuteToPolygon(vtkDataArray *inDataArray, vtkDataArray *outDataArray)
void Contour(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd)
static int IntersectConvex2DCells(vtkCell *cell1, vtkCell *cell2, double tol, double p0[3], double p1[3])
GLsizei const GLfloat * value
GLboolean GLenum GLenum GLvoid * values
static int IntersectPolygonWithPolygon(int npts, double *pts, double bounds[6], int npts2, double *pts2, double bounds2[3], double tol, double x[3])
static void PermuteToPolygon(vtkIdType nbPoints, double *inPoints, double *outPoints)
int Triangulate(vtkIdList *outTris)
abstract class to specify cell behavior
static void PermuteToPolygon(vtkIdTypeArray *inIds, vtkIdTypeArray *outIds)
int ParameterizePolygon(double p0[3], double p10[3], double &l10, double p20[3], double &l20, double n[3])
static void ConvertFromPolygon(vtkIdList *ids)
int NonDegenerateTriangulate(vtkIdList *outTris)
a cell that represents a parabolic n-sided polygon
represent and manipulate cell attribute data
a simple class to control print indentation
object to represent cell connectivity
int CellBoundary(int subId, double pcoords[3], vtkIdList *pts)
Abstract class in support of both point location and point insertion.
list of point or cell ids
#define vtkGetMacro(name, type)
int IntersectWithLine(double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId)
vtkIdType GetNumberOfPoints()
static int PointInPolygon(double x[3], int numPts, double *pts, double bounds[6], double n[3])
int EvaluatePosition(double x[3], double *closestPoint, int &subId, double pcoords[3], double &dist2, double *weights)
static void GetPermutationToPolygon(vtkIdType nb, vtkIdList *permutation)
vtkSetMacro(IgnoreDriverBugs, bool)
void Derivatives(int subId, double pcoords[3], double *values, int dim, double *derivs)
void PrintSelf(ostream &os, vtkIndent indent)
dynamic, self-adjusting array of vtkIdType
abstract superclass for non-linear cells
static void GetPermutationFromPolygon(vtkIdType nb, vtkIdList *permutation)
static vtkQuadraticPolygon * New()
virtual void InterpolateFunctions(double x[3], double *weights)
static void PermuteToPolygon(vtkCell *inCell, vtkCell *outCell)
#define VTKCOMMONDATAMODEL_EXPORT
void EvaluateLocation(int &subId, double pcoords[3], double x[3], double *weights)
cell represents a parabolic, isoparametric edge
static void PermuteFromPolygon(vtkIdType nb, double *values)