Go to the documentation of this file.
37 #ifndef vtkImageActor_h
38 #define vtkImageActor_h
40 #include "vtkRenderingCoreModule.h"
85 virtual void SetOpacity(
double);
86 virtual double GetOpacity();
96 void SetDisplayExtent(
const int extent[6]);
97 void SetDisplayExtent(
int minX,
int maxX,
int minY,
int maxY,
99 void GetDisplayExtent(
int extent[6]);
121 double *GetDisplayBounds();
122 void GetDisplayBounds(
double bounds[6]);
130 int GetSliceNumber();
131 int GetSliceNumberMax();
132 int GetSliceNumberMin();
146 this->DisplayExtent[0], this->DisplayExtent[1],
147 this->DisplayExtent[2], this->DisplayExtent[3], z, z);
169 vtkGetMacro(ForceOpaque,
bool);
170 vtkSetMacro(ForceOpaque,
bool);
171 vtkBooleanMacro(ForceOpaque,
bool);
182 static int GetOrientationFromExtent(
const int extent[6]);
184 int DisplayExtent[6];
185 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.
abstract specification for renderers
draw an image in a rendered 3D scene
int TranslucentCachedResult
vtkTypeBool HasTranslucentPolygonalGeometry() override
Internal method, should only be used by rendering.
double GetOpacityMinValue()