, including all inherited members.
| AddObserver(unsigned long event, vtkCommand *, float priority=0.0f) | vtkObject | |
| AddObserver(const char *event, vtkCommand *, float priority=0.0f) | vtkObject | |
| AddObserver(unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) | vtkObject | [inline] |
| AddObserver(unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) | vtkObject | [inline] |
| AddObserver(unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) | vtkObject | [inline] |
| Bounds | vtkCell | [protected] |
| BreakOnError() | vtkObject | [static] |
| CellBoundary(int subId, double pcoords[3], vtkIdList *pts) | vtkPolygon | [virtual] |
| Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *tris, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut) | vtkPolygon | [virtual] |
| CollectRevisions(ostream &) | vtkObjectBase | [inline, protected, virtual] |
| ComputeArea() | vtkPolygon | |
| ComputeArea(vtkPoints *p, vtkIdType numPts, vtkIdType *pts, double normal[3]) | vtkPolygon | [static] |
| ComputeCentroid(vtkIdTypeArray *ids, vtkPoints *pts, double centroid[3]) | vtkPolygon | [static] |
| ComputeNormal(vtkPoints *p, int numPts, vtkIdType *pts, double n[3]) | vtkPolygon | [static] |
| ComputeNormal(vtkPoints *p, double n[3]) | vtkPolygon | [static] |
| ComputeNormal(vtkIdTypeArray *ids, vtkPoints *pts, double n[3]) | vtkPolygon | [static] |
| ComputeNormal(int numPts, double *pts, double n[3]) | vtkPolygon | [static] |
| Contour(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd) | vtkPolygon | [virtual] |
| Debug | vtkObject | [protected] |
| DebugOff() | vtkObject | [virtual] |
| DebugOn() | vtkObject | [virtual] |
| DeepCopy(vtkCell *c) | vtkCell | [virtual] |
| Delete() | vtkObjectBase | [virtual] |
| Derivatives(int subId, double pcoords[3], double *values, int dim, double *derivs) | vtkPolygon | [virtual] |
| DistanceToPolygon(double x[3], int numPts, double *pts, double bounds[6], double closest[3]) | vtkPolygon | [static] |
| EarCutTriangulation() | vtkPolygon | [protected] |
| EvaluateLocation(int &subId, double pcoords[3], double x[3], double *weights) | vtkPolygon | [virtual] |
| EvaluatePosition(double x[3], double *closestPoint, int &subId, double pcoords[3], double &dist2, double *weights) | vtkPolygon | [virtual] |
| FastDelete() | vtkObjectBase | [virtual] |
| GetBounds(double bounds[6]) | vtkCell | |
| GetBounds() | vtkCell | |
| GetCellDimension() | vtkPolygon | [inline, virtual] |
| GetCellType() | vtkPolygon | [inline, virtual] |
| GetClassName() const | vtkObjectBase | |
| GetCommand(unsigned long tag) | vtkObject | |
| GetDebug() | vtkObject | |
| GetEdge(int edgeId) | vtkPolygon | [virtual] |
| GetFace(int) | vtkPolygon | [inline, virtual] |
| GetFaces() | vtkCell | [inline, virtual] |
| GetGlobalWarningDisplay() | vtkObject | [static] |
| GetLength2() | vtkCell | |
| GetMTime() | vtkObject | [virtual] |
| GetNumberOfEdges() | vtkPolygon | [inline, virtual] |
| GetNumberOfFaces() | vtkPolygon | [inline, virtual] |
| GetNumberOfPoints() | vtkCell | [inline] |
| GetParametricCenter(double pcoords[3]) | vtkCell | [virtual] |
| GetParametricCoords() | vtkCell | [virtual] |
| GetParametricDistance(double pcoords[3]) | vtkCell | [virtual] |
| GetPointId(int ptId) | vtkCell | [inline] |
| GetPointIds() | vtkCell | [inline] |
| GetPoints() | vtkCell | [inline] |
| GetReferenceCount() | vtkObjectBase | [inline] |
| GetUseMVCInterpolation() | vtkPolygon | [virtual] |
| GlobalWarningDisplayOff() | vtkObject | [inline, static] |
| GlobalWarningDisplayOn() | vtkObject | [inline, static] |
| HasObserver(unsigned long event, vtkCommand *) | vtkObject | |
| HasObserver(const char *event, vtkCommand *) | vtkObject | |
| HasObserver(unsigned long event) | vtkObject | |
| HasObserver(const char *event) | vtkObject | |
| Initialize(int npts, vtkIdType *pts, vtkPoints *p) | vtkCell | |
| Initialize() | vtkCell | [inline, virtual] |
| InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) | vtkObject | [protected] |
| InternalReleaseFocus() | vtkObject | [protected] |
| InterpolateDerivs(double x[3], double *derivs) | vtkPolygon | [virtual] |
| vtkCell::InterpolateDerivs(double pcoords[3], double derivs[3]) | vtkCell | [inline, virtual] |
| InterpolateFunctions(double x[3], double *sf) | vtkPolygon | [virtual] |
| vtkCell::InterpolateFunctions(double pcoords[3], double weights[3]) | vtkCell | [inline, virtual] |
| InterpolateFunctionsUsingMVC(double x[3], double *weights) | vtkPolygon | [protected] |
| IntersectConvex2DCells(vtkCell *cell1, vtkCell *cell2, double tol, double p0[3], double p1[3]) | vtkPolygon | [static] |
| IntersectPolygonWithPolygon(int npts, double *pts, double bounds[6], int npts2, double *pts2, double bounds2[3], double tol, double x[3]) | vtkPolygon | [static] |
| IntersectWithLine(double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId) | vtkPolygon | [virtual] |
| InvokeEvent(unsigned long event, void *callData) | vtkObject | |
| InvokeEvent(const char *event, void *callData) | vtkObject | |
| InvokeEvent(unsigned long event) | vtkObject | [inline] |
| InvokeEvent(const char *event) | vtkObject | [inline] |
| IsA(const char *type) | vtkPolygon | [virtual] |
| IsExplicitCell() | vtkCell | [inline, virtual] |
| IsLinear() | vtkCell | [inline, virtual] |
| IsPrimaryCell() | vtkPolygon | [inline, virtual] |
| IsTypeOf(const char *type) | vtkPolygon | [static] |
| Line | vtkPolygon | [protected] |
| Modified() | vtkObject | [virtual] |
| MTime | vtkObject | [protected] |
| New() | vtkPolygon | [static] |
| NewInstance() const | vtkPolygon | |
| NewInstanceInternal() const | vtkPolygon | [protected, virtual] |
| NonDegenerateTriangulate(vtkIdList *outTris) | vtkPolygon | |
| Normal | vtkPolygon | [protected] |
| vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | [inline, protected] |
| ParameterizePolygon(double p0[3], double p10[3], double &l10, double p20[3], double &l20, double n[3]) | vtkPolygon | |
| PointIds | vtkCell | |
| PointInPolygon(double x[3], int numPts, double *pts, double bounds[6], double n[3]) | vtkPolygon | [static] |
| Points | vtkCell | |
| Print(ostream &os) | vtkObjectBase | |
| PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | [virtual] |
| PrintRevisions(ostream &) | vtkObjectBase | [inline] |
| PrintSelf(ostream &os, vtkIndent indent) | vtkPolygon | [virtual] |
| PrintTrailer(ostream &os, vtkIndent indent) | vtkObjectBase | [virtual] |
| Quad | vtkPolygon | [protected] |
| ReferenceCount | vtkObjectBase | [protected] |
| Register(vtkObjectBase *o) | vtkObjectBase | [virtual] |
| RegisterInternal(vtkObjectBase *, int check) | vtkObject | [protected, virtual] |
| RemoveAllObservers() | vtkObject | |
| RemoveObserver(vtkCommand *) | vtkObject | |
| RemoveObserver(unsigned long tag) | vtkObject | |
| RemoveObservers(unsigned long event, vtkCommand *) | vtkObject | |
| RemoveObservers(const char *event, vtkCommand *) | vtkObject | |
| RemoveObservers(unsigned long event) | vtkObject | |
| RemoveObservers(const char *event) | vtkObject | |
| ReportReferences(vtkGarbageCollector *) | vtkObjectBase | [protected, virtual] |
| RequiresExplicitFaceRepresentation() | vtkCell | [inline, virtual] |
| RequiresInitialization() | vtkCell | [inline, virtual] |
| SafeDownCast(vtkObjectBase *o) | vtkPolygon | [static] |
| SetDebug(unsigned char debugFlag) | vtkObject | |
| SetFaces(vtkIdType *vtkNotUsed(faces)) | vtkCell | [inline, virtual] |
| SetGlobalWarningDisplay(int val) | vtkObject | [static] |
| SetReferenceCount(int) | vtkObjectBase | |
| SetUseMVCInterpolation(bool) | vtkPolygon | [virtual] |
| ShallowCopy(vtkCell *c) | vtkCell | [virtual] |
| SubjectHelper | vtkObject | [protected] |
| SuccessfulTriangulation | vtkPolygon | [protected] |
| Superclass typedef | vtkPolygon | |
| Tolerance | vtkPolygon | [protected] |
| Triangle | vtkPolygon | [protected] |
| Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts) | vtkPolygon | [virtual] |
| Triangulate(vtkIdList *outTris) | vtkPolygon | |
| Tris | vtkPolygon | [protected] |
| TriScalars | vtkPolygon | [protected] |
| UnRegister(vtkObjectBase *o) | vtkObjectBase | [virtual] |
| UnRegisterInternal(vtkObjectBase *, int check) | vtkObject | [protected, virtual] |
| UseMVCInterpolation | vtkPolygon | [protected] |
| vtkCell() | vtkCell | [protected] |
| vtkObject() | vtkObject | [protected] |
| vtkObjectBase() | vtkObjectBase | [protected] |
| vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | [inline, protected] |
| vtkPolygon() | vtkPolygon | [protected] |
| WeakPointers | vtkObjectBase | [protected] |
| ~vtkCell() | vtkCell | [protected] |
| ~vtkObject() | vtkObject | [protected, virtual] |
| ~vtkObjectBase() | vtkObjectBase | [protected, virtual] |
| ~vtkPolygon() | vtkPolygon | [protected] |