ActiViz .NET  5.8.0
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkCheckerboardRepresentation Class Reference

vtkCheckerboardRepresentation - represent the vtkCheckerboardWidget More...

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

List of all members.

Public Types

enum  BottomSlider_WrapperEnum { BottomSlider = 2, LeftSlider = 3, RightSlider = 1, TopSlider = 0 }
 Specify the offset of the ends of the sliders (on the boundary edges of the image) from the corner of the image. The offset is expressed as a normalized fraction of the border edges. More...

Public Member Functions

 vtkCheckerboardRepresentation (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkCheckerboardRepresentation ()
 Instantiate class.
override void BuildRepresentation ()
 Methods required by superclass.
override void GetActors (vtkPropCollection arg0)
 Methods required by superclass.
virtual vtkSliderRepresentation3D GetBottomRepresentation ()
 Set and get the instances of vtkSliderRepresention used to implement this representation. Normally default representations are created, but you can specify the ones you want to use.
virtual vtkImageCheckerboard GetCheckerboard ()
 Specify an instance of vtkImageCheckerboard to manipulate.
virtual double GetCornerOffset ()
 Specify the offset of the ends of the sliders (on the boundary edges of the image) from the corner of the image. The offset is expressed as a normalized fraction of the border edges.
virtual double GetCornerOffsetMaxValue ()
 Specify the offset of the ends of the sliders (on the boundary edges of the image) from the corner of the image. The offset is expressed as a normalized fraction of the border edges.
virtual double GetCornerOffsetMinValue ()
 Specify the offset of the ends of the sliders (on the boundary edges of the image) from the corner of the image. The offset is expressed as a normalized fraction of the border edges.
virtual vtkImageActor GetImageActor ()
 Specify an instance of vtkImageActor to decorate.
virtual vtkSliderRepresentation3D GetLeftRepresentation ()
 Set and get the instances of vtkSliderRepresention used to implement this representation. Normally default representations are created, but you can specify the ones you want to use.
virtual vtkSliderRepresentation3D GetRightRepresentation ()
 Set and get the instances of vtkSliderRepresention used to implement this representation. Normally default representations are created, but you can specify the ones you want to use.
virtual vtkSliderRepresentation3D GetTopRepresentation ()
 Set and get the instances of vtkSliderRepresention used to implement this representation. Normally default representations are created, but you can specify the ones you want to use.
override int HasTranslucentPolygonalGeometry ()
 Methods required by superclass.
override int IsA (string type)
 Standard VTK methods.
new vtkCheckerboardRepresentation NewInstance ()
 Standard VTK methods.
override void ReleaseGraphicsResources (vtkWindow w)
 Methods required by superclass.
override int RenderOpaqueGeometry (vtkViewport viewport)
 Methods required by superclass.
override int RenderOverlay (vtkViewport viewport)
 Methods required by superclass.
override int RenderTranslucentPolygonalGeometry (vtkViewport viewport)
 Methods required by superclass.
void SetBottomRepresentation (vtkSliderRepresentation3D arg0)
 Set and get the instances of vtkSliderRepresention used to implement this representation. Normally default representations are created, but you can specify the ones you want to use.
void SetCheckerboard (vtkImageCheckerboard chkrbrd)
 Specify an instance of vtkImageCheckerboard to manipulate.
virtual void SetCornerOffset (double _arg)
 Specify the offset of the ends of the sliders (on the boundary edges of the image) from the corner of the image. The offset is expressed as a normalized fraction of the border edges.
void SetImageActor (vtkImageActor imageActor)
 Specify an instance of vtkImageActor to decorate.
void SetLeftRepresentation (vtkSliderRepresentation3D arg0)
 Set and get the instances of vtkSliderRepresention used to implement this representation. Normally default representations are created, but you can specify the ones you want to use.
void SetRightRepresentation (vtkSliderRepresentation3D arg0)
 Set and get the instances of vtkSliderRepresention used to implement this representation. Normally default representations are created, but you can specify the ones you want to use.
void SetTopRepresentation (vtkSliderRepresentation3D arg0)
 Set and get the instances of vtkSliderRepresention used to implement this representation. Normally default representations are created, but you can specify the ones you want to use.
void SliderValueChanged (int sliderNum)
 This method is invoked by the vtkCheckerboardWidget() when a value of some slider has changed.

Static Public Member Functions

static new
vtkCheckerboardRepresentation 
New ()
 Instantiate class.
static new int IsTypeOf (string type)
 Standard VTK methods.
static new
vtkCheckerboardRepresentation 
SafeDownCast (vtkObjectBase o)
 Standard VTK methods.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "29vtkCheckerboardRepresentation"
 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 vtkCheckerboardRepresentation_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkCheckerboardRepresentation_BuildRepresentation_01 (HandleRef pThis)
static internal void vtkCheckerboardRepresentation_GetActors_02 (HandleRef pThis, HandleRef arg0)
static internal IntPtr vtkCheckerboardRepresentation_GetBottomRepresentation_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkCheckerboardRepresentation_GetCheckerboard_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkCheckerboardRepresentation_GetCornerOffset_05 (HandleRef pThis)
static internal double vtkCheckerboardRepresentation_GetCornerOffsetMaxValue_06 (HandleRef pThis)
static internal double vtkCheckerboardRepresentation_GetCornerOffsetMinValue_07 (HandleRef pThis)
static internal IntPtr vtkCheckerboardRepresentation_GetImageActor_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkCheckerboardRepresentation_GetLeftRepresentation_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkCheckerboardRepresentation_GetRightRepresentation_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkCheckerboardRepresentation_GetTopRepresentation_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkCheckerboardRepresentation_HasTranslucentPolygonalGeometry_12 (HandleRef pThis)
static internal int vtkCheckerboardRepresentation_IsA_13 (HandleRef pThis, string type)
static internal int vtkCheckerboardRepresentation_IsTypeOf_14 (string type)
static internal IntPtr vtkCheckerboardRepresentation_NewInstance_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkCheckerboardRepresentation_ReleaseGraphicsResources_17 (HandleRef pThis, HandleRef w)
static internal int vtkCheckerboardRepresentation_RenderOpaqueGeometry_18 (HandleRef pThis, HandleRef viewport)
static internal int vtkCheckerboardRepresentation_RenderOverlay_19 (HandleRef pThis, HandleRef viewport)
static internal int vtkCheckerboardRepresentation_RenderTranslucentPolygonalGeometry_20 (HandleRef pThis, HandleRef viewport)
static internal IntPtr vtkCheckerboardRepresentation_SafeDownCast_21 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkCheckerboardRepresentation_SetBottomRepresentation_22 (HandleRef pThis, HandleRef arg0)
static internal void vtkCheckerboardRepresentation_SetCheckerboard_23 (HandleRef pThis, HandleRef chkrbrd)
static internal void vtkCheckerboardRepresentation_SetCornerOffset_24 (HandleRef pThis, double _arg)
static internal void vtkCheckerboardRepresentation_SetImageActor_25 (HandleRef pThis, HandleRef imageActor)
static internal void vtkCheckerboardRepresentation_SetLeftRepresentation_26 (HandleRef pThis, HandleRef arg0)
static internal void vtkCheckerboardRepresentation_SetRightRepresentation_27 (HandleRef pThis, HandleRef arg0)
static internal void vtkCheckerboardRepresentation_SetTopRepresentation_28 (HandleRef pThis, HandleRef arg0)
static internal void vtkCheckerboardRepresentation_SliderValueChanged_29 (HandleRef pThis, int sliderNum)

Static Private Member Functions

static vtkCheckerboardRepresentation ()
 Automatically generated type registration mechanics.

Detailed Description

vtkCheckerboardRepresentation - represent the vtkCheckerboardWidget

Description The vtkCheckerboardRepresentation is used to implement the representation of the vtkCheckerboardWidget. The user can adjust the number of divisions in each of the i-j directions in a 2D image. A frame appears around the vtkImageActor with sliders along each side of the frame. The user can interactively adjust the sliders to the desired number of checkerboard subdivisions. The representation uses four instances of vtkSliderRepresentation3D to implement itself.


Member Enumeration Documentation

Specify the offset of the ends of the sliders (on the boundary edges of the image) from the corner of the image. The offset is expressed as a normalized fraction of the border edges.

Enumerator:
BottomSlider 

enum member

LeftSlider 

enum member

RightSlider 

enum member

TopSlider 

enum member


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Instantiate class.


Member Function Documentation

Methods required by superclass.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

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

Methods required by superclass.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Set and get the instances of vtkSliderRepresention used to implement this representation. Normally default representations are created, but you can specify the ones you want to use.

Here is the call graph for this function:

Specify an instance of vtkImageCheckerboard to manipulate.

Here is the call graph for this function:

Specify the offset of the ends of the sliders (on the boundary edges of the image) from the corner of the image. The offset is expressed as a normalized fraction of the border edges.

Specify the offset of the ends of the sliders (on the boundary edges of the image) from the corner of the image. The offset is expressed as a normalized fraction of the border edges.

Specify the offset of the ends of the sliders (on the boundary edges of the image) from the corner of the image. The offset is expressed as a normalized fraction of the border edges.

Specify an instance of vtkImageActor to decorate.

Here is the call graph for this function:

Set and get the instances of vtkSliderRepresention used to implement this representation. Normally default representations are created, but you can specify the ones you want to use.

Here is the call graph for this function:

Set and get the instances of vtkSliderRepresention used to implement this representation. Normally default representations are created, but you can specify the ones you want to use.

Here is the call graph for this function:

Set and get the instances of vtkSliderRepresention used to implement this representation. Normally default representations are created, but you can specify the ones you want to use.

Here is the call graph for this function:

Methods required by superclass.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

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

Standard VTK methods.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

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

Standard VTK methods.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Instantiate class.

Reimplemented from Kitware.VTK.vtkObject.

Standard VTK methods.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Methods required by superclass.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Methods required by superclass.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Methods required by superclass.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Methods required by superclass.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Standard VTK methods.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Here is the call graph for this function:

Set and get the instances of vtkSliderRepresention used to implement this representation. Normally default representations are created, but you can specify the ones you want to use.

Specify an instance of vtkImageCheckerboard to manipulate.

virtual void Kitware.VTK.vtkCheckerboardRepresentation.SetCornerOffset ( double  _arg) [virtual]

Specify the offset of the ends of the sliders (on the boundary edges of the image) from the corner of the image. The offset is expressed as a normalized fraction of the border edges.

Specify an instance of vtkImageActor to decorate.

Set and get the instances of vtkSliderRepresention used to implement this representation. Normally default representations are created, but you can specify the ones you want to use.

Set and get the instances of vtkSliderRepresention used to implement this representation. Normally default representations are created, but you can specify the ones you want to use.

Set and get the instances of vtkSliderRepresention used to implement this representation. Normally default representations are created, but you can specify the ones you want to use.

This method is invoked by the vtkCheckerboardWidget() when a value of some slider has changed.

static internal void Kitware.VTK.vtkCheckerboardRepresentation.vtkCheckerboardRepresentation_GetActors_02 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal IntPtr Kitware.VTK.vtkCheckerboardRepresentation.vtkCheckerboardRepresentation_GetBottomRepresentation_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCheckerboardRepresentation.vtkCheckerboardRepresentation_GetCheckerboard_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCheckerboardRepresentation.vtkCheckerboardRepresentation_GetImageActor_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCheckerboardRepresentation.vtkCheckerboardRepresentation_GetLeftRepresentation_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCheckerboardRepresentation.vtkCheckerboardRepresentation_GetRightRepresentation_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCheckerboardRepresentation.vtkCheckerboardRepresentation_GetTopRepresentation_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkCheckerboardRepresentation.vtkCheckerboardRepresentation_IsA_13 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkCheckerboardRepresentation.vtkCheckerboardRepresentation_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCheckerboardRepresentation.vtkCheckerboardRepresentation_NewInstance_16 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkCheckerboardRepresentation.vtkCheckerboardRepresentation_ReleaseGraphicsResources_17 ( HandleRef  pThis,
HandleRef  w 
) [private]
static internal int Kitware.VTK.vtkCheckerboardRepresentation.vtkCheckerboardRepresentation_RenderOpaqueGeometry_18 ( HandleRef  pThis,
HandleRef  viewport 
) [private]
static internal int Kitware.VTK.vtkCheckerboardRepresentation.vtkCheckerboardRepresentation_RenderOverlay_19 ( HandleRef  pThis,
HandleRef  viewport 
) [private]
static internal int Kitware.VTK.vtkCheckerboardRepresentation.vtkCheckerboardRepresentation_RenderTranslucentPolygonalGeometry_20 ( HandleRef  pThis,
HandleRef  viewport 
) [private]
static internal IntPtr Kitware.VTK.vtkCheckerboardRepresentation.vtkCheckerboardRepresentation_SafeDownCast_21 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkCheckerboardRepresentation.vtkCheckerboardRepresentation_SetBottomRepresentation_22 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkCheckerboardRepresentation.vtkCheckerboardRepresentation_SetCheckerboard_23 ( HandleRef  pThis,
HandleRef  chkrbrd 
) [private]
static internal void Kitware.VTK.vtkCheckerboardRepresentation.vtkCheckerboardRepresentation_SetCornerOffset_24 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkCheckerboardRepresentation.vtkCheckerboardRepresentation_SetImageActor_25 ( HandleRef  pThis,
HandleRef  imageActor 
) [private]
static internal void Kitware.VTK.vtkCheckerboardRepresentation.vtkCheckerboardRepresentation_SetLeftRepresentation_26 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkCheckerboardRepresentation.vtkCheckerboardRepresentation_SetRightRepresentation_27 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkCheckerboardRepresentation.vtkCheckerboardRepresentation_SetTopRepresentation_28 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkCheckerboardRepresentation.vtkCheckerboardRepresentation_SliderValueChanged_29 ( HandleRef  pThis,
int  sliderNum 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkCheckerboardRepresentation.MRClassNameKey = "29vtkCheckerboardRepresentation" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.


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