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

vtkSphereWidget - 3D widget for manipulating a sphere More...

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

List of all members.

Public Member Functions

 vtkSphereWidget (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkSphereWidget ()
 Instantiate the object.
double[] GetCenter ()
 Set/Get the center of the sphere.
void GetCenter (IntPtr xyz)
 Set/Get the center of the sphere.
virtual double[] GetHandleDirection ()
 Set/Get the direction vector of the handle relative to the center of the sphere. The direction of the handle is from the sphere center to the handle position.
virtual void GetHandleDirection (ref double _arg1, ref double _arg2, ref double _arg3)
 Set/Get the direction vector of the handle relative to the center of the sphere. The direction of the handle is from the sphere center to the handle position.
virtual void GetHandleDirection (IntPtr _arg)
 Set/Get the direction vector of the handle relative to the center of the sphere. The direction of the handle is from the sphere center to the handle position.
virtual double[] GetHandlePosition ()
 Get the position of the handle.
virtual void GetHandlePosition (ref double _arg1, ref double _arg2, ref double _arg3)
 Get the position of the handle.
virtual void GetHandlePosition (IntPtr _arg)
 Get the position of the handle.
virtual vtkProperty GetHandleProperty ()
 Get the handle properties (the little ball on the sphere is the handle). The properties of the handle when selected and unselected can be manipulated.
virtual int GetHandleVisibility ()
 The handle sits on the surface of the sphere and may be moved around the surface by picking (left mouse) and then moving. The position of the handle can be retrieved, this is useful for positioning cameras and lights. By default, the handle is turned off.
int GetPhiResolution ()
 Set/Get the resolution of the sphere in the Phi direction. The default is 8.
void GetPolyData (vtkPolyData pd)
 Grab the polydata (including points) that defines the sphere. The polydata consists of n+1 points, where n is the resolution of the sphere. These point values are guaranteed to be up-to-date when either the InteractionEvent or EndInteraction events are invoked. The user provides the vtkPolyData and the points and polysphere are added to it.
double GetRadius ()
 Set/Get the radius of sphere. Default is .5.
virtual int GetRepresentation ()
 Set the representation of the sphere. Different representations are useful depending on the application. The default is VTK_SPHERE_WIREFRAME.
virtual int GetRepresentationMaxValue ()
 Set the representation of the sphere. Different representations are useful depending on the application. The default is VTK_SPHERE_WIREFRAME.
virtual int GetRepresentationMinValue ()
 Set the representation of the sphere. Different representations are useful depending on the application. The default is VTK_SPHERE_WIREFRAME.
virtual int GetScale ()
 Enable translation and scaling of the widget. By default, the widget can be translated and rotated.
virtual vtkProperty GetSelectedHandleProperty ()
 Get the handle properties (the little ball on the sphere is the handle). The properties of the handle when selected and unselected can be manipulated.
virtual vtkProperty GetSelectedSphereProperty ()
 Get the sphere properties. The properties of the sphere when selected and unselected can be manipulated.
void GetSphere (vtkSphere sphere)
 Get the spherical implicit function defined by this widget. Note that vtkSphere is a subclass of vtkImplicitFunction, meaning that it can be used by a variety of filters to perform clipping, cutting, and selection of data.
virtual vtkProperty GetSphereProperty ()
 Get the sphere properties. The properties of the sphere when selected and unselected can be manipulated.
int GetThetaResolution ()
 Set/Get the resolution of the sphere in the Theta direction. The default is 16.
virtual int GetTranslation ()
 Enable translation and scaling of the widget. By default, the widget can be translated and rotated.
virtual void HandleVisibilityOff ()
 The handle sits on the surface of the sphere and may be moved around the surface by picking (left mouse) and then moving. The position of the handle can be retrieved, this is useful for positioning cameras and lights. By default, the handle is turned off.
virtual void HandleVisibilityOn ()
 The handle sits on the surface of the sphere and may be moved around the surface by picking (left mouse) and then moving. The position of the handle can be retrieved, this is useful for positioning cameras and lights. By default, the handle is turned off.
override int IsA (string type)
 Instantiate the object.
new vtkSphereWidget NewInstance ()
 Instantiate the object.
override void PlaceWidget (IntPtr bounds)
 Methods that satisfy the superclass' API.
override void PlaceWidget ()
 Methods that satisfy the superclass' API.
override void PlaceWidget (double xmin, double xmax, double ymin, double ymax, double zmin, double zmax)
 Methods that satisfy the superclass' API.
virtual void ScaleOff ()
 Enable translation and scaling of the widget. By default, the widget can be translated and rotated.
virtual void ScaleOn ()
 Enable translation and scaling of the widget. By default, the widget can be translated and rotated.
void SetCenter (double x, double y, double z)
 Set/Get the center of the sphere.
void SetCenter (IntPtr x)
 Set/Get the center of the sphere.
override void SetEnabled (int arg0)
 Methods that satisfy the superclass' API.
virtual void SetHandleDirection (double _arg1, double _arg2, double _arg3)
 Set/Get the direction vector of the handle relative to the center of the sphere. The direction of the handle is from the sphere center to the handle position.
virtual void SetHandleDirection (IntPtr _arg)
 Set/Get the direction vector of the handle relative to the center of the sphere. The direction of the handle is from the sphere center to the handle position.
virtual void SetHandleVisibility (int _arg)
 The handle sits on the surface of the sphere and may be moved around the surface by picking (left mouse) and then moving. The position of the handle can be retrieved, this is useful for positioning cameras and lights. By default, the handle is turned off.
void SetPhiResolution (int r)
 Set/Get the resolution of the sphere in the Phi direction. The default is 8.
void SetRadius (double r)
 Set/Get the radius of sphere. Default is .5.
virtual void SetRepresentation (int _arg)
 Set the representation of the sphere. Different representations are useful depending on the application. The default is VTK_SPHERE_WIREFRAME.
void SetRepresentationToOff ()
 Set the representation of the sphere. Different representations are useful depending on the application. The default is VTK_SPHERE_WIREFRAME.
void SetRepresentationToSurface ()
 Set the representation of the sphere. Different representations are useful depending on the application. The default is VTK_SPHERE_WIREFRAME.
void SetRepresentationToWireframe ()
 Set the representation of the sphere. Different representations are useful depending on the application. The default is VTK_SPHERE_WIREFRAME.
virtual void SetScale (int _arg)
 Enable translation and scaling of the widget. By default, the widget can be translated and rotated.
void SetThetaResolution (int r)
 Set/Get the resolution of the sphere in the Theta direction. The default is 16.
virtual void SetTranslation (int _arg)
 Enable translation and scaling of the widget. By default, the widget can be translated and rotated.
virtual void TranslationOff ()
 Enable translation and scaling of the widget. By default, the widget can be translated and rotated.
virtual void TranslationOn ()
 Enable translation and scaling of the widget. By default, the widget can be translated and rotated.

Static Public Member Functions

static new vtkSphereWidget New ()
 Instantiate the object.
static new int IsTypeOf (string type)
 Instantiate the object.
static new vtkSphereWidget SafeDownCast (vtkObjectBase o)
 Instantiate the object.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "15vtkSphereWidget"
 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 vtkSphereWidget_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkSphereWidget_GetCenter_01 (HandleRef pThis)
static internal void vtkSphereWidget_GetCenter_02 (HandleRef pThis, IntPtr xyz)
static internal IntPtr vtkSphereWidget_GetHandleDirection_03 (HandleRef pThis)
static internal void vtkSphereWidget_GetHandleDirection_04 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3)
static internal void vtkSphereWidget_GetHandleDirection_05 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkSphereWidget_GetHandlePosition_06 (HandleRef pThis)
static internal void vtkSphereWidget_GetHandlePosition_07 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3)
static internal void vtkSphereWidget_GetHandlePosition_08 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkSphereWidget_GetHandleProperty_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkSphereWidget_GetHandleVisibility_10 (HandleRef pThis)
static internal int vtkSphereWidget_GetPhiResolution_11 (HandleRef pThis)
static internal void vtkSphereWidget_GetPolyData_12 (HandleRef pThis, HandleRef pd)
static internal double vtkSphereWidget_GetRadius_13 (HandleRef pThis)
static internal int vtkSphereWidget_GetRepresentation_14 (HandleRef pThis)
static internal int vtkSphereWidget_GetRepresentationMaxValue_15 (HandleRef pThis)
static internal int vtkSphereWidget_GetRepresentationMinValue_16 (HandleRef pThis)
static internal int vtkSphereWidget_GetScale_17 (HandleRef pThis)
static internal IntPtr vtkSphereWidget_GetSelectedHandleProperty_18 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkSphereWidget_GetSelectedSphereProperty_19 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSphereWidget_GetSphere_20 (HandleRef pThis, HandleRef sphere)
static internal IntPtr vtkSphereWidget_GetSphereProperty_21 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkSphereWidget_GetThetaResolution_22 (HandleRef pThis)
static internal int vtkSphereWidget_GetTranslation_23 (HandleRef pThis)
static internal void vtkSphereWidget_HandleVisibilityOff_24 (HandleRef pThis)
static internal void vtkSphereWidget_HandleVisibilityOn_25 (HandleRef pThis)
static internal int vtkSphereWidget_IsA_26 (HandleRef pThis, string type)
static internal int vtkSphereWidget_IsTypeOf_27 (string type)
static internal IntPtr vtkSphereWidget_NewInstance_29 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSphereWidget_PlaceWidget_30 (HandleRef pThis, IntPtr bounds)
static internal void vtkSphereWidget_PlaceWidget_31 (HandleRef pThis)
static internal void vtkSphereWidget_PlaceWidget_32 (HandleRef pThis, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax)
static internal IntPtr vtkSphereWidget_SafeDownCast_33 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSphereWidget_ScaleOff_34 (HandleRef pThis)
static internal void vtkSphereWidget_ScaleOn_35 (HandleRef pThis)
static internal void vtkSphereWidget_SetCenter_36 (HandleRef pThis, double x, double y, double z)
static internal void vtkSphereWidget_SetCenter_37 (HandleRef pThis, IntPtr x)
static internal void vtkSphereWidget_SetEnabled_38 (HandleRef pThis, int arg0)
static internal void vtkSphereWidget_SetHandleDirection_39 (HandleRef pThis, double _arg1, double _arg2, double _arg3)
static internal void vtkSphereWidget_SetHandleDirection_40 (HandleRef pThis, IntPtr _arg)
static internal void vtkSphereWidget_SetHandleVisibility_41 (HandleRef pThis, int _arg)
static internal void vtkSphereWidget_SetPhiResolution_42 (HandleRef pThis, int r)
static internal void vtkSphereWidget_SetRadius_43 (HandleRef pThis, double r)
static internal void vtkSphereWidget_SetRepresentation_44 (HandleRef pThis, int _arg)
static internal void vtkSphereWidget_SetRepresentationToOff_45 (HandleRef pThis)
static internal void vtkSphereWidget_SetRepresentationToSurface_46 (HandleRef pThis)
static internal void vtkSphereWidget_SetRepresentationToWireframe_47 (HandleRef pThis)
static internal void vtkSphereWidget_SetScale_48 (HandleRef pThis, int _arg)
static internal void vtkSphereWidget_SetThetaResolution_49 (HandleRef pThis, int r)
static internal void vtkSphereWidget_SetTranslation_50 (HandleRef pThis, int _arg)
static internal void vtkSphereWidget_TranslationOff_51 (HandleRef pThis)
static internal void vtkSphereWidget_TranslationOn_52 (HandleRef pThis)

Static Private Member Functions

static vtkSphereWidget ()
 Automatically generated type registration mechanics.

Detailed Description

vtkSphereWidget - 3D widget for manipulating a sphere

Description This 3D widget defines a sphere that can be interactively placed in a scene.

To use this object, just invoke SetInteractor() with the argument of the method a vtkRenderWindowInteractor. You may also wish to invoke "PlaceWidget()" to initially position the widget. The interactor will act normally until the "i" key (for "interactor") is pressed, at which point the vtkSphereWidget will appear. (See superclass documentation for information about changing this behavior.) Events that occur outside of the widget (i.e., no part of the widget is picked) are propagated to any other registered obsevers (such as the interaction style). Turn off the widget by pressing the "i" key again (or invoke the Off() method).

The vtkSphereWidget has several methods that can be used in conjunction with other VTK objects. The Set/GetThetaResolution() and Set/GetPhiResolution() methods control the number of subdivisions of the sphere in the theta and phi directions; the GetPolyData() method can be used to get the polygonal representation and can be used for things like seeding streamlines. The GetSphere() method returns a sphere implicit function that can be used for cutting and clipping. Typical usage of the widget is to make use of the StartInteractionEvent, InteractionEvent, and EndInteractionEvent events. The InteractionEvent is called on mouse motion; the other two events are called on button down and button up (any mouse button).

Some additional features of this class include the ability to control the properties of the widget. You can set the properties of the selected and unselected representations of the sphere.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Instantiate the object.


Member Function Documentation

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

Set/Get the center of the sphere.

Set/Get the center of the sphere.

virtual double [] Kitware.VTK.vtkSphereWidget.GetHandleDirection ( ) [virtual]

Set/Get the direction vector of the handle relative to the center of the sphere. The direction of the handle is from the sphere center to the handle position.

virtual void Kitware.VTK.vtkSphereWidget.GetHandleDirection ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [virtual]

Set/Get the direction vector of the handle relative to the center of the sphere. The direction of the handle is from the sphere center to the handle position.

virtual void Kitware.VTK.vtkSphereWidget.GetHandleDirection ( IntPtr  _arg) [virtual]

Set/Get the direction vector of the handle relative to the center of the sphere. The direction of the handle is from the sphere center to the handle position.

virtual double [] Kitware.VTK.vtkSphereWidget.GetHandlePosition ( ) [virtual]

Get the position of the handle.

virtual void Kitware.VTK.vtkSphereWidget.GetHandlePosition ( ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [virtual]

Get the position of the handle.

virtual void Kitware.VTK.vtkSphereWidget.GetHandlePosition ( IntPtr  _arg) [virtual]

Get the position of the handle.

Get the handle properties (the little ball on the sphere is the handle). The properties of the handle when selected and unselected can be manipulated.

Here is the call graph for this function:

The handle sits on the surface of the sphere and may be moved around the surface by picking (left mouse) and then moving. The position of the handle can be retrieved, this is useful for positioning cameras and lights. By default, the handle is turned off.

Set/Get the resolution of the sphere in the Phi direction. The default is 8.

Grab the polydata (including points) that defines the sphere. The polydata consists of n+1 points, where n is the resolution of the sphere. These point values are guaranteed to be up-to-date when either the InteractionEvent or EndInteraction events are invoked. The user provides the vtkPolyData and the points and polysphere are added to it.

Set/Get the radius of sphere. Default is .5.

Set the representation of the sphere. Different representations are useful depending on the application. The default is VTK_SPHERE_WIREFRAME.

Set the representation of the sphere. Different representations are useful depending on the application. The default is VTK_SPHERE_WIREFRAME.

Set the representation of the sphere. Different representations are useful depending on the application. The default is VTK_SPHERE_WIREFRAME.

virtual int Kitware.VTK.vtkSphereWidget.GetScale ( ) [virtual]

Enable translation and scaling of the widget. By default, the widget can be translated and rotated.

Get the handle properties (the little ball on the sphere is the handle). The properties of the handle when selected and unselected can be manipulated.

Here is the call graph for this function:

Get the sphere properties. The properties of the sphere when selected and unselected can be manipulated.

Here is the call graph for this function:

Get the spherical implicit function defined by this widget. Note that vtkSphere is a subclass of vtkImplicitFunction, meaning that it can be used by a variety of filters to perform clipping, cutting, and selection of data.

Get the sphere properties. The properties of the sphere when selected and unselected can be manipulated.

Here is the call graph for this function:

Set/Get the resolution of the sphere in the Theta direction. The default is 16.

virtual int Kitware.VTK.vtkSphereWidget.GetTranslation ( ) [virtual]

Enable translation and scaling of the widget. By default, the widget can be translated and rotated.

The handle sits on the surface of the sphere and may be moved around the surface by picking (left mouse) and then moving. The position of the handle can be retrieved, this is useful for positioning cameras and lights. By default, the handle is turned off.

The handle sits on the surface of the sphere and may be moved around the surface by picking (left mouse) and then moving. The position of the handle can be retrieved, this is useful for positioning cameras and lights. By default, the handle is turned off.

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

Instantiate the object.

Reimplemented from Kitware.VTK.vtk3DWidget.

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

Instantiate the object.

Reimplemented from Kitware.VTK.vtk3DWidget.

Instantiate the object.

Reimplemented from Kitware.VTK.vtkObject.

Instantiate the object.

Reimplemented from Kitware.VTK.vtk3DWidget.

override void Kitware.VTK.vtkSphereWidget.PlaceWidget ( IntPtr  bounds) [virtual]

Methods that satisfy the superclass' API.

Reimplemented from Kitware.VTK.vtk3DWidget.

override void Kitware.VTK.vtkSphereWidget.PlaceWidget ( ) [virtual]

Methods that satisfy the superclass' API.

Reimplemented from Kitware.VTK.vtk3DWidget.

override void Kitware.VTK.vtkSphereWidget.PlaceWidget ( double  xmin,
double  xmax,
double  ymin,
double  ymax,
double  zmin,
double  zmax 
) [virtual]

Methods that satisfy the superclass' API.

Reimplemented from Kitware.VTK.vtk3DWidget.

Instantiate the object.

Reimplemented from Kitware.VTK.vtk3DWidget.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkSphereWidget.ScaleOff ( ) [virtual]

Enable translation and scaling of the widget. By default, the widget can be translated and rotated.

virtual void Kitware.VTK.vtkSphereWidget.ScaleOn ( ) [virtual]

Enable translation and scaling of the widget. By default, the widget can be translated and rotated.

void Kitware.VTK.vtkSphereWidget.SetCenter ( double  x,
double  y,
double  z 
)

Set/Get the center of the sphere.

Set/Get the center of the sphere.

override void Kitware.VTK.vtkSphereWidget.SetEnabled ( int  arg0) [virtual]

Methods that satisfy the superclass' API.

Reimplemented from Kitware.VTK.vtkInteractorObserver.

virtual void Kitware.VTK.vtkSphereWidget.SetHandleDirection ( double  _arg1,
double  _arg2,
double  _arg3 
) [virtual]

Set/Get the direction vector of the handle relative to the center of the sphere. The direction of the handle is from the sphere center to the handle position.

virtual void Kitware.VTK.vtkSphereWidget.SetHandleDirection ( IntPtr  _arg) [virtual]

Set/Get the direction vector of the handle relative to the center of the sphere. The direction of the handle is from the sphere center to the handle position.

virtual void Kitware.VTK.vtkSphereWidget.SetHandleVisibility ( int  _arg) [virtual]

The handle sits on the surface of the sphere and may be moved around the surface by picking (left mouse) and then moving. The position of the handle can be retrieved, this is useful for positioning cameras and lights. By default, the handle is turned off.

Set/Get the resolution of the sphere in the Phi direction. The default is 8.

Set/Get the radius of sphere. Default is .5.

virtual void Kitware.VTK.vtkSphereWidget.SetRepresentation ( int  _arg) [virtual]

Set the representation of the sphere. Different representations are useful depending on the application. The default is VTK_SPHERE_WIREFRAME.

Set the representation of the sphere. Different representations are useful depending on the application. The default is VTK_SPHERE_WIREFRAME.

Set the representation of the sphere. Different representations are useful depending on the application. The default is VTK_SPHERE_WIREFRAME.

Set the representation of the sphere. Different representations are useful depending on the application. The default is VTK_SPHERE_WIREFRAME.

virtual void Kitware.VTK.vtkSphereWidget.SetScale ( int  _arg) [virtual]

Enable translation and scaling of the widget. By default, the widget can be translated and rotated.

Set/Get the resolution of the sphere in the Theta direction. The default is 16.

virtual void Kitware.VTK.vtkSphereWidget.SetTranslation ( int  _arg) [virtual]

Enable translation and scaling of the widget. By default, the widget can be translated and rotated.

virtual void Kitware.VTK.vtkSphereWidget.TranslationOff ( ) [virtual]

Enable translation and scaling of the widget. By default, the widget can be translated and rotated.

virtual void Kitware.VTK.vtkSphereWidget.TranslationOn ( ) [virtual]

Enable translation and scaling of the widget. By default, the widget can be translated and rotated.

static internal IntPtr Kitware.VTK.vtkSphereWidget.vtkSphereWidget_GetCenter_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_GetCenter_02 ( HandleRef  pThis,
IntPtr  xyz 
) [private]
static internal IntPtr Kitware.VTK.vtkSphereWidget.vtkSphereWidget_GetHandleDirection_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_GetHandleDirection_04 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_GetHandleDirection_05 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkSphereWidget.vtkSphereWidget_GetHandlePosition_06 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_GetHandlePosition_07 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2,
ref double  _arg3 
) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_GetHandlePosition_08 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkSphereWidget.vtkSphereWidget_GetHandleProperty_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkSphereWidget.vtkSphereWidget_GetHandleVisibility_10 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkSphereWidget.vtkSphereWidget_GetPhiResolution_11 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_GetPolyData_12 ( HandleRef  pThis,
HandleRef  pd 
) [private]
static internal double Kitware.VTK.vtkSphereWidget.vtkSphereWidget_GetRadius_13 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkSphereWidget.vtkSphereWidget_GetRepresentation_14 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkSphereWidget.vtkSphereWidget_GetRepresentationMaxValue_15 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkSphereWidget.vtkSphereWidget_GetRepresentationMinValue_16 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkSphereWidget.vtkSphereWidget_GetScale_17 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkSphereWidget.vtkSphereWidget_GetSelectedHandleProperty_18 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSphereWidget.vtkSphereWidget_GetSelectedSphereProperty_19 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_GetSphere_20 ( HandleRef  pThis,
HandleRef  sphere 
) [private]
static internal IntPtr Kitware.VTK.vtkSphereWidget.vtkSphereWidget_GetSphereProperty_21 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkSphereWidget.vtkSphereWidget_GetThetaResolution_22 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkSphereWidget.vtkSphereWidget_GetTranslation_23 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_HandleVisibilityOff_24 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_HandleVisibilityOn_25 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkSphereWidget.vtkSphereWidget_IsA_26 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkSphereWidget.vtkSphereWidget_IsTypeOf_27 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkSphereWidget.vtkSphereWidget_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSphereWidget.vtkSphereWidget_NewInstance_29 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_PlaceWidget_30 ( HandleRef  pThis,
IntPtr  bounds 
) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_PlaceWidget_31 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_PlaceWidget_32 ( HandleRef  pThis,
double  xmin,
double  xmax,
double  ymin,
double  ymax,
double  zmin,
double  zmax 
) [private]
static internal IntPtr Kitware.VTK.vtkSphereWidget.vtkSphereWidget_SafeDownCast_33 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_ScaleOff_34 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_ScaleOn_35 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_SetCenter_36 ( HandleRef  pThis,
double  x,
double  y,
double  z 
) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_SetCenter_37 ( HandleRef  pThis,
IntPtr  x 
) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_SetEnabled_38 ( HandleRef  pThis,
int  arg0 
) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_SetHandleDirection_39 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3 
) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_SetHandleDirection_40 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_SetHandleVisibility_41 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_SetPhiResolution_42 ( HandleRef  pThis,
int  r 
) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_SetRadius_43 ( HandleRef  pThis,
double  r 
) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_SetRepresentation_44 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_SetRepresentationToOff_45 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_SetRepresentationToSurface_46 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_SetRepresentationToWireframe_47 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_SetScale_48 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_SetThetaResolution_49 ( HandleRef  pThis,
int  r 
) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_SetTranslation_50 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_TranslationOff_51 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSphereWidget.vtkSphereWidget_TranslationOn_52 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkSphereWidget.MRClassNameKey = "15vtkSphereWidget" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtk3DWidget.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtk3DWidget.


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