Section: Visualization Toolkit Widget Classes
To create an instance of class vtkCheckerboardRepresentation, simply invoke its constructor as follows
obj = vtkCheckerboardRepresentation
obj
is an instance of the vtkCheckerboardRepresentation class.
string = obj.GetClassName ()
- Standard VTK methods.
int = obj.IsA (string name)
- Standard VTK methods.
vtkCheckerboardRepresentation = obj.NewInstance ()
- Standard VTK methods.
vtkCheckerboardRepresentation = obj.SafeDownCast (vtkObject o)
- Standard VTK methods.
obj.SetCheckerboard (vtkImageCheckerboard chkrbrd)
- Specify an instance of vtkImageCheckerboard to manipulate.
vtkImageCheckerboard = obj.GetCheckerboard ()
- Specify an instance of vtkImageCheckerboard to manipulate.
obj.SetImageActor (vtkImageActor imageActor)
- Specify an instance of vtkImageActor to decorate.
vtkImageActor = obj.GetImageActor ()
- Specify an instance of vtkImageActor to decorate.
obj.SetCornerOffset (double )
- 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.
double = obj.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.
double = obj.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.
double = obj.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.
obj.SliderValueChanged (int sliderNum)
- This method is invoked by the vtkCheckerboardWidget() when a value of some
slider has changed.
obj.SetTopRepresentation (vtkSliderRepresentation3D )
- 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.
obj.SetRightRepresentation (vtkSliderRepresentation3D )
- 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.
obj.SetBottomRepresentation (vtkSliderRepresentation3D )
- 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.
obj.SetLeftRepresentation (vtkSliderRepresentation3D )
- 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.
vtkSliderRepresentation3D = obj.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.
vtkSliderRepresentation3D = obj.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.
vtkSliderRepresentation3D = obj.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.
vtkSliderRepresentation3D = obj.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.
obj.BuildRepresentation ()
- Methods required by superclass.
obj.GetActors (vtkPropCollection )
- Methods required by superclass.
obj.ReleaseGraphicsResources (vtkWindow w)
- Methods required by superclass.
int = obj.RenderOverlay (vtkViewport viewport)
- Methods required by superclass.
int = obj.RenderOpaqueGeometry (vtkViewport viewport)
- Methods required by superclass.
int = obj.RenderTranslucentPolygonalGeometry (vtkViewport viewport)
- Methods required by superclass.
int = obj.HasTranslucentPolygonalGeometry ()
- Methods required by superclass.