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);
void GetActors(vtkPropCollection *) override
For some exporters and other other operations we must be able to collect all the actors or volumes.
provide the representation for a vtkSliderWidget with a 3D skin
int RenderOpaqueGeometry(vtkViewport *viewport) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
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() override
vtkTypeBool HasTranslucentPolygonalGeometry() override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
void BuildRepresentation() override
Methods required by superclass.
vtkImageActor * ImageActor
static vtkCheckerboardRepresentation * New()
Instantiate class.
int RenderTranslucentPolygonalGeometry(vtkViewport *viewport) override
window superclass for vtkRenderWindow
represent the vtkCheckerboardWidget
vtkSliderRepresentation3D * LeftRepresentation
vtkCheckerboardRepresentation()
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
int RenderOverlay(vtkViewport *viewport) override
void SetLeftRepresentation(vtkSliderRepresentation3D *)
draw an image in a rendered 3D scene
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkImageCheckerboard * Checkerboard
void SetBottomRepresentation(vtkSliderRepresentation3D *)
vtkSliderRepresentation3D * BottomRepresentation
vtkSliderRepresentation3D * RightRepresentation
void ReleaseGraphicsResources(vtkWindow *w) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...