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