VTK
|
This is the complete list of members for vtkLagrangeInterpolation, 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 |
AppendCurveCollocationPoints(vtkSmartPointer< vtkPoints > &pts, const int order[1]) | vtkLagrangeInterpolation | static |
AppendHexahedronCollocationPoints(vtkSmartPointer< vtkPoints > &pts, const int order[3]) | vtkLagrangeInterpolation | static |
AppendQuadrilateralCollocationPoints(vtkSmartPointer< vtkPoints > &pts, const int order[2]) | vtkLagrangeInterpolation | static |
AppendWedgeCollocationPoints(vtkSmartPointer< vtkPoints > &pts, const int order[3]) | vtkLagrangeInterpolation | static |
BreakOnError() | vtkObject | static |
CollectRevisions(ostream &) | vtkObjectBase | inlineprotectedvirtual |
Constants enum name | vtkLagrangeInterpolation | |
Debug | vtkObject | protected |
DebugOff() | vtkObject | virtual |
DebugOn() | vtkObject | virtual |
Delete() | vtkObjectBase | virtual |
DerivSpace | vtkLagrangeInterpolation | protected |
EvaluateShapeAndGradient(int order, double pcoord, double *shape, double *grad) | vtkLagrangeInterpolation | static |
EvaluateShapeFunctions(int order, double pcoord, double *shape) | vtkLagrangeInterpolation | static |
FastDelete() | vtkObjectBase | virtual |
GetClassName() const | vtkObjectBase | |
GetCommand(unsigned long tag) | vtkObject | |
GetDebug() | vtkObject | |
GetEdgeIndicesBoundingHexFace(int faceId) | vtkLagrangeInterpolation | static |
GetEdgeIndicesBoundingWedgeFace(int faceId) | vtkLagrangeInterpolation | static |
GetFixedParameterOfHexFace(int faceId) | vtkLagrangeInterpolation | static |
GetFixedParameterOfWedgeFace(int faceId) | vtkLagrangeInterpolation | static |
GetFixedParametersOfHexEdge(int edgeId) | vtkLagrangeInterpolation | static |
GetFixedParametersOfWedgeEdge(int edgeId) | vtkLagrangeInterpolation | static |
GetGlobalWarningDisplay() | vtkObject | static |
GetMTime() | vtkObject | virtual |
GetParametricHexCoordinates(int vertexId) | vtkLagrangeInterpolation | static |
GetParametricWedgeCoordinates(int vertexId) | vtkLagrangeInterpolation | static |
GetPointIndicesBoundingHexEdge(int edgeId) | vtkLagrangeInterpolation | static |
GetPointIndicesBoundingHexFace(int faceId) | vtkLagrangeInterpolation | static |
GetPointIndicesBoundingWedgeEdge(int edgeId) | vtkLagrangeInterpolation | static |
GetPointIndicesBoundingWedgeFace(int faceId) | vtkLagrangeInterpolation | static |
GetReferenceCount() | vtkObjectBase | inline |
GetVaryingParameterOfHexEdge(int edgeId) | vtkLagrangeInterpolation | static |
GetVaryingParameterOfWedgeEdge(int edgeId) | vtkLagrangeInterpolation | static |
GetVaryingParametersOfHexFace(int faceId) | vtkLagrangeInterpolation | static |
GetVaryingParametersOfWedgeFace(int faceId) | vtkLagrangeInterpolation | 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 | |
InitializeObjectBase() | vtkObjectBase | |
InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr) | vtkObject | protected |
InternalReleaseFocus() | vtkObject | protected |
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) | vtkLagrangeInterpolation | virtual |
IsTypeOf(const char *type) | vtkLagrangeInterpolation | static |
JacobianInverse(vtkPoints *points, const double *derivs, double **inverse) | vtkLagrangeInterpolation | |
JacobianInverseWedge(vtkPoints *points, const double *derivs, double **inverse) | vtkLagrangeInterpolation | |
MaxDegree enum value | vtkLagrangeInterpolation | |
Modified() | vtkObject | virtual |
MTime | vtkObject | protected |
New() | vtkLagrangeInterpolation | static |
NewInstance() const | vtkLagrangeInterpolation | |
NewInstanceInternal() const | vtkLagrangeInterpolation | protectedvirtual |
NumberOfIntervals(const int order[N]) | vtkLagrangeInterpolation | static |
vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
PrepareForOrder(const int order[3], const vtkIdType numberOfPoints) | vtkLagrangeInterpolation | protected |
Print(ostream &os) | vtkObjectBase | |
PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
PrintRevisions(ostream &) | vtkObjectBase | inline |
PrintSelf(ostream &os, vtkIndent indent) override | vtkLagrangeInterpolation | 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 |
SafeDownCast(vtkObjectBase *o) | vtkLagrangeInterpolation | static |
SetDebug(bool debugFlag) | vtkObject | |
SetGlobalWarningDisplay(int val) | vtkObject | static |
SetReferenceCount(int) | vtkObjectBase | |
ShapeSpace | vtkLagrangeInterpolation | protected |
SubjectHelper | vtkObject | protected |
Superclass typedef | vtkLagrangeInterpolation | |
Tensor1ShapeDerivatives(const int order[1], const double *pcoords, double *derivs) | vtkLagrangeInterpolation | static |
Tensor1ShapeFunctions(const int order[1], const double *pcoords, double *shape) | vtkLagrangeInterpolation | static |
Tensor2ShapeDerivatives(const int order[2], const double *pcoords, double *derivs) | vtkLagrangeInterpolation | static |
Tensor2ShapeFunctions(const int order[2], const double *pcoords, double *shape) | vtkLagrangeInterpolation | static |
Tensor3EvaluateDerivative(const int order[3], const double *pcoords, vtkPoints *points, const double *fieldVals, int fieldDim, double *fieldDerivs) | vtkLagrangeInterpolation | |
Tensor3ShapeDerivatives(const int order[3], const double *pcoords, double *derivs) | vtkLagrangeInterpolation | static |
Tensor3ShapeFunctions(const int order[3], const double *pcoords, double *shape) | vtkLagrangeInterpolation | static |
UnRegister(vtkObjectBase *o) | vtkObjectBase | virtual |
UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
vtkBaseTypeMacro(vtkObject, vtkObjectBase) | vtkObject | |
vtkLagrangeInterpolation() | vtkLagrangeInterpolation | protected |
vtkObject() | vtkObject | protected |
vtkObjectBase() | vtkObjectBase | protected |
vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
WeakPointers | vtkObjectBase | protected |
WedgeEvaluate(const int order[3], const vtkIdType numberOfPoints, const double *pcoords, double *fieldVals, int fieldDim, double *fieldAtPCoords) | vtkLagrangeInterpolation | |
WedgeEvaluateDerivative(const int order[3], const double *pcoords, vtkPoints *points, const double *fieldVals, int fieldDim, double *fieldDerivs) | vtkLagrangeInterpolation | |
WedgeShapeDerivatives(const int order[3], const vtkIdType numberOfPoints, const double *pcoords, double *derivs) | vtkLagrangeInterpolation | static |
WedgeShapeFunctions(const int order[3], const vtkIdType numberOfPoints, const double *pcoords, double *shape) | vtkLagrangeInterpolation | static |
~vtkLagrangeInterpolation() override | vtkLagrangeInterpolation | protected |
~vtkObject() override | vtkObject | protected |
~vtkObjectBase() | vtkObjectBase | protectedvirtual |