VTK
9.1.0
|
This is the complete list of members for vtkBezierInterpolation, 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]) | vtkHigherOrderInterpolation | static |
AppendHexahedronCollocationPoints(vtkSmartPointer< vtkPoints > &pts, const int order[3]) | vtkHigherOrderInterpolation | static |
AppendQuadrilateralCollocationPoints(vtkSmartPointer< vtkPoints > &pts, const int order[2]) | vtkHigherOrderInterpolation | static |
AppendWedgeCollocationPoints(vtkSmartPointer< vtkPoints > &pts, const int order[3]) | vtkHigherOrderInterpolation | static |
BreakOnError() | vtkObject | static |
Debug | vtkObject | protected |
DebugOff() | vtkObject | virtual |
DebugOn() | vtkObject | virtual |
deCasteljauSimplex(const int dim, const int deg, const double *pcoords, double *weights) | vtkBezierInterpolation | static |
DeCasteljauSimplex(const int dim, const int deg, const double *pcoords, double *weights) | vtkBezierInterpolation | static |
DeCasteljauSimplexDeriv(const int dim, const int deg, const double *pcoords, double *weights) | vtkBezierInterpolation | static |
deCasteljauSimplexDeriv(const int dim, const int deg, const double *pcoords, double *weights) | vtkBezierInterpolation | static |
Delete() | vtkObjectBase | virtual |
DerivSpace | vtkHigherOrderInterpolation | protected |
EvaluateShapeAndGradient(int order, double pcoord, double *shape, double *grad) | vtkBezierInterpolation | static |
EvaluateShapeFunctions(int order, double pcoord, double *shape) | vtkBezierInterpolation | static |
FastDelete() | vtkObjectBase | virtual |
FlattenSimplex(const int dim, const int deg, const vtkVector3i coord) | vtkBezierInterpolation | static |
flattenSimplex(const int dim, const int deg, const vtkVector3i coord) | vtkBezierInterpolation | static |
GetAlternateFreeFunction() | vtkObjectBase | protectedstatic |
GetClassName() const | vtkObjectBase | |
GetCommand(unsigned long tag) | vtkObject | |
GetCurrentFreeFunction() | vtkObjectBase | protectedstatic |
GetCurrentMallocFunction() | vtkObjectBase | protectedstatic |
GetCurrentReallocFunction() | vtkObjectBase | protectedstatic |
GetDebug() | vtkObject | |
GetEdgeIndicesBoundingHexFace(int faceId) | vtkHigherOrderInterpolation | static |
GetEdgeIndicesBoundingWedgeFace(int faceId) | vtkHigherOrderInterpolation | static |
GetFixedParameterOfHexFace(int faceId) | vtkHigherOrderInterpolation | static |
GetFixedParameterOfWedgeFace(int faceId) | vtkHigherOrderInterpolation | static |
GetFixedParametersOfHexEdge(int edgeId) | vtkHigherOrderInterpolation | static |
GetFixedParametersOfWedgeEdge(int edgeId) | vtkHigherOrderInterpolation | static |
GetGlobalWarningDisplay() | vtkObject | static |
GetIsInMemkind() const | vtkObjectBase | |
GetMTime() | vtkObject | virtual |
GetNumberOfGenerationsFromBase(const char *name) | vtkObjectBase | virtual |
GetNumberOfGenerationsFromBaseType(const char *name) | vtkObjectBase | static |
GetParametricHexCoordinates(int vertexId) | vtkHigherOrderInterpolation | static |
GetParametricWedgeCoordinates(int vertexId) | vtkHigherOrderInterpolation | static |
GetPointIndicesBoundingHexEdge(int edgeId) | vtkHigherOrderInterpolation | static |
GetPointIndicesBoundingHexFace(int faceId) | vtkHigherOrderInterpolation | static |
GetPointIndicesBoundingWedgeEdge(int edgeId) | vtkHigherOrderInterpolation | static |
GetPointIndicesBoundingWedgeFace(int faceId) | vtkHigherOrderInterpolation | static |
GetReferenceCount() | vtkObjectBase | inline |
GetUsingMemkind() | vtkObjectBase | static |
GetVaryingParameterOfHexEdge(int edgeId) | vtkHigherOrderInterpolation | static |
GetVaryingParameterOfWedgeEdge(int edgeId) | vtkHigherOrderInterpolation | static |
GetVaryingParametersOfHexFace(int faceId) | vtkHigherOrderInterpolation | static |
GetVaryingParametersOfWedgeFace(int faceId) | vtkHigherOrderInterpolation | 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) | vtkBezierInterpolation | virtual |
IsTypeOf(const char *type) | vtkBezierInterpolation | static |
JacobianInverse(vtkPoints *points, const double *derivs, double **inverse) | vtkHigherOrderInterpolation | |
JacobianInverseWedge(vtkPoints *points, const double *derivs, double **inverse) | vtkHigherOrderInterpolation | |
Modified() | vtkObject | virtual |
MTime | vtkObject | protected |
New() | vtkBezierInterpolation | static |
NewInstance() const | vtkBezierInterpolation | |
NewInstanceInternal() const | vtkBezierInterpolation | protectedvirtual |
NumberOfIntervals(const int order[N]) | vtkHigherOrderInterpolation | static |
vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
PrepareForOrder(const int order[3], const vtkIdType numberOfPoints) | vtkHigherOrderInterpolation | protected |
Print(ostream &os) | vtkObjectBase | |
PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
PrintSelf(ostream &os, vtkIndent indent) override | vtkBezierInterpolation | 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) | vtkBezierInterpolation | static |
SetDebug(bool debugFlag) | vtkObject | |
SetGlobalWarningDisplay(int val) | vtkObject | static |
SetMemkindDirectory(const char *directoryname) | vtkObjectBase | static |
SetReferenceCount(int) | vtkObjectBase | |
ShapeSpace | vtkHigherOrderInterpolation | protected |
SubjectHelper | vtkObject | protected |
Superclass typedef | vtkBezierInterpolation | |
Tensor1ShapeDerivatives(const int order[1], const double *pcoords, double *derivs) | vtkBezierInterpolation | static |
vtkHigherOrderInterpolation::Tensor1ShapeDerivatives(const int order[1], const double *pcoords, double *derivs, void(*function_evaluate_shape_and_gradient)(int, double, double *, double *)) | vtkHigherOrderInterpolation | static |
Tensor1ShapeFunctions(const int order[1], const double *pcoords, double *shape) | vtkBezierInterpolation | static |
vtkHigherOrderInterpolation::Tensor1ShapeFunctions(const int order[1], const double *pcoords, double *shape, void(*function_evaluate_shape_functions)(int, double, double *)) | vtkHigherOrderInterpolation | static |
Tensor2ShapeDerivatives(const int order[2], const double *pcoords, double *derivs) | vtkBezierInterpolation | static |
vtkHigherOrderInterpolation::Tensor2ShapeDerivatives(const int order[2], const double *pcoords, double *derivs, void(*function_evaluate_shape_and_gradient)(int, double, double *, double *)) | vtkHigherOrderInterpolation | static |
Tensor2ShapeFunctions(const int order[2], const double *pcoords, double *shape) | vtkBezierInterpolation | static |
vtkHigherOrderInterpolation::Tensor2ShapeFunctions(const int order[2], const double *pcoords, double *shape, void(*function_evaluate_shape_functions)(int, double, double *)) | vtkHigherOrderInterpolation | static |
Tensor3EvaluateDerivative(const int order[3], const double *pcoords, vtkPoints *points, const double *fieldVals, int fieldDim, double *fieldDerivs) override | vtkBezierInterpolation | virtual |
vtkHigherOrderInterpolation::Tensor3EvaluateDerivative(const int order[3], const double *pcoords, vtkPoints *points, const double *fieldVals, int fieldDim, double *fieldDerivs, void(*function_evaluate_shape_and_gradient)(int, double, double *, double *)) | vtkHigherOrderInterpolation | |
Tensor3ShapeDerivatives(const int order[3], const double *pcoords, double *derivs) | vtkBezierInterpolation | static |
vtkHigherOrderInterpolation::Tensor3ShapeDerivatives(const int order[3], const double *pcoords, double *derivs, void(*function_evaluate_shape_and_gradient)(int, double, double *, double *)) | vtkHigherOrderInterpolation | static |
Tensor3ShapeFunctions(const int order[3], const double *pcoords, double *shape) | vtkBezierInterpolation | static |
vtkHigherOrderInterpolation::Tensor3ShapeFunctions(const int order[3], const double *pcoords, double *shape, void(*function_evaluate_shape_functions)(int, double, double *)) | vtkHigherOrderInterpolation | static |
unflattenSimplex(const int dim, const int deg, const vtkIdType flat) | vtkBezierInterpolation | static |
UnFlattenSimplex(const int dim, const int deg, const vtkIdType flat) | vtkBezierInterpolation | static |
UnRegister(vtkObjectBase *o) | vtkObjectBase | virtual |
UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
vtkBaseTypeMacro(vtkObject, vtkObjectBase) | vtkObject | |
vtkBezierInterpolation() | vtkBezierInterpolation | protected |
vtkHigherOrderInterpolation() | vtkHigherOrderInterpolation | 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) override | vtkBezierInterpolation | virtual |
vtkHigherOrderInterpolation::WedgeEvaluate(const int order[3], const vtkIdType numberOfPoints, const double *pcoords, double *fieldVals, int fieldDim, double *fieldAtPCoords, vtkHigherOrderTriangle &tri, void(*function_evaluate_shape_functions)(int, double, double *)) | vtkHigherOrderInterpolation | |
WedgeEvaluateDerivative(const int order[3], const double *pcoords, vtkPoints *points, const double *fieldVals, int fieldDim, double *fieldDerivs) override | vtkBezierInterpolation | virtual |
vtkHigherOrderInterpolation::WedgeEvaluateDerivative(const int order[3], const double *pcoords, vtkPoints *points, const double *fieldVals, int fieldDim, double *fieldDerivs, vtkHigherOrderTriangle &tri, void(*function_evaluate_shape_and_gradient)(int, double, double *, double *)) | vtkHigherOrderInterpolation | |
WedgeShapeDerivatives(const int order[3], const vtkIdType numberOfPoints, const double *pcoords, double *derivs) | vtkBezierInterpolation | static |
vtkHigherOrderInterpolation::WedgeShapeDerivatives(const int order[3], const vtkIdType numberOfPoints, const double *pcoords, double *derivs, vtkHigherOrderTriangle &tri, void(*function_evaluate_shape_and_gradient)(int, double, double *, double *)) | vtkHigherOrderInterpolation | static |
WedgeShapeFunctions(const int order[3], const vtkIdType numberOfPoints, const double *pcoords, double *shape) | vtkBezierInterpolation | static |
vtkHigherOrderInterpolation::WedgeShapeFunctions(const int order[3], const vtkIdType numberOfPoints, const double *pcoords, double *shape, vtkHigherOrderTriangle &tri, void(*function_evaluate_shape_functions)(int, double, double *)) | vtkHigherOrderInterpolation | static |
~vtkBezierInterpolation() override | vtkBezierInterpolation | protected |
~vtkHigherOrderInterpolation() override | vtkHigherOrderInterpolation | protected |
~vtkObject() override | vtkObject | protected |
~vtkObjectBase() | vtkObjectBase | protectedvirtual |