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.vtkInterpolateDataSetAttributes Class Reference

vtkInterpolateDataSetAttributes - interpolate scalars, vectors, etc. and other dataset attributes More...

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

List of all members.

Public Member Functions

 vtkInterpolateDataSetAttributes (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkInterpolateDataSetAttributes ()
 Undocumented Block.
vtkDataSetCollection GetInputList ()
 Return the list of inputs to this filter.
virtual double GetT ()
 Specify interpolation parameter t.
virtual double GetTMaxValue ()
 Specify interpolation parameter t.
virtual double GetTMinValue ()
 Specify interpolation parameter t.
override int IsA (string type)
 Undocumented Block.
new vtkInterpolateDataSetAttributes NewInstance ()
 Undocumented Block.
virtual void SetT (double _arg)
 Specify interpolation parameter t.

Static Public Member Functions

static new
vtkInterpolateDataSetAttributes 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkInterpolateDataSetAttributes 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkInterpolateDataSetAttributes"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "31vtkInterpolateDataSetAttributes"
 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 IntPtr vtkInterpolateDataSetAttributes_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkInterpolateDataSetAttributes_GetInputList_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkInterpolateDataSetAttributes_GetT_02 (HandleRef pThis)
static internal double vtkInterpolateDataSetAttributes_GetTMaxValue_03 (HandleRef pThis)
static internal double vtkInterpolateDataSetAttributes_GetTMinValue_04 (HandleRef pThis)
static internal int vtkInterpolateDataSetAttributes_IsA_05 (HandleRef pThis, string type)
static internal int vtkInterpolateDataSetAttributes_IsTypeOf_06 (string type)
static internal IntPtr vtkInterpolateDataSetAttributes_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkInterpolateDataSetAttributes_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInterpolateDataSetAttributes_SetT_10 (HandleRef pThis, double _arg)

Static Private Member Functions

static vtkInterpolateDataSetAttributes ()
 Automatically generated type registration mechanics.

Detailed Description

vtkInterpolateDataSetAttributes - interpolate scalars, vectors, etc. and other dataset attributes

Description vtkInterpolateDataSetAttributes is a filter that interpolates data set attribute values between input data sets. The input to the filter must be datasets of the same type, same number of cells, and same number of points. The output of the filter is a data set of the same type as the input dataset and whose attribute values have been interpolated at the parametric value specified.

The filter is used by specifying two or more input data sets (total of N), and a parametric value t (0 <= t <= N-1). The output will contain interpolated data set attributes common to all input data sets. (For example, if one input has scalars and vectors, and another has just scalars, then only scalars will be interpolated and output.)


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkInterpolateDataSetAttributes.vtkInterpolateDataSetAttributes ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkInterpolateDataSetAttributes.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.vtkDataSetAlgorithm.

Return the list of inputs to this filter.

Here is the call graph for this function:

Specify interpolation parameter t.

Specify interpolation parameter t.

Specify interpolation parameter t.

override int Kitware.VTK.vtkInterpolateDataSetAttributes.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

static new int Kitware.VTK.vtkInterpolateDataSetAttributes.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkInterpolateDataSetAttributes.SetT ( double  _arg) [virtual]

Specify interpolation parameter t.

static internal IntPtr Kitware.VTK.vtkInterpolateDataSetAttributes.vtkInterpolateDataSetAttributes_GetInputList_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal double Kitware.VTK.vtkInterpolateDataSetAttributes.vtkInterpolateDataSetAttributes_GetT_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkInterpolateDataSetAttributes.vtkInterpolateDataSetAttributes_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkInterpolateDataSetAttributes.vtkInterpolateDataSetAttributes_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkInterpolateDataSetAttributes.vtkInterpolateDataSetAttributes_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkInterpolateDataSetAttributes.vtkInterpolateDataSetAttributes_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkInterpolateDataSetAttributes.vtkInterpolateDataSetAttributes_SetT_10 ( HandleRef  pThis,
double  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkInterpolateDataSetAttributes.MRClassNameKey = "31vtkInterpolateDataSetAttributes" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

new const string Kitware.VTK.vtkInterpolateDataSetAttributes.MRFullTypeName = "Kitware.VTK.vtkInterpolateDataSetAttributes"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.


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