33 #ifndef vtkImageMapper_h
34 #define vtkImageMapper_h
36 #include "vtkRenderingCoreModule.h"
61 vtkGetMacro(ColorWindow,
double);
69 vtkGetMacro(ColorLevel,
double);
83 vtkGetMacro(ZSlice,
int);
102 double GetColorShift();
103 double GetColorScale();
107 int DisplayExtent[6];
124 vtkGetMacro(RenderToRectangle,
int);
137 vtkGetMacro(UseCustomExtents,
int);
147 vtkSetVectorMacro(CustomDisplayExtents,
int, 4);
148 vtkGetVectorMacro(CustomDisplayExtents,
int, 4);
158 int PositionAdjustment[2];
161 int CustomDisplayExtents[4];
abstract specification for Viewports
virtual vtkMTimeType GetMTime()
Override Modifiedtime as we have added Clipping planes.
a actor that draws 2D data
vtkTypeUInt64 vtkMTimeType
window superclass for vtkRenderWindow
a simple class to control print indentation
topologically and geometrically regular array of data
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
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.
abstract class specifies interface for objects which render 2D actors