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

vtkArcSource - create an arc between two end points More...

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

List of all members.

Public Member Functions

 vtkArcSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkArcSource ()
 Undocumented Block.
virtual double[] GetCenter ()
 Set position of the center of the circle that define the arc. Note: you can use the function vtkMath::Solve3PointCircle to find the center from 3 points located on a circle.
virtual void GetCenter (IntPtr data)
 Set position of the center of the circle that define the arc. Note: you can use the function vtkMath::Solve3PointCircle to find the center from 3 points located on a circle.
virtual bool GetNegative ()
 Use the angle that is a negative coterminal of the vectors angle: the longest angle. Note: false by default.
virtual double[] GetPoint1 ()
 Set position of first end point.
virtual void GetPoint1 (IntPtr data)
 Set position of first end point.
virtual double[] GetPoint2 ()
 Set position of other end point.
virtual void GetPoint2 (IntPtr data)
 Set position of other end point.
virtual int GetResolution ()
 Divide line into resolution number of pieces. Note: if Resolution is set to 1 (default), the arc is a straight line.
virtual int GetResolutionMaxValue ()
 Divide line into resolution number of pieces. Note: if Resolution is set to 1 (default), the arc is a straight line.
virtual int GetResolutionMinValue ()
 Divide line into resolution number of pieces. Note: if Resolution is set to 1 (default), the arc is a straight line.
override int IsA (string type)
 Undocumented Block.
virtual void NegativeOff ()
 Use the angle that is a negative coterminal of the vectors angle: the longest angle. Note: false by default.
virtual void NegativeOn ()
 Use the angle that is a negative coterminal of the vectors angle: the longest angle. Note: false by default.
new vtkArcSource NewInstance ()
 Undocumented Block.
virtual void SetCenter (double _arg1, double _arg2, double _arg3)
 Set position of the center of the circle that define the arc. Note: you can use the function vtkMath::Solve3PointCircle to find the center from 3 points located on a circle.
virtual void SetCenter (IntPtr _arg)
 Set position of the center of the circle that define the arc. Note: you can use the function vtkMath::Solve3PointCircle to find the center from 3 points located on a circle.
virtual void SetNegative (bool _arg)
 Use the angle that is a negative coterminal of the vectors angle: the longest angle. Note: false by default.
virtual void SetPoint1 (double _arg1, double _arg2, double _arg3)
 Set position of first end point.
virtual void SetPoint1 (IntPtr _arg)
 Set position of first end point.
virtual void SetPoint2 (double _arg1, double _arg2, double _arg3)
 Set position of other end point.
virtual void SetPoint2 (IntPtr _arg)
 Set position of other end point.
virtual void SetResolution (int _arg)
 Divide line into resolution number of pieces. Note: if Resolution is set to 1 (default), the arc is a straight line.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "12vtkArcSource"
 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 vtkArcSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkArcSource_GetCenter_01 (HandleRef pThis)
static internal void vtkArcSource_GetCenter_02 (HandleRef pThis, IntPtr data)
static internal byte vtkArcSource_GetNegative_03 (HandleRef pThis)
static internal IntPtr vtkArcSource_GetPoint1_04 (HandleRef pThis)
static internal void vtkArcSource_GetPoint1_05 (HandleRef pThis, IntPtr data)
static internal IntPtr vtkArcSource_GetPoint2_06 (HandleRef pThis)
static internal void vtkArcSource_GetPoint2_07 (HandleRef pThis, IntPtr data)
static internal int vtkArcSource_GetResolution_08 (HandleRef pThis)
static internal int vtkArcSource_GetResolutionMaxValue_09 (HandleRef pThis)
static internal int vtkArcSource_GetResolutionMinValue_10 (HandleRef pThis)
static internal int vtkArcSource_IsA_11 (HandleRef pThis, string type)
static internal int vtkArcSource_IsTypeOf_12 (string type)
static internal void vtkArcSource_NegativeOff_13 (HandleRef pThis)
static internal void vtkArcSource_NegativeOn_14 (HandleRef pThis)
static internal IntPtr vtkArcSource_NewInstance_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkArcSource_SafeDownCast_17 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkArcSource_SetCenter_18 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkArcSource_SetCenter_19 (HandleRef pThis, IntPtr _arg)
static internal void vtkArcSource_SetNegative_20 (HandleRef pThis, byte _arg)
static internal void vtkArcSource_SetPoint1_21 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkArcSource_SetPoint1_22 (HandleRef pThis, IntPtr _arg)
static internal void vtkArcSource_SetPoint2_23 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkArcSource_SetPoint2_24 (HandleRef pThis, IntPtr _arg)
static internal void vtkArcSource_SetResolution_25 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkArcSource ()
 Automatically generated type registration mechanics.

Detailed Description

vtkArcSource - create an arc between two end points

Description vtkArcSource is a source object that creates an arc defined by two endpoints and a center. The number of segments composing the polyline is controlled by setting the object resolution.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

Kitware.VTK.vtkArcSource.vtkArcSource ( 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.vtkArcSource.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 double [] Kitware.VTK.vtkArcSource.GetCenter ( ) [virtual]

Set position of the center of the circle that define the arc. Note: you can use the function vtkMath::Solve3PointCircle to find the center from 3 points located on a circle.

virtual void Kitware.VTK.vtkArcSource.GetCenter ( IntPtr  data) [virtual]

Set position of the center of the circle that define the arc. Note: you can use the function vtkMath::Solve3PointCircle to find the center from 3 points located on a circle.

virtual bool Kitware.VTK.vtkArcSource.GetNegative ( ) [virtual]

Use the angle that is a negative coterminal of the vectors angle: the longest angle. Note: false by default.

virtual double [] Kitware.VTK.vtkArcSource.GetPoint1 ( ) [virtual]

Set position of first end point.

virtual void Kitware.VTK.vtkArcSource.GetPoint1 ( IntPtr  data) [virtual]

Set position of first end point.

virtual double [] Kitware.VTK.vtkArcSource.GetPoint2 ( ) [virtual]

Set position of other end point.

virtual void Kitware.VTK.vtkArcSource.GetPoint2 ( IntPtr  data) [virtual]

Set position of other end point.

virtual int Kitware.VTK.vtkArcSource.GetResolution ( ) [virtual]

Divide line into resolution number of pieces. Note: if Resolution is set to 1 (default), the arc is a straight line.

Divide line into resolution number of pieces. Note: if Resolution is set to 1 (default), the arc is a straight line.

Divide line into resolution number of pieces. Note: if Resolution is set to 1 (default), the arc is a straight line.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

virtual void Kitware.VTK.vtkArcSource.NegativeOff ( ) [virtual]

Use the angle that is a negative coterminal of the vectors angle: the longest angle. Note: false by default.

virtual void Kitware.VTK.vtkArcSource.NegativeOn ( ) [virtual]

Use the angle that is a negative coterminal of the vectors angle: the longest angle. Note: false by default.

static new vtkArcSource Kitware.VTK.vtkArcSource.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.vtkArcSource.SetCenter ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Set position of the center of the circle that define the arc. Note: you can use the function vtkMath::Solve3PointCircle to find the center from 3 points located on a circle.

virtual void Kitware.VTK.vtkArcSource.SetCenter ( IntPtr  _arg) [virtual]

Set position of the center of the circle that define the arc. Note: you can use the function vtkMath::Solve3PointCircle to find the center from 3 points located on a circle.

virtual void Kitware.VTK.vtkArcSource.SetNegative ( bool  _arg) [virtual]

Use the angle that is a negative coterminal of the vectors angle: the longest angle. Note: false by default.

virtual void Kitware.VTK.vtkArcSource.SetPoint1 ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Set position of first end point.

virtual void Kitware.VTK.vtkArcSource.SetPoint1 ( IntPtr  _arg) [virtual]

Set position of first end point.

virtual void Kitware.VTK.vtkArcSource.SetPoint2 ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Set position of other end point.

virtual void Kitware.VTK.vtkArcSource.SetPoint2 ( IntPtr  _arg) [virtual]

Set position of other end point.

virtual void Kitware.VTK.vtkArcSource.SetResolution ( int  _arg) [virtual]

Divide line into resolution number of pieces. Note: if Resolution is set to 1 (default), the arc is a straight line.

static internal IntPtr Kitware.VTK.vtkArcSource.vtkArcSource_GetCenter_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkArcSource.vtkArcSource_GetCenter_02 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal byte Kitware.VTK.vtkArcSource.vtkArcSource_GetNegative_03 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkArcSource.vtkArcSource_GetPoint1_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkArcSource.vtkArcSource_GetPoint1_05 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal IntPtr Kitware.VTK.vtkArcSource.vtkArcSource_GetPoint2_06 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkArcSource.vtkArcSource_GetPoint2_07 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal int Kitware.VTK.vtkArcSource.vtkArcSource_GetResolution_08 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkArcSource.vtkArcSource_GetResolutionMaxValue_09 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkArcSource.vtkArcSource_GetResolutionMinValue_10 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkArcSource.vtkArcSource_IsA_11 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkArcSource.vtkArcSource_IsTypeOf_12 ( string  type) [private]
static internal void Kitware.VTK.vtkArcSource.vtkArcSource_NegativeOff_13 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkArcSource.vtkArcSource_NegativeOn_14 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkArcSource.vtkArcSource_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkArcSource.vtkArcSource_NewInstance_16 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkArcSource.vtkArcSource_SafeDownCast_17 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkArcSource.vtkArcSource_SetCenter_18 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkArcSource.vtkArcSource_SetCenter_19 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkArcSource.vtkArcSource_SetNegative_20 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkArcSource.vtkArcSource_SetPoint1_21 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkArcSource.vtkArcSource_SetPoint1_22 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkArcSource.vtkArcSource_SetPoint2_23 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkArcSource.vtkArcSource_SetPoint2_24 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkArcSource.vtkArcSource_SetResolution_25 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkArcSource.MRClassNameKey = "12vtkArcSource" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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