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

vtkAxes - create an x-y-z axes More...

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

List of all members.

Public Member Functions

 vtkAxes (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkAxes ()
 Undocumented Block.
virtual void ComputeNormalsOff ()
 Option for computing normals. By default they are computed.
virtual void ComputeNormalsOn ()
 Option for computing normals. By default they are computed.
virtual int GetComputeNormals ()
 Option for computing normals. By default they are computed.
virtual double[] GetOrigin ()
 Set the origin of the axes.
virtual void GetOrigin (IntPtr data)
 Set the origin of the axes.
virtual double GetScaleFactor ()
 Set the scale factor of the axes. Used to control size.
virtual int GetSymmetric ()
 If Symetric is on, the the axis continue to negative values.
override int IsA (string type)
 Undocumented Block.
new vtkAxes NewInstance ()
 Undocumented Block.
virtual void SetComputeNormals (int _arg)
 Option for computing normals. By default they are computed.
virtual void SetOrigin (double _arg1, double _arg2, double _arg3)
 Set the origin of the axes.
virtual void SetOrigin (IntPtr _arg)
 Set the origin of the axes.
virtual void SetScaleFactor (double _arg)
 Set the scale factor of the axes. Used to control size.
virtual void SetSymmetric (int _arg)
 If Symetric is on, the the axis continue to negative values.
virtual void SymmetricOff ()
 If Symetric is on, the the axis continue to negative values.
virtual void SymmetricOn ()
 If Symetric is on, the the axis continue to negative values.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "7vtkAxes"
 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 vtkAxes_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkAxes_ComputeNormalsOff_01 (HandleRef pThis)
static internal void vtkAxes_ComputeNormalsOn_02 (HandleRef pThis)
static internal int vtkAxes_GetComputeNormals_03 (HandleRef pThis)
static internal IntPtr vtkAxes_GetOrigin_04 (HandleRef pThis)
static internal void vtkAxes_GetOrigin_05 (HandleRef pThis, IntPtr data)
static internal double vtkAxes_GetScaleFactor_06 (HandleRef pThis)
static internal int vtkAxes_GetSymmetric_07 (HandleRef pThis)
static internal int vtkAxes_IsA_08 (HandleRef pThis, string type)
static internal int vtkAxes_IsTypeOf_09 (string type)
static internal IntPtr vtkAxes_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkAxes_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkAxes_SetComputeNormals_13 (HandleRef pThis, int _arg)
static internal void vtkAxes_SetOrigin_14 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkAxes_SetOrigin_15 (HandleRef pThis, IntPtr _arg)
static internal void vtkAxes_SetScaleFactor_16 (HandleRef pThis, double _arg)
static internal void vtkAxes_SetSymmetric_17 (HandleRef pThis, int _arg)
static internal void vtkAxes_SymmetricOff_18 (HandleRef pThis)
static internal void vtkAxes_SymmetricOn_19 (HandleRef pThis)

Static Private Member Functions

static vtkAxes ()
 Automatically generated type registration mechanics.

Detailed Description

vtkAxes - create an x-y-z axes

Description vtkAxes creates three lines that form an x-y-z axes. The origin of the axes is user specified (0,0,0 is default), and the size is specified with a scale factor. Three scalar values are generated for the three lines and can be used (via color map) to indicate a particular coordinate axis.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

virtual void Kitware.VTK.vtkAxes.ComputeNormalsOff ( ) [virtual]

Option for computing normals. By default they are computed.

virtual void Kitware.VTK.vtkAxes.ComputeNormalsOn ( ) [virtual]

Option for computing normals. By default they are computed.

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

virtual int Kitware.VTK.vtkAxes.GetComputeNormals ( ) [virtual]

Option for computing normals. By default they are computed.

virtual double [] Kitware.VTK.vtkAxes.GetOrigin ( ) [virtual]

Set the origin of the axes.

virtual void Kitware.VTK.vtkAxes.GetOrigin ( IntPtr  data) [virtual]

Set the origin of the axes.

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

Set the scale factor of the axes. Used to control size.

virtual int Kitware.VTK.vtkAxes.GetSymmetric ( ) [virtual]

If Symetric is on, the the axis continue to negative values.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

static new vtkAxes Kitware.VTK.vtkAxes.New ( ) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkAxes.SetComputeNormals ( int  _arg) [virtual]

Option for computing normals. By default they are computed.

virtual void Kitware.VTK.vtkAxes.SetOrigin ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Set the origin of the axes.

virtual void Kitware.VTK.vtkAxes.SetOrigin ( IntPtr  _arg) [virtual]

Set the origin of the axes.

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

Set the scale factor of the axes. Used to control size.

virtual void Kitware.VTK.vtkAxes.SetSymmetric ( int  _arg) [virtual]

If Symetric is on, the the axis continue to negative values.

virtual void Kitware.VTK.vtkAxes.SymmetricOff ( ) [virtual]

If Symetric is on, the the axis continue to negative values.

virtual void Kitware.VTK.vtkAxes.SymmetricOn ( ) [virtual]

If Symetric is on, the the axis continue to negative values.

static internal void Kitware.VTK.vtkAxes.vtkAxes_ComputeNormalsOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAxes.vtkAxes_ComputeNormalsOn_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAxes.vtkAxes_GetComputeNormals_03 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkAxes.vtkAxes_GetOrigin_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAxes.vtkAxes_GetOrigin_05 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal double Kitware.VTK.vtkAxes.vtkAxes_GetScaleFactor_06 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAxes.vtkAxes_GetSymmetric_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkAxes.vtkAxes_IsA_08 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkAxes.vtkAxes_IsTypeOf_09 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkAxes.vtkAxes_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAxes.vtkAxes_NewInstance_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAxes.vtkAxes_SafeDownCast_12 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkAxes.vtkAxes_SetComputeNormals_13 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkAxes.vtkAxes_SetOrigin_14 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkAxes.vtkAxes_SetOrigin_15 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkAxes.vtkAxes_SetScaleFactor_16 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkAxes.vtkAxes_SetSymmetric_17 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkAxes.vtkAxes_SymmetricOff_18 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkAxes.vtkAxes_SymmetricOn_19 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkAxes.MRClassNameKey = "7vtkAxes" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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