VTK
|
This is the complete list of members for vtkQuadraticPolygon, 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, const double pcoords[3], vtkIdList *pts) override | vtkQuadraticPolygon | virtual |
Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut) override | vtkQuadraticPolygon | virtual |
CollectRevisions(ostream &) | vtkObjectBase | inlineprotectedvirtual |
ComputeCentroid(vtkIdTypeArray *ids, vtkPoints *pts, double centroid[3]) | vtkQuadraticPolygon | static |
Contour(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd) override | vtkQuadraticPolygon | virtual |
ConvertFromPolygon(vtkIdList *ids) | vtkQuadraticPolygon | protectedstatic |
Debug | vtkObject | protected |
DebugOff() | vtkObject | virtual |
DebugOn() | vtkObject | virtual |
DeepCopy(vtkCell *c) | vtkCell | virtual |
Delete() | vtkObjectBase | virtual |
Derivatives(int subId, const double pcoords[3], const double *values, int dim, double *derivs) override | vtkQuadraticPolygon | virtual |
DistanceToPolygon(double x[3], int numPts, double *pts, double bounds[6], double closest[3]) | vtkQuadraticPolygon | static |
Edge | vtkQuadraticPolygon | protected |
EvaluateLocation(int &subId, const double pcoords[3], double x[3], double *weights) override | vtkQuadraticPolygon | virtual |
EvaluatePosition(const double x[3], double closestPoint[3], int &subId, double pcoords[3], double &dist2, double weights[]) override | vtkQuadraticPolygon | virtual |
FastDelete() | vtkObjectBase | virtual |
GetBounds(double bounds[6]) | vtkCell | |
GetBounds() | vtkCell | |
GetCellDimension() override | vtkQuadraticPolygon | inlinevirtual |
GetCellType() override | vtkQuadraticPolygon | inlinevirtual |
GetClassName() const | vtkObjectBase | |
GetCommand(unsigned long tag) | vtkObject | |
GetDebug() | vtkObject | |
GetEdge(int) override | vtkQuadraticPolygon | virtual |
GetFace(int) override | vtkQuadraticPolygon | inlinevirtual |
GetFaces() | vtkCell | inlinevirtual |
GetGlobalWarningDisplay() | vtkObject | static |
GetLength2() | vtkCell | |
GetMTime() | vtkObject | virtual |
GetNumberOfEdges() override | vtkQuadraticPolygon | inlinevirtual |
GetNumberOfFaces() override | vtkQuadraticPolygon | inlinevirtual |
GetNumberOfPoints() | vtkCell | inline |
GetParametricCenter(double pcoords[3]) | vtkCell | virtual |
GetParametricCoords()) | vtkCell | virtual |
GetParametricDistance(const double pcoords[3]) | vtkCell | virtual |
GetPermutationFromPolygon(vtkIdType nb, vtkIdList *permutation) | vtkQuadraticPolygon | protectedstatic |
GetPermutationToPolygon(vtkIdType nb, vtkIdList *permutation) | vtkQuadraticPolygon | protectedstatic |
GetPointId(int ptId) | vtkCell | inline |
GetPointIds() | vtkCell | inline |
GetPoints() | vtkCell | inline |
GetReferenceCount() | vtkObjectBase | inline |
GetUseMVCInterpolation() | vtkQuadraticPolygon | virtual |
GlobalWarningDisplayOff() | vtkObject | inlinestatic |
GlobalWarningDisplayOn() | vtkObject | inlinestatic |
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(int npts, vtkPoints *p) | vtkCell | |
Initialize() | vtkCell | inlinevirtual |
InitializeObjectBase() | vtkObjectBase | |
InitializePolygon() | vtkQuadraticPolygon | protected |
InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr) | vtkObject | protected |
InternalReleaseFocus() | vtkObject | protected |
InterpolateDerivs(const double vtkNotUsed(pcoords)[3], double *vtkNotUsed(derivs)) | vtkCell | inlinevirtual |
InterpolateFunctions(const double x[3], double *weights) override | vtkQuadraticPolygon | |
vtkNonLinearCell::InterpolateFunctions(const double vtkNotUsed(pcoords)[3], double *vtkNotUsed(weight)) | vtkCell | inlinevirtual |
IntersectConvex2DCells(vtkCell *cell1, vtkCell *cell2, double tol, double p0[3], double p1[3]) | vtkQuadraticPolygon | static |
IntersectPolygonWithPolygon(int npts, double *pts, double bounds[6], int npts2, double *pts2, double bounds2[3], double tol, double x[3]) | vtkQuadraticPolygon | static |
IntersectWithLine(const double p1[3], const double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId) override | vtkQuadraticPolygon | 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) | vtkQuadraticPolygon | virtual |
IsExplicitCell() | vtkCell | inlinevirtual |
IsLinear() override | vtkNonLinearCell | inlinevirtual |
IsPrimaryCell() override | vtkQuadraticPolygon | inlinevirtual |
IsTypeOf(const char *type) | vtkQuadraticPolygon | static |
Modified() | vtkObject | virtual |
MTime | vtkObject | protected |
New() | vtkQuadraticPolygon | static |
NewInstance() const | vtkQuadraticPolygon | |
NewInstanceInternal() const | vtkQuadraticPolygon | protectedvirtual |
NonDegenerateTriangulate(vtkIdList *outTris) | vtkQuadraticPolygon | |
vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
ParameterizePolygon(double p0[3], double p10[3], double &l10, double p20[3], double &l20, double n[3]) | vtkQuadraticPolygon | |
PermuteFromPolygon(vtkIdType nb, double *values) | vtkQuadraticPolygon | protectedstatic |
PermuteToPolygon(vtkIdType nbPoints, double *inPoints, double *outPoints) | vtkQuadraticPolygon | protectedstatic |
PermuteToPolygon(vtkCell *inCell, vtkCell *outCell) | vtkQuadraticPolygon | protectedstatic |
PermuteToPolygon(vtkPoints *inPoints, vtkPoints *outPoints) | vtkQuadraticPolygon | protectedstatic |
PermuteToPolygon(vtkIdTypeArray *inIds, vtkIdTypeArray *outIds) | vtkQuadraticPolygon | protectedstatic |
PermuteToPolygon(vtkDataArray *inDataArray, vtkDataArray *outDataArray) | vtkQuadraticPolygon | protectedstatic |
PointIds | vtkCell | |
PointInPolygon(double x[3], int numPts, double *pts, double bounds[6], double n[3]) | vtkQuadraticPolygon | static |
Points | vtkCell | |
Polygon | vtkQuadraticPolygon | protected |
Print(ostream &os) | vtkObjectBase | |
PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
PrintRevisions(ostream &) | vtkObjectBase | inline |
PrintSelf(ostream &os, vtkIndent indent) override | vtkQuadraticPolygon | virtual |
PrintTrailer(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
ReferenceCount | vtkObjectBase | protected |
Register(vtkObjectBase *o) | vtkObjectBase | virtual |
RegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
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 | protectedvirtual |
RequiresExplicitFaceRepresentation() | vtkCell | inlinevirtual |
RequiresInitialization() | vtkCell | inlinevirtual |
SafeDownCast(vtkObjectBase *o) | vtkQuadraticPolygon | static |
SetDebug(bool debugFlag) | vtkObject | |
SetFaces(vtkIdType *vtkNotUsed(faces)) | vtkCell | inlinevirtual |
SetGlobalWarningDisplay(int val) | vtkObject | static |
SetReferenceCount(int) | vtkObjectBase | |
SetUseMVCInterpolation(bool) | vtkQuadraticPolygon | virtual |
ShallowCopy(vtkCell *c) | vtkCell | virtual |
SubjectHelper | vtkObject | protected |
Superclass typedef | vtkQuadraticPolygon | |
Triangulate(vtkIdList *outTris) | vtkQuadraticPolygon | |
Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts) override | vtkQuadraticPolygon | virtual |
UnRegister(vtkObjectBase *o) | vtkObjectBase | virtual |
UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
UseMVCInterpolation | vtkQuadraticPolygon | protected |
vtkBaseTypeMacro(vtkObject, vtkObjectBase) | vtkObject | |
vtkCell() | vtkCell | protected |
vtkNonLinearCell() | vtkNonLinearCell | protected |
vtkObject() | vtkObject | protected |
vtkObjectBase() | vtkObjectBase | protected |
vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
vtkQuadraticPolygon() | vtkQuadraticPolygon | protected |
WeakPointers | vtkObjectBase | protected |
~vtkCell() override | vtkCell | protected |
~vtkNonLinearCell() override | vtkNonLinearCell | inlineprotected |
~vtkObject() override | vtkObject | protected |
~vtkObjectBase() | vtkObjectBase | protectedvirtual |
~vtkQuadraticPolygon() override | vtkQuadraticPolygon | protected |