35 #ifndef vtkImageResliceMapper_h
36 #define vtkImageResliceMapper_h
38 #include "vtkRenderingImageModule.h"
65 virtual void SetSlicePlane(
vtkPlane *plane);
76 vtkGetMacro(JumpToNearestSlice,
int);
84 vtkGetMacro(SlabThickness,
double);
98 vtkGetMacro(SlabType,
int);
107 virtual const char *GetSlabTypeAsString();
116 vtkSetClampMacro(SlabSampleFactor,
int, 1, 2);
117 vtkGetMacro(SlabSampleFactor,
int);
127 vtkSetClampMacro(ImageSampleFactor,
int, 1, 16);
128 vtkGetMacro(ImageSampleFactor,
int);
138 vtkGetMacro(AutoAdjustImageQuality,
int);
150 vtkGetMacro(ResampleToScreenPixels,
int);
162 vtkGetMacro(SeparateWindowLevelOperation,
int);
215 void CheckerboardImage(
221 void UpdateSliceToWorldMatrix(
vtkCamera *camera);
272 int JumpToNearestSlice;
273 int AutoAdjustImageQuality;
274 int SeparateWindowLevelOperation;
275 double SlabThickness;
277 int SlabSampleFactor;
278 int ImageSampleFactor;
279 int ResampleToScreenPixels;
280 int InternalResampleToScreenPixels;
281 int ResliceNeedUpdate;
interpolate data values from images
#define VTK_IMAGE_SLAB_MAX
Reslice and produce color scalars.
represent and manipulate 4x4 transformation matrices
#define VTK_IMAGE_SLAB_MIN
virtual vtkMTimeType GetMTime()
Override Modifiedtime as we have added Clipping planes.
void GetBounds(double bounds[6])
The bounding box (array of six doubles) of the data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).
#define VTK_IMAGE_SLAB_SUM
#define VTK_IMAGE_SLAB_MEAN
void ReportReferences(vtkGarbageCollector *) override
record modification and/or execution time
map scalar values into colors via a lookup table
abstract specification for renderers
void SetSlabTypeToMin()
The slab type, for thick slicing (default: Mean).
virtual void ReleaseGraphicsResources(vtkWindow *)=0
Release any graphics resources that are being consumed by this mapper.
vtkTypeUInt64 vtkMTimeType
Detect and break reference loops.
void SetSlabTypeToMax()
The slab type, for thick slicing (default: Mean).
window superclass for vtkRenderWindow
a simple class to control print indentation
abstract class for mapping images to the screen
map a slice of a vtkImageData to the screen
a virtual camera for 3D rendering
topologically and geometrically regular array of data
virtual void Render(vtkRenderer *renderer, vtkImageSlice *prop)=0
This should only be called by the renderer.
perform various plane computations
virtual double * GetBounds()=0
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).
virtual void Update()
Bring this algorithm's outputs up-to-date.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
create a window for renderers to draw into
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Handle requests from the pipeline executive.
represents an image in a 3D scene
map a slice of a vtkImageData to the screen
static vtkAlgorithm * New()
void SetSlabTypeToSum()
The slab type, for thick slicing (default: Mean).
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void SetSlabTypeToMean()
The slab type, for thick slicing (default: Mean).
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.