Go to the documentation of this file.
31 #ifndef vtkImageActor_h
32 #define vtkImageActor_h
34 #include "vtkRenderingCoreModule.h"
79 virtual void SetOpacity(
double);
80 virtual double GetOpacity();
90 void SetDisplayExtent(
const 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);
164 vtkSetMacro(ForceOpaque,
bool);
165 vtkBooleanMacro(ForceOpaque,
bool);
176 static int GetOrientationFromExtent(
const int extent[6]);
178 int DisplayExtent[6];
179 double DisplayBounds[6];
double GetOpacityMaxValue()
Superclass for all sources, filters, and sinks in VTK.
record modification and/or execution time
double * GetBounds() override=0
Get the bounds for this Prop as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
represents an image in a 3D scene
#define VTK_SIZEHINT(...)
static vtkImageSlice * New()
Creates an Image with the following defaults: origin(0,0,0) position=(0,0,0) scale=1 visibility=1 pic...
void SetZSlice(int z)
Set/Get the current slice number.
topologically and geometrically regular array of data
a simple class to control print indentation
vtkTimeStamp TranslucentComputationTime
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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.
abstract specification for renderers
draw an image in a rendered 3D scene
int TranslucentCachedResult
double GetOpacityMinValue()