30 #ifndef vtkImageMapper_h 31 #define vtkImageMapper_h 33 #include "vtkRenderingCoreModule.h" 58 vtkGetMacro(ColorWindow,
double);
66 vtkGetMacro(ColorLevel,
double);
80 vtkGetMacro(ZSlice,
int);
99 double GetColorShift();
100 double GetColorScale();
104 int DisplayExtent[6];
121 vtkGetMacro(RenderToRectangle,
int);
134 vtkGetMacro(UseCustomExtents,
int);
144 vtkSetVectorMacro(CustomDisplayExtents,
int, 4);
145 vtkGetVectorMacro(CustomDisplayExtents,
int, 4);
155 int PositionAdjustment[2];
157 int UseCustomExtents;
158 int CustomDisplayExtents[4];
159 int RenderToRectangle;
vtkTypeUInt32 vtkMTimeType
abstract specification for Viewports
vtkMTimeType GetMTime() override
Override Modifiedtime as we have added Clipping planes.
a actor that draws 2D data
window superclass for vtkRenderWindow
a simple class to control print indentation
topologically and geometrically regular array of data
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkAlgorithm * New()
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract class specifies interface for objects which render 2D actors