ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkFunctionSet Class Reference

vtkFunctionSet - Abstract interface for sets of functions More...

Inheritance diagram for Kitware.VTK.vtkFunctionSet:
[legend]
Collaboration diagram for Kitware.VTK.vtkFunctionSet:
[legend]

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

override void Kitware.VTK.vtkFunctionSet.Dispose ( bool  disposing) [protected]
virtual int Kitware.VTK.vtkFunctionSet.FunctionValues ( IntPtr  x,
IntPtr  f 
) [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.

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]
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.

Here is the call graph for this function:

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]

Member Data Documentation

new readonly string Kitware.VTK.vtkFunctionSet.MRClassNameKey = "14vtkFunctionSet" [static]
new const string Kitware.VTK.vtkFunctionSet.MRFullTypeName = "Kitware.VTK.vtkFunctionSet"

The documentation for this class was generated from the following file: