VTK
9.1.0
|
This is the complete list of members for vtkQuadraticHexahedron, 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 | vtkQuadraticHexahedron | virtual |
CellData | vtkQuadraticHexahedron | protected |
CellScalars | vtkQuadraticHexahedron | protected |
Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *tetras, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut) override | vtkQuadraticHexahedron | virtual |
ComputeBoundingSphere(double center[3]) const | vtkCell | virtual |
Contour(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd) override | vtkQuadraticHexahedron | 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 | vtkQuadraticHexahedron | virtual |
Edge | vtkQuadraticHexahedron | protected |
EvaluateLocation(int &subId, const double pcoords[3], double x[3], double *weights) override | vtkQuadraticHexahedron | virtual |
EvaluatePosition(const double x[3], double closestPoint[3], int &subId, double pcoords[3], double &dist2, double weights[]) override | vtkQuadraticHexahedron | virtual |
Face | vtkQuadraticHexahedron | protected |
FastDelete() | vtkObjectBase | virtual |
GetAlternateFreeFunction() | vtkObjectBase | protectedstatic |
GetBounds(double bounds[6]) | vtkCell | |
GetBounds() | vtkCell | |
GetCellDimension() override | vtkQuadraticHexahedron | inlinevirtual |
GetCellType() override | vtkQuadraticHexahedron | inlinevirtual |
GetClassName() const | vtkObjectBase | |
GetCommand(unsigned long tag) | vtkObject | |
GetCurrentFreeFunction() | vtkObjectBase | protectedstatic |
GetCurrentMallocFunction() | vtkObjectBase | protectedstatic |
GetCurrentReallocFunction() | vtkObjectBase | protectedstatic |
GetDebug() | vtkObject | |
GetEdge(int) override | vtkQuadraticHexahedron | virtual |
GetEdgeArray(vtkIdType edgeId) | vtkQuadraticHexahedron | static |
GetFace(int) override | vtkQuadraticHexahedron | virtual |
GetFaceArray(vtkIdType faceId) | vtkQuadraticHexahedron | static |
GetFaces() | vtkCell | inlinevirtual |
GetGlobalWarningDisplay() | vtkObject | static |
GetIsInMemkind() const | vtkObjectBase | |
GetLength2() | vtkCell | |
GetMTime() | vtkObject | virtual |
GetNumberOfEdges() override | vtkQuadraticHexahedron | inlinevirtual |
GetNumberOfFaces() override | vtkQuadraticHexahedron | inlinevirtual |
GetNumberOfGenerationsFromBase(const char *name) | vtkObjectBase | virtual |
GetNumberOfGenerationsFromBaseType(const char *name) | vtkObjectBase | static |
GetNumberOfPoints() const | vtkCell | inline |
GetParametricCenter(double pcoords[3]) | vtkCell | virtual |
GetParametricCoords() override | vtkQuadraticHexahedron | virtual |
GetParametricDistance(const double pcoords[3]) | vtkCell | 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 | |
Hex | vtkQuadraticHexahedron | protected |
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[60]) override | vtkQuadraticHexahedron | inline |
vtkNonLinearCell::InterpolateDerivs(const double vtkNotUsed(pcoords)[3], double *vtkNotUsed(derivs)) | vtkCell | inlinevirtual |
InterpolateFunctions(const double pcoords[3], double weights[20]) override | vtkQuadraticHexahedron | inline |
vtkNonLinearCell::InterpolateFunctions(const double vtkNotUsed(pcoords)[3], double *vtkNotUsed(weight)) | vtkCell | inlinevirtual |
InterpolationDerivs(const double pcoords[3], double derivs[60]) | vtkQuadraticHexahedron | static |
InterpolationFunctions(const double pcoords[3], double weights[20]) | vtkQuadraticHexahedron | 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 | vtkQuadraticHexahedron | 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) | vtkQuadraticHexahedron | virtual |
IsExplicitCell() | vtkCell | inlinevirtual |
IsLinear() override | vtkNonLinearCell | inlinevirtual |
IsPrimaryCell() | vtkCell | inlinevirtual |
IsTypeOf(const char *type) | vtkQuadraticHexahedron | static |
JacobianInverse(const double pcoords[3], double **inverse, double derivs[60]) | vtkQuadraticHexahedron | |
Modified() | vtkObject | virtual |
MTime | vtkObject | protected |
New() | vtkQuadraticHexahedron | static |
NewInstance() const | vtkQuadraticHexahedron | |
NewInstanceInternal() const | vtkQuadraticHexahedron | protectedvirtual |
vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
PointData | vtkQuadraticHexahedron | protected |
PointIds | vtkCell | |
Points | vtkCell | |
Print(ostream &os) | vtkObjectBase | |
PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
PrintSelf(ostream &os, vtkIndent indent) override | vtkQuadraticHexahedron | 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) | vtkQuadraticHexahedron | static |
Scalars | vtkQuadraticHexahedron | protected |
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 |
Subdivide(vtkPointData *inPd, vtkCellData *inCd, vtkIdType cellId, vtkDataArray *cellScalars) | vtkQuadraticHexahedron | protected |
SubjectHelper | vtkObject | protected |
Superclass typedef | vtkQuadraticHexahedron | |
Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts) override | vtkQuadraticHexahedron | virtual |
UnRegister(vtkObjectBase *o) | vtkObjectBase | virtual |
UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
vtkBaseTypeMacro(vtkObject, vtkObjectBase) | vtkObject | |
vtkCell() | vtkCell | protected |
vtkNonLinearCell() | vtkNonLinearCell | protected |
vtkObject() | vtkObject | protected |
vtkObjectBase() | vtkObjectBase | protected |
vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
vtkQuadraticHexahedron() | vtkQuadraticHexahedron | protected |
WeakPointers | vtkObjectBase | protected |
~vtkCell() override | vtkCell | protected |
~vtkNonLinearCell() override=default | vtkNonLinearCell | protected |
~vtkObject() override | vtkObject | protected |
~vtkObjectBase() | vtkObjectBase | protectedvirtual |
~vtkQuadraticHexahedron() override | vtkQuadraticHexahedron | protected |