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

vtkWarpScalar - deform geometry with scalar data More...

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

List of all members.

Public Member Functions

 vtkWarpScalar (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkWarpScalar ()
 Undocumented Block.
virtual double[] GetNormal ()
 Normal (i.e., direction) along which to warp geometry. Only used if UseNormal boolean set to true or no normals available in data.
virtual void GetNormal (IntPtr data)
 Normal (i.e., direction) along which to warp geometry. Only used if UseNormal boolean set to true or no normals available in data.
virtual double GetScaleFactor ()
 Specify value to scale displacement.
virtual int GetUseNormal ()
 Turn on/off use of user specified normal. If on, data normals will be ignored and instance variable Normal will be used instead.
virtual int GetXYPlane ()
 Turn on/off flag specifying that input data is x-y plane. If x-y plane, then the z value is used to warp the surface in the z-axis direction (times the scale factor) and scalars are used to color the surface.
override int IsA (string type)
 Undocumented Block.
new vtkWarpScalar NewInstance ()
 Undocumented Block.
virtual void SetNormal (double _arg1, double _arg2, double _arg3)
 Normal (i.e., direction) along which to warp geometry. Only used if UseNormal boolean set to true or no normals available in data.
virtual void SetNormal (IntPtr _arg)
 Normal (i.e., direction) along which to warp geometry. Only used if UseNormal boolean set to true or no normals available in data.
virtual void SetScaleFactor (double _arg)
 Specify value to scale displacement.
virtual void SetUseNormal (int _arg)
 Turn on/off use of user specified normal. If on, data normals will be ignored and instance variable Normal will be used instead.
virtual void SetXYPlane (int _arg)
 Turn on/off flag specifying that input data is x-y plane. If x-y plane, then the z value is used to warp the surface in the z-axis direction (times the scale factor) and scalars are used to color the surface.
virtual void UseNormalOff ()
 Turn on/off use of user specified normal. If on, data normals will be ignored and instance variable Normal will be used instead.
virtual void UseNormalOn ()
 Turn on/off use of user specified normal. If on, data normals will be ignored and instance variable Normal will be used instead.
virtual void XYPlaneOff ()
 Turn on/off flag specifying that input data is x-y plane. If x-y plane, then the z value is used to warp the surface in the z-axis direction (times the scale factor) and scalars are used to color the surface.
virtual void XYPlaneOn ()
 Turn on/off flag specifying that input data is x-y plane. If x-y plane, then the z value is used to warp the surface in the z-axis direction (times the scale factor) and scalars are used to color the surface.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "13vtkWarpScalar"
 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 vtkWarpScalar_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkWarpScalar_GetNormal_01 (HandleRef pThis)
static internal void vtkWarpScalar_GetNormal_02 (HandleRef pThis, IntPtr data)
static internal double vtkWarpScalar_GetScaleFactor_03 (HandleRef pThis)
static internal int vtkWarpScalar_GetUseNormal_04 (HandleRef pThis)
static internal int vtkWarpScalar_GetXYPlane_05 (HandleRef pThis)
static internal int vtkWarpScalar_IsA_06 (HandleRef pThis, string type)
static internal int vtkWarpScalar_IsTypeOf_07 (string type)
static internal IntPtr vtkWarpScalar_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkWarpScalar_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkWarpScalar_SetNormal_11 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkWarpScalar_SetNormal_12 (HandleRef pThis, IntPtr _arg)
static internal void vtkWarpScalar_SetScaleFactor_13 (HandleRef pThis, double _arg)
static internal void vtkWarpScalar_SetUseNormal_14 (HandleRef pThis, int _arg)
static internal void vtkWarpScalar_SetXYPlane_15 (HandleRef pThis, int _arg)
static internal void vtkWarpScalar_UseNormalOff_16 (HandleRef pThis)
static internal void vtkWarpScalar_UseNormalOn_17 (HandleRef pThis)
static internal void vtkWarpScalar_XYPlaneOff_18 (HandleRef pThis)
static internal void vtkWarpScalar_XYPlaneOn_19 (HandleRef pThis)

Static Private Member Functions

static vtkWarpScalar ()
 Automatically generated type registration mechanics.

Detailed Description

vtkWarpScalar - deform geometry with scalar data

Description vtkWarpScalar is a filter that modifies point coordinates by moving points along point normals by the scalar amount times the scale factor. Useful for creating carpet or x-y-z plots.

If normals are not present in data, the Normal instance variable will be used as the direction along which to warp the geometry. If normals are present but you would like to use the Normal instance variable, set the UseNormal boolean to true.

If XYPlane boolean is set true, then the z-value is considered to be a scalar value (still scaled by scale factor), and the displacement is along the z-axis. If scalars are also present, these are copied through and can be used to color the surface.

Note that the filter passes both its point data and cell data to its output, except for normals, since these are distorted by the warping.


Constructor & Destructor Documentation

static Kitware.VTK.vtkWarpScalar.vtkWarpScalar ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkWarpScalar.vtkWarpScalar ( 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.vtkWarpScalar.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.vtkPointSetAlgorithm.

virtual double [] Kitware.VTK.vtkWarpScalar.GetNormal ( ) [virtual]

Normal (i.e., direction) along which to warp geometry. Only used if UseNormal boolean set to true or no normals available in data.

virtual void Kitware.VTK.vtkWarpScalar.GetNormal ( IntPtr  data) [virtual]

Normal (i.e., direction) along which to warp geometry. Only used if UseNormal boolean set to true or no normals available in data.

virtual double Kitware.VTK.vtkWarpScalar.GetScaleFactor ( ) [virtual]

Specify value to scale displacement.

virtual int Kitware.VTK.vtkWarpScalar.GetUseNormal ( ) [virtual]

Turn on/off use of user specified normal. If on, data normals will be ignored and instance variable Normal will be used instead.

virtual int Kitware.VTK.vtkWarpScalar.GetXYPlane ( ) [virtual]

Turn on/off flag specifying that input data is x-y plane. If x-y plane, then the z value is used to warp the surface in the z-axis direction (times the scale factor) and scalars are used to color the surface.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkWarpScalar.SetNormal ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Normal (i.e., direction) along which to warp geometry. Only used if UseNormal boolean set to true or no normals available in data.

virtual void Kitware.VTK.vtkWarpScalar.SetNormal ( IntPtr  _arg) [virtual]

Normal (i.e., direction) along which to warp geometry. Only used if UseNormal boolean set to true or no normals available in data.

virtual void Kitware.VTK.vtkWarpScalar.SetScaleFactor ( double  _arg) [virtual]

Specify value to scale displacement.

virtual void Kitware.VTK.vtkWarpScalar.SetUseNormal ( int  _arg) [virtual]

Turn on/off use of user specified normal. If on, data normals will be ignored and instance variable Normal will be used instead.

virtual void Kitware.VTK.vtkWarpScalar.SetXYPlane ( int  _arg) [virtual]

Turn on/off flag specifying that input data is x-y plane. If x-y plane, then the z value is used to warp the surface in the z-axis direction (times the scale factor) and scalars are used to color the surface.

virtual void Kitware.VTK.vtkWarpScalar.UseNormalOff ( ) [virtual]

Turn on/off use of user specified normal. If on, data normals will be ignored and instance variable Normal will be used instead.

virtual void Kitware.VTK.vtkWarpScalar.UseNormalOn ( ) [virtual]

Turn on/off use of user specified normal. If on, data normals will be ignored and instance variable Normal will be used instead.

static internal IntPtr Kitware.VTK.vtkWarpScalar.vtkWarpScalar_GetNormal_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkWarpScalar.vtkWarpScalar_GetNormal_02 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal double Kitware.VTK.vtkWarpScalar.vtkWarpScalar_GetScaleFactor_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkWarpScalar.vtkWarpScalar_GetUseNormal_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkWarpScalar.vtkWarpScalar_GetXYPlane_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkWarpScalar.vtkWarpScalar_IsA_06 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkWarpScalar.vtkWarpScalar_IsTypeOf_07 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkWarpScalar.vtkWarpScalar_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkWarpScalar.vtkWarpScalar_NewInstance_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkWarpScalar.vtkWarpScalar_SafeDownCast_10 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkWarpScalar.vtkWarpScalar_SetNormal_11 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkWarpScalar.vtkWarpScalar_SetNormal_12 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkWarpScalar.vtkWarpScalar_SetScaleFactor_13 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkWarpScalar.vtkWarpScalar_SetUseNormal_14 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkWarpScalar.vtkWarpScalar_SetXYPlane_15 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkWarpScalar.vtkWarpScalar_UseNormalOff_16 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkWarpScalar.vtkWarpScalar_UseNormalOn_17 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkWarpScalar.vtkWarpScalar_XYPlaneOff_18 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkWarpScalar.vtkWarpScalar_XYPlaneOn_19 ( HandleRef  pThis) [private]
virtual void Kitware.VTK.vtkWarpScalar.XYPlaneOff ( ) [virtual]

Turn on/off flag specifying that input data is x-y plane. If x-y plane, then the z value is used to warp the surface in the z-axis direction (times the scale factor) and scalars are used to color the surface.

virtual void Kitware.VTK.vtkWarpScalar.XYPlaneOn ( ) [virtual]

Turn on/off flag specifying that input data is x-y plane. If x-y plane, then the z value is used to warp the surface in the z-axis direction (times the scale factor) and scalars are used to color the surface.


Member Data Documentation

new readonly string Kitware.VTK.vtkWarpScalar.MRClassNameKey = "13vtkWarpScalar" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.


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