VTK
9.1.0
|
This is the complete list of members for vtkTriangle, 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 |
BarycentricCoords(const double x[2], const double x1[2], const double x2[2], const double x3[2], double bcoords[3]) | vtkTriangle | static |
Bounds | vtkCell | protected |
BreakOnError() | vtkObject | static |
CellBoundary(int subId, const double pcoords[3], vtkIdList *pts) override | vtkTriangle | virtual |
Circumcircle(const double p1[2], const double p2[2], const double p3[2], double center[2]) | vtkTriangle | static |
Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut) override | vtkTriangle | virtual |
ComputeArea() | vtkTriangle | |
ComputeBoundingSphere(double center[3]) const | vtkCell | virtual |
ComputeCentroid(vtkPoints *points, const vtkIdType *pointIds, double centroid[3]) | vtkTriangle | static |
ComputeNormal(vtkPoints *p, int numPts, const vtkIdType *pts, double n[3]) | vtkTriangle | static |
ComputeNormal(const double v1[3], const double v2[3], const double v3[3], double n[3]) | vtkTriangle | inlinestatic |
ComputeNormalDirection(const double v1[3], const double v2[3], const double v3[3], double n[3]) | vtkTriangle | inlinestatic |
ComputeQuadric(const double x1[3], const double x2[3], const double x3[3], double quadric[4][4]) | vtkTriangle | static |
ComputeQuadric(const double x1[3], const double x2[3], const double x3[3], vtkQuadric *quadric) | vtkTriangle | 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 | vtkTriangle | virtual |
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 | vtkTriangle | virtual |
EvaluateLocation(int &subId, const double pcoords[3], double x[3], double *weights) override | vtkTriangle | virtual |
EvaluatePosition(const double x[3], double closestPoint[3], int &subId, double pcoords[3], double &dist2, double weights[]) override | vtkTriangle | virtual |
FastDelete() | vtkObjectBase | virtual |
GetAlternateFreeFunction() | vtkObjectBase | protectedstatic |
GetBounds(double bounds[6]) | vtkCell | |
GetBounds() | vtkCell | |
GetCellDimension() override | vtkTriangle | inlinevirtual |
GetCellType() override | vtkTriangle | inlinevirtual |
GetClassName() const | vtkObjectBase | |
GetCommand(unsigned long tag) | vtkObject | |
GetCurrentFreeFunction() | vtkObjectBase | protectedstatic |
GetCurrentMallocFunction() | vtkObjectBase | protectedstatic |
GetCurrentReallocFunction() | vtkObjectBase | protectedstatic |
GetDebug() | vtkObject | |
GetEdge(int edgeId) override | vtkTriangle | virtual |
GetEdgeArray(vtkIdType edgeId) | vtkTriangle | |
GetFace(int) override | vtkTriangle | inlinevirtual |
GetFaces() | vtkCell | inlinevirtual |
GetGlobalWarningDisplay() | vtkObject | static |
GetIsInMemkind() const | vtkObjectBase | |
GetLength2() | vtkCell | |
GetMTime() | vtkObject | virtual |
GetNumberOfEdges() override | vtkTriangle | inlinevirtual |
GetNumberOfFaces() override | vtkTriangle | inlinevirtual |
GetNumberOfGenerationsFromBase(const char *name) | vtkObjectBase | virtual |
GetNumberOfGenerationsFromBaseType(const char *name) | vtkObjectBase | static |
GetNumberOfPoints() const | vtkCell | inline |
GetParametricCenter(double pcoords[3]) override | vtkTriangle | inlinevirtual |
GetParametricCoords() override | vtkTriangle | virtual |
GetParametricDistance(const double pcoords[3]) override | vtkTriangle | virtual |
GetPointId(int ptId) | vtkCell | inline |
GetPointIds() | vtkCell | inline |
GetPoints() | vtkCell | inline |
GetReferenceCount() | vtkObjectBase | inline |
GetUsingMemkind() | vtkObjectBase | static |
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 | |
Inflate(double dist) | vtkCell | virtual |
Initialize(int npts, const vtkIdType *pts, vtkPoints *p) | vtkCell | |
Initialize(int npts, vtkPoints *p) | vtkCell | |
Initialize() | vtkCell | inlinevirtual |
InitializeObjectBase() | vtkObjectBase | |
InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr) | vtkObject | protected |
InternalReleaseFocus() | vtkObject | protected |
InterpolateDerivs(const double pcoords[3], double derivs[6]) override | vtkTriangle | inline |
vtkCell::InterpolateDerivs(const double vtkNotUsed(pcoords)[3], double *vtkNotUsed(derivs)) | vtkCell | inlinevirtual |
InterpolateFunctions(const double pcoords[3], double sf[3]) override | vtkTriangle | inline |
vtkCell::InterpolateFunctions(const double vtkNotUsed(pcoords)[3], double *vtkNotUsed(weight)) | vtkCell | inlinevirtual |
InterpolationDerivs(const double pcoords[3], double derivs[6]) | vtkTriangle | static |
InterpolationFunctions(const double pcoords[3], double sf[3]) | vtkTriangle | static |
IntersectWithCell(vtkCell *other, double tol=0.0) | vtkCell | virtual |
IntersectWithCell(vtkCell *other, const vtkBoundingBox &boudingBox, const vtkBoundingBox &otherBoundingBox, double tol=0.0) | vtkCell | virtual |
IntersectWithLine(const double p1[3], const double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId) override | vtkTriangle | 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) | vtkTriangle | virtual |
IsExplicitCell() | vtkCell | inlinevirtual |
IsLinear() | vtkCell | inlinevirtual |
IsPrimaryCell() | vtkCell | inlinevirtual |
IsTypeOf(const char *type) | vtkTriangle | static |
Line | vtkTriangle | protected |
Modified() | vtkObject | virtual |
MTime | vtkObject | protected |
New() | vtkTriangle | static |
NewInstance() const | vtkTriangle | |
NewInstanceInternal() const | vtkTriangle | protectedvirtual |
vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
PointIds | vtkCell | |
PointInTriangle(const double x[3], const double x1[3], const double x2[3], const double x3[3], const double tol2) | vtkTriangle | static |
Points | vtkCell | |
Print(ostream &os) | vtkObjectBase | |
PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
PrintSelf(ostream &os, vtkIndent indent) override | vtkTriangle | virtual |
PrintTrailer(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
ProjectTo2D(const double x1[3], const double x2[3], const double x3[3], double v1[2], double v2[2], double v3[2]) | vtkTriangle | static |
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) | vtkTriangle | static |
SetDebug(bool debugFlag) | vtkObject | |
SetFaces(vtkIdType *vtkNotUsed(faces)) | vtkCell | inlinevirtual |
SetGlobalWarningDisplay(int val) | vtkObject | static |
SetMemkindDirectory(const char *directoryname) | vtkObjectBase | static |
SetReferenceCount(int) | vtkObjectBase | |
ShallowCopy(vtkCell *c) | vtkCell | virtual |
SubjectHelper | vtkObject | protected |
Superclass typedef | vtkTriangle | |
TriangleArea(const double p1[3], const double p2[3], const double p3[3]) | vtkTriangle | inlinestatic |
TriangleCenter(const double p1[3], const double p2[3], const double p3[3], double center[3]) | vtkTriangle | inlinestatic |
TrianglesIntersect(const double p1[3], const double q1[3], const double r1[3], const double p2[3], const double q2[3], const double r2[3]) | vtkTriangle | static |
Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts) override | vtkTriangle | virtual |
UnRegister(vtkObjectBase *o) | vtkObjectBase | virtual |
UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
vtkBaseTypeMacro(vtkObject, vtkObjectBase) | vtkObject | |
vtkCell() | vtkCell | protected |
vtkObject() | vtkObject | protected |
vtkObjectBase() | vtkObjectBase | protected |
vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
vtkTriangle() | vtkTriangle | protected |
WeakPointers | vtkObjectBase | protected |
~vtkCell() override | vtkCell | protected |
~vtkObject() override | vtkObject | protected |
~vtkObjectBase() | vtkObjectBase | protectedvirtual |
~vtkTriangle() override | vtkTriangle | protected |