31 #ifndef vtkImageActor_h 32 #define vtkImageActor_h 34 #include "vtkRenderingCoreModule.h" 69 virtual void SetInterpolate(
int);
70 virtual int GetInterpolate();
79 virtual void SetOpacity(
double);
80 virtual double GetOpacity();
90 void SetDisplayExtent(
int extent[6]);
91 void SetDisplayExtent(
int minX,
int maxX,
int minY,
int maxY,
93 void GetDisplayExtent(
int extent[6]);
115 double *GetDisplayBounds();
116 void GetDisplayBounds(
double bounds[6]);
124 int GetSliceNumber();
125 int GetSliceNumberMax();
126 int GetSliceNumberMin();
140 this->DisplayExtent[0], this->DisplayExtent[1],
141 this->DisplayExtent[2], this->DisplayExtent[3], z, z);
163 vtkGetMacro(ForceOpaque,
bool);
176 static
int GetOrientationFromExtent(const
int extent[6]);
178 int DisplayExtent[6];
179 double DisplayBounds[6];
186 int TranslucentCachedResult;
void SetZSlice(int z)
Set/Get the current slice number.
double * GetBounds() override=0
Return a reference to the Prop3D's composite transform.
int * GetDisplayExtent()
The image extent is generally set explicitly, but if not set it will be determined from the input ima...
record modification and/or execution time
int GetZSlice()
Set/Get the current slice number.
abstract specification for renderers
double * GetBounds() override
Get the bounds - either all six at once (xmin, xmax, ymin, ymax, zmin, zmax) or one at a time...
int HasTranslucentPolygonalGeometry() override
Internal method, should only be used by rendering.
Superclass for all sources, filters, and sinks in VTK.
draw an image in a rendered 3D scene
a simple class to control print indentation
topologically and geometrically regular array of data
double GetOpacityMinValue()
Set/Get the object's opacity.
double GetOpacityMaxValue()
Set/Get the object's opacity.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
represents an image in a 3D scene
static vtkImageSlice * New()
Creates an Image with the following defaults: origin(0,0,0) position=(0,0,0) scale=1 visibility=1 pic...
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.