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

vtkSimpleElevationFilter - generate scalars along a specified direction More...

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

List of all members.

Public Member Functions

 vtkSimpleElevationFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkSimpleElevationFilter ()
 Construct object with Vector=(0,0,1);.
virtual double[] GetVector ()
 Define one end of the line (small scalar values).
virtual void GetVector (IntPtr data)
 Define one end of the line (small scalar values).
override int IsA (string type)
 Undocumented Block.
new vtkSimpleElevationFilter NewInstance ()
 Undocumented Block.
virtual void SetVector (double _arg1, double _arg2, double _arg3)
 Define one end of the line (small scalar values).
virtual void SetVector (IntPtr _arg)
 Define one end of the line (small scalar values).

Static Public Member Functions

static new vtkSimpleElevationFilter New ()
 Construct object with Vector=(0,0,1);.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkSimpleElevationFilter SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "24vtkSimpleElevationFilter"
 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 vtkSimpleElevationFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkSimpleElevationFilter_GetVector_01 (HandleRef pThis)
static internal void vtkSimpleElevationFilter_GetVector_02 (HandleRef pThis, IntPtr data)
static internal int vtkSimpleElevationFilter_IsA_03 (HandleRef pThis, string type)
static internal int vtkSimpleElevationFilter_IsTypeOf_04 (string type)
static internal IntPtr vtkSimpleElevationFilter_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkSimpleElevationFilter_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSimpleElevationFilter_SetVector_08 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkSimpleElevationFilter_SetVector_09 (HandleRef pThis, IntPtr _arg)

Static Private Member Functions

static vtkSimpleElevationFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkSimpleElevationFilter - generate scalars along a specified direction

Description vtkSimpleElevationFilter is a filter to generate scalar values from a dataset. The scalar values are generated by dotting a user-specified vector against a vector defined from the input dataset points to the origin.

vtkElevationFilter


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Construct object with Vector=(0,0,1);.


Member Function Documentation

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

virtual double [] Kitware.VTK.vtkSimpleElevationFilter.GetVector ( ) [virtual]

Define one end of the line (small scalar values).

virtual void Kitware.VTK.vtkSimpleElevationFilter.GetVector ( IntPtr  data) [virtual]

Define one end of the line (small scalar values).

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Construct object with Vector=(0,0,1);.

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.vtkSimpleElevationFilter.SetVector ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Define one end of the line (small scalar values).

virtual void Kitware.VTK.vtkSimpleElevationFilter.SetVector ( IntPtr  _arg) [virtual]

Define one end of the line (small scalar values).

static internal IntPtr Kitware.VTK.vtkSimpleElevationFilter.vtkSimpleElevationFilter_GetVector_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSimpleElevationFilter.vtkSimpleElevationFilter_GetVector_02 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal int Kitware.VTK.vtkSimpleElevationFilter.vtkSimpleElevationFilter_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkSimpleElevationFilter.vtkSimpleElevationFilter_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkSimpleElevationFilter.vtkSimpleElevationFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSimpleElevationFilter.vtkSimpleElevationFilter_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSimpleElevationFilter.vtkSimpleElevationFilter_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkSimpleElevationFilter.vtkSimpleElevationFilter_SetVector_08 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkSimpleElevationFilter.vtkSimpleElevationFilter_SetVector_09 ( HandleRef  pThis,
IntPtr  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkSimpleElevationFilter.MRClassNameKey = "24vtkSimpleElevationFilter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.


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