134#ifndef vtkImageActor_h
135#define vtkImageActor_h
138#include "vtkRenderingCoreModule.h"
141VTK_ABI_NAMESPACE_BEGIN
219 void GetDisplayBounds(
double bounds[6]);
227 int GetSliceNumber();
228 int GetSliceNumberMax();
229 int GetSliceNumberMin();
242 void SetZSlice(
int z)
244 this->SetDisplayExtent(this->DisplayExtent[0], this->DisplayExtent[1], this->DisplayExtent[2],
245 this->DisplayExtent[3], z, z);
267 vtkGetMacro(ForceOpaque,
bool);
268 vtkSetMacro(ForceOpaque,
bool);
269 vtkBooleanMacro(ForceOpaque,
bool);
282 int DisplayExtent[6];
283 double DisplayBounds[6];
Superclass for all sources, filters, and sinks in VTK.
draw an image in a rendered 3D scene
virtual void SetInputData(vtkImageData *)
Set/Get the image data input for the image actor.
int GetWholeZMax()
Set/Get the current slice number.
virtual vtkTypeBool GetInterpolate()
Turn on/off linear interpolation of the image when rendering.
void GetDisplayExtent(int extent[6])
The image extent is generally set explicitly, but if not set it will be determined from the input ima...
double * GetBounds() override
Get the bounds of this image actor.
int * GetDisplayExtent()
The image extent is generally set explicitly, but if not set it will be determined from the input ima...
double * GetDisplayBounds()
Get the bounds of the data that is displayed by this image actor.
double GetOpacityMaxValue()
Set/Get the object's opacity.
vtkTimeStamp TranslucentComputationTime
virtual vtkImageData * GetInput()
Set/Get the image data input for the image actor.
virtual double GetOpacity()
Set/Get the object's opacity.
virtual void SetOpacity(double)
Set/Get the object's opacity.
vtkTypeBool HasTranslucentPolygonalGeometry() override
Internal method, should only be used by rendering.
static vtkImageActor * New()
Instantiate the image actor.
vtkAlgorithm * GetInputAlgorithm()
virtual void SetInterpolate(vtkTypeBool)
Turn on/off linear interpolation of the image when rendering.
int TranslucentCachedResult
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
double GetOpacityMinValue()
Set/Get the object's opacity.
void SetDisplayExtent(const int extent[6])
The image extent is generally set explicitly, but if not set it will be determined from the input ima...
static int GetOrientationFromExtent(const int extent[6])
Guess the orientation from the extent.
~vtkImageActor() override
int GetWholeZMin()
Set/Get the current slice number.
void SetDisplayExtent(int minX, int maxX, int minY, int maxY, int minZ, int maxZ)
The image extent is generally set explicitly, but if not set it will be determined from the input ima...
int GetZSlice()
Set/Get the current slice number.
topologically and geometrically regular array of data
represents an image in a 3D scene
a simple class to control print indentation
double * GetBounds() override=0
Return a reference to the Prop3D's composite transform.
abstract specification for renderers
record modification and/or execution time
#define VTK_SIZEHINT(...)