| AddObserver(unsigned long event, vtkCommand *) | vtkObject | |
| AddObserver(const char *event, vtkCommand *) (defined in vtkObject) | vtkObject | |
| BarycentricCoords(double x[2], double x1[2], double x2[2], double x3[2], double bcoords[3]) | vtkTriangle | [static] |
| Bounds (defined in vtkCell) | vtkCell | [protected] |
| BreakOnError() | vtkObject | [static] |
| CellBoundary(int subId, float pcoords[3], vtkIdList *pts) | vtkTriangle | [virtual] |
| CellBoundary(int subId, float pcoords[3], vtkIdList &pts) | vtkTriangle | [inline] |
| Circumcircle(double p1[2], double p2[2], double p3[2], double center[2]) | vtkTriangle | [static] |
| Clip(float value, vtkScalars *cellScalars, vtkPointLocator *locator, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, int cellId, vtkCellData *outCd, int insideOut) | vtkTriangle | [virtual] |
| ComputeNormal(vtkPoints *p, int numPts, int *pts, float n[3]) | vtkTriangle | [static] |
| ComputeNormal(float v1[3], float v2[3], float v3[3], float n[3]) | vtkTriangle | [inline, static] |
| ComputeNormal(double v1[3], double v2[3], double v3[3], double n[3]) | vtkTriangle | [inline, static] |
| ComputeNormalDirection(float v1[3], float v2[3], float v3[3], float n[3]) | vtkTriangle | [inline, static] |
| ComputeNormalDirection(double v1[3], double v2[3], double v3[3], double n[3]) | vtkTriangle | [inline, static] |
| ComputeQuadric(float x1[3], float x2[3], float x3[3], float quadric[4][4]) | vtkTriangle | [static] |
| ComputeQuadric(float x1[3], float x2[3], float x3[3], vtkQuadric *quadric) (defined in vtkTriangle) | vtkTriangle | [static] |
| Contour(float value, vtkScalars *cellScalars, vtkPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, int cellId, vtkCellData *outCd) | vtkTriangle | [virtual] |
| Debug (defined in vtkObject) | vtkObject | [protected] |
| DebugOff() | vtkObject | [virtual] |
| DebugOn() | vtkObject | [virtual] |
| DeepCopy(vtkCell *c) | vtkCell | [virtual] |
| DeepCopy(vtkCell &c) | vtkCell | [inline] |
| Delete() | vtkObject | [virtual] |
| Derivatives(int subId, float pcoords[3], float *values, int dim, float *derivs) | vtkTriangle | [virtual] |
| EvaluateLocation(int &subId, float pcoords[3], float x[3], float *weights) | vtkTriangle | [virtual] |
| EvaluatePosition(float x[3], float *closestPoint, int &subId, float pcoords[3], float &dist2, float *weights) | vtkTriangle | [virtual] |
| GetBounds(float bounds[6]) | vtkCell | |
| GetBounds() | vtkCell | |
| GetCellDimension() | vtkTriangle | [inline, virtual] |
| GetCellType() | vtkTriangle | [inline, virtual] |
| GetClassName() | vtkTriangle | [virtual] |
| GetCommand(unsigned long tag) (defined in vtkObject) | vtkObject | |
| GetDebug() | vtkObject | |
| GetEdge(int edgeId) | vtkTriangle | [virtual] |
| GetFace(int) | vtkTriangle | [inline, virtual] |
| GetGlobalWarningDisplay() (defined in vtkObject) | vtkObject | [static] |
| GetInterpolationOrder() | vtkCell | [inline, virtual] |
| GetLength2() | vtkCell | |
| GetMTime() | vtkObject | [virtual] |
| GetNumberOfEdges() | vtkTriangle | [inline, virtual] |
| GetNumberOfFaces() | vtkTriangle | [inline, virtual] |
| GetNumberOfPoints() | vtkCell | [inline] |
| GetParametricCenter(float pcoords[3]) | vtkTriangle | [inline, virtual] |
| GetPointId(int ptId) | vtkCell | [inline] |
| GetPointIds() | vtkCell | [inline] |
| GetPoints() | vtkCell | [inline] |
| GetReferenceCount() | vtkObject | [inline] |
| GlobalWarningDisplayOff() (defined in vtkObject) | vtkObject | [inline, static] |
| GlobalWarningDisplayOn() (defined in vtkObject) | vtkObject | [inline, static] |
| HasObserver(unsigned long event) (defined in vtkObject) | vtkObject | |
| HasObserver(const char *event) (defined in vtkObject) | vtkObject | |
| HitBBox(float bounds[6], float origin[3], float dir[3], float coord[3], float &t) | vtkCell | [static] |
| Initialize(int npts, int *pts, vtkPoints *p) | vtkCell | |
| IntersectWithLine(float p1[3], float p2[3], float tol, float &t, float x[3], float pcoords[3], int &subId) | vtkTriangle | [virtual] |
| InvokeEvent(unsigned long event, void *callData) (defined in vtkObject) | vtkObject | |
| InvokeEvent(const char *event, void *callData) (defined in vtkObject) | vtkObject | |
| IsA(const char *type) | vtkTriangle | [virtual] |
| IsTypeOf(const char *type) | vtkTriangle | [static] |
| Line (defined in vtkTriangle) | vtkTriangle | [protected] |
| MakeObject() | vtkTriangle | [virtual] |
| Modified() | vtkObject | [inline, virtual] |
| MTime (defined in vtkObject) | vtkObject | [protected] |
| New() | vtkTriangle | [static] |
| operator=(const vtkTriangle &) (defined in vtkTriangle) | vtkTriangle | [inline, protected] |
| operator=(const vtkCell &) (defined in vtkCell) | vtkCell | [inline, protected] |
| operator=(const vtkObject &) (defined in vtkObject) | vtkObject | [inline, protected] |
| PointIds (defined in vtkCell) | vtkCell | |
| PointInTriangle(float x[3], float x1[3], float x2[3], float x3[3], float tol2) | vtkTriangle | [static] |
| Points (defined in vtkCell) | vtkCell | |
| Print(ostream &os) | vtkObject | |
| PrintHeader(ostream &os, vtkIndent indent) (defined in vtkObject) | vtkObject | [virtual] |
| PrintSelf(ostream &os, vtkIndent indent) | vtkCell | [virtual] |
| PrintTrailer(ostream &os, vtkIndent indent) (defined in vtkObject) | vtkObject | [virtual] |
| ProjectTo2D(double x1[3], double x2[3], double x3[3], double v1[2], double v2[2], double v3[2]) | vtkTriangle | [static] |
| ReferenceCount (defined in vtkObject) | vtkObject | [protected] |
| Register(vtkObject *o) | vtkObject | |
| RemoveObserver(unsigned long tag) (defined in vtkObject) | vtkObject | |
| SafeDownCast(vtkObject *o) | vtkTriangle | [static] |
| SetDebug(unsigned char debugFlag) | vtkObject | |
| SetGlobalWarningDisplay(int val) | vtkObject | [static] |
| SetReferenceCount(int) | vtkObject | |
| ShallowCopy(vtkCell *c) | vtkCell | [virtual] |
| ShallowCopy(vtkCell &c) (defined in vtkCell) | vtkCell | [inline] |
| SubjectHelper (defined in vtkObject) | vtkObject | [protected] |
| TriangleArea(float p1[3], float p2[3], float p3[3]) | vtkTriangle | [inline, static] |
| TriangleCenter(float p1[3], float p2[3], float p3[3], float center[3]) | vtkTriangle | [inline, static] |
| Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts) | vtkTriangle | [virtual] |
| Triangulate(int index, vtkIdList &ptIds, vtkPoints &pts) (defined in vtkTriangle) | vtkTriangle | [inline] |
| UnRegister(vtkObject *o) | vtkObject | [virtual] |
| vtkCell() (defined in vtkCell) | vtkCell | [protected] |
| vtkCell(const vtkCell &) (defined in vtkCell) | vtkCell | [inline, protected] |
| vtkObject() (defined in vtkObject) | vtkObject | [protected] |
| vtkObject(const vtkObject &) (defined in vtkObject) | vtkObject | [inline, protected] |
| vtkTriangle() (defined in vtkTriangle) | vtkTriangle | [protected] |
| vtkTriangle(const vtkTriangle &) (defined in vtkTriangle) | vtkTriangle | [inline, protected] |
| ~vtkCell() (defined in vtkCell) | vtkCell | [protected] |
| ~vtkObject() (defined in vtkObject) | vtkObject | [protected, virtual] |
| ~vtkTriangle() (defined in vtkTriangle) | vtkTriangle | [protected] |