ActiViz .NET
5.8.0
|
vtkFunctionSet - Abstract interface for sets of functions More...
Public Member Functions | |
vtkFunctionSet (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
virtual int | FunctionValues (IntPtr x, IntPtr f) |
Evaluate functions at x_j. x and f have to point to valid double arrays of appropriate sizes obtained with GetNumberOfFunctions() and GetNumberOfIndependentVariables. | |
virtual int | GetNumberOfFunctions () |
Return the number of functions. Note that this is constant for a given type of set of functions and can not be changed at run time. | |
virtual int | GetNumberOfIndependentVariables () |
Return the number of independent variables. Note that this is constant for a given type of set of functions and can not be changed at run time. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkFunctionSet | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkFunctionSet | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkFunctionSet" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "14vtkFunctionSet" |
Automatically generated type registration mechanics. | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. | |
Private Member Functions | |
static internal int | vtkFunctionSet_FunctionValues_01 (HandleRef pThis, IntPtr x, IntPtr f) |
static internal int | vtkFunctionSet_GetNumberOfFunctions_02 (HandleRef pThis) |
static internal int | vtkFunctionSet_GetNumberOfIndependentVariables_03 (HandleRef pThis) |
static internal int | vtkFunctionSet_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkFunctionSet_IsTypeOf_05 (string type) |
static internal IntPtr | vtkFunctionSet_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkFunctionSet_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkFunctionSet () |
Automatically generated type registration mechanics. |
vtkFunctionSet - Abstract interface for sets of functions
Description vtkFunctionSet specifies an abstract interface for set of functions of the form F_i = F_i(x_j) where F (with i=1..m) are the functions and x (with j=1..n) are the independent variables. The only supported operation is the function evaluation at x_j.
static Kitware.VTK.vtkFunctionSet.vtkFunctionSet | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkFunctionSet.vtkFunctionSet | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkFunctionSet.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkInterpolatedVelocityField, Kitware.VTK.vtkTemporalInterpolatedVelocityField, Kitware.VTK.vtkCellLocatorInterpolatedVelocityField, Kitware.VTK.vtkGenericInterpolatedVelocityField, Kitware.VTK.vtkCachingInterpolatedVelocityField, and Kitware.VTK.vtkAbstractInterpolatedVelocityField.
virtual int Kitware.VTK.vtkFunctionSet.FunctionValues | ( | IntPtr | x, |
IntPtr | f | ||
) | [virtual] |
Evaluate functions at x_j. x and f have to point to valid double arrays of appropriate sizes obtained with GetNumberOfFunctions() and GetNumberOfIndependentVariables.
Reimplemented in Kitware.VTK.vtkGenericInterpolatedVelocityField, Kitware.VTK.vtkTemporalInterpolatedVelocityField, Kitware.VTK.vtkCellLocatorInterpolatedVelocityField, Kitware.VTK.vtkInterpolatedVelocityField, Kitware.VTK.vtkAbstractInterpolatedVelocityField, and Kitware.VTK.vtkCachingInterpolatedVelocityField.
virtual int Kitware.VTK.vtkFunctionSet.GetNumberOfFunctions | ( | ) | [virtual] |
Return the number of functions. Note that this is constant for a given type of set of functions and can not be changed at run time.
virtual int Kitware.VTK.vtkFunctionSet.GetNumberOfIndependentVariables | ( | ) | [virtual] |
Return the number of independent variables. Note that this is constant for a given type of set of functions and can not be changed at run time.
override int Kitware.VTK.vtkFunctionSet.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkGenericInterpolatedVelocityField, Kitware.VTK.vtkAbstractInterpolatedVelocityField, Kitware.VTK.vtkTemporalInterpolatedVelocityField, Kitware.VTK.vtkCachingInterpolatedVelocityField, Kitware.VTK.vtkCellLocatorInterpolatedVelocityField, and Kitware.VTK.vtkInterpolatedVelocityField.
static new int Kitware.VTK.vtkFunctionSet.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkGenericInterpolatedVelocityField, Kitware.VTK.vtkAbstractInterpolatedVelocityField, Kitware.VTK.vtkTemporalInterpolatedVelocityField, Kitware.VTK.vtkCachingInterpolatedVelocityField, Kitware.VTK.vtkCellLocatorInterpolatedVelocityField, and Kitware.VTK.vtkInterpolatedVelocityField.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkGenericInterpolatedVelocityField, Kitware.VTK.vtkAbstractInterpolatedVelocityField, Kitware.VTK.vtkTemporalInterpolatedVelocityField, Kitware.VTK.vtkCachingInterpolatedVelocityField, Kitware.VTK.vtkCellLocatorInterpolatedVelocityField, and Kitware.VTK.vtkInterpolatedVelocityField.
static new vtkFunctionSet Kitware.VTK.vtkFunctionSet.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkGenericInterpolatedVelocityField, Kitware.VTK.vtkAbstractInterpolatedVelocityField, Kitware.VTK.vtkTemporalInterpolatedVelocityField, Kitware.VTK.vtkCachingInterpolatedVelocityField, Kitware.VTK.vtkCellLocatorInterpolatedVelocityField, and Kitware.VTK.vtkInterpolatedVelocityField.
static internal int Kitware.VTK.vtkFunctionSet.vtkFunctionSet_FunctionValues_01 | ( | HandleRef | pThis, |
IntPtr | x, | ||
IntPtr | f | ||
) | [private] |
static internal int Kitware.VTK.vtkFunctionSet.vtkFunctionSet_GetNumberOfFunctions_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkFunctionSet.vtkFunctionSet_GetNumberOfIndependentVariables_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkFunctionSet.vtkFunctionSet_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkFunctionSet.vtkFunctionSet_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkFunctionSet.vtkFunctionSet_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkFunctionSet.vtkFunctionSet_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkFunctionSet.MRClassNameKey = "14vtkFunctionSet" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkAbstractInterpolatedVelocityField, Kitware.VTK.vtkInterpolatedVelocityField, Kitware.VTK.vtkTemporalInterpolatedVelocityField, Kitware.VTK.vtkCellLocatorInterpolatedVelocityField, Kitware.VTK.vtkGenericInterpolatedVelocityField, and Kitware.VTK.vtkCachingInterpolatedVelocityField.
new const string Kitware.VTK.vtkFunctionSet.MRFullTypeName = "Kitware.VTK.vtkFunctionSet" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
Reimplemented in Kitware.VTK.vtkAbstractInterpolatedVelocityField, Kitware.VTK.vtkInterpolatedVelocityField, Kitware.VTK.vtkTemporalInterpolatedVelocityField, Kitware.VTK.vtkCellLocatorInterpolatedVelocityField, Kitware.VTK.vtkGenericInterpolatedVelocityField, and Kitware.VTK.vtkCachingInterpolatedVelocityField.