Go to the documentation of this file.
35 #ifndef vtkCheckerboardRepresentation_h
36 #define vtkCheckerboardRepresentation_h
38 #include "vtkInteractionWidgetsModule.h"
84 vtkSetClampMacro(CornerOffset,
double,0.0,0.4);
85 vtkGetMacro(CornerOffset,
double);
provide the representation for a vtkSliderWidget with a 3D skin
show two images at once using a checkboard pattern
void SetTopRepresentation(vtkSliderRepresentation3D *)
Set and get the instances of vtkSliderRepresention used to implement this representation.
~vtkCheckerboardRepresentation()
virtual int RenderOverlay(vtkViewport *viewport)
vtkImageActor * ImageActor
static vtkCheckerboardRepresentation * New()
Instantiate class.
virtual int HasTranslucentPolygonalGeometry()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
window superclass for vtkRenderWindow
represent the vtkCheckerboardWidget
vtkSliderRepresentation3D * LeftRepresentation
vtkCheckerboardRepresentation()
virtual void GetActors(vtkPropCollection *)
For some exporters and other other operations we must be able to collect all the actors or volumes.
virtual int RenderOpaqueGeometry(vtkViewport *viewport)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
void SetRightRepresentation(vtkSliderRepresentation3D *)
vtkSliderRepresentation3D * TopRepresentation
a simple class to control print indentation
void SetImageActor(vtkImageActor *imageActor)
Specify an instance of vtkImageActor to decorate.
void SliderValueChanged(int sliderNum)
This method is invoked by the vtkCheckerboardWidget() when a value of some slider has changed.
void SetCheckerboard(vtkImageCheckerboard *chkrbrd)
Specify an instance of vtkImageCheckerboard to manipulate.
abstract specification for Viewports
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *viewport)
void SetLeftRepresentation(vtkSliderRepresentation3D *)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
draw an image in a rendered 3D scene
vtkImageCheckerboard * Checkerboard
void SetBottomRepresentation(vtkSliderRepresentation3D *)
vtkSliderRepresentation3D * BottomRepresentation
virtual void ReleaseGraphicsResources(vtkWindow *w)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
virtual void BuildRepresentation()
Methods required by superclass.
vtkSliderRepresentation3D * RightRepresentation