VTK
|
map a slice of a vtkImageData to the screen More...
#include <vtkImageSliceMapper.h>
map a slice of a vtkImageData to the screen
vtkImageSliceMapper is a mapper that will draw a 2D image, or a slice of a 3D image. For 3D images, the slice may be oriented in the X, Y, or Z direction. This mapper works via 2D textures with accelerated zoom and pan operations.
Definition at line 41 of file vtkImageSliceMapper.h.
Reimplemented from vtkImageMapper3D.
Reimplemented in vtkOpenGLImageSliceMapper.
Definition at line 45 of file vtkImageSliceMapper.h.
vtkImageSliceMapper::vtkImageSliceMapper | ( | ) | [protected] |
vtkImageSliceMapper::~vtkImageSliceMapper | ( | ) | [protected] |
static vtkImageSliceMapper* vtkImageSliceMapper::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm.
Reimplemented in vtkOpenGLImageSliceMapper.
static int vtkImageSliceMapper::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkImageMapper3D.
Reimplemented in vtkOpenGLImageSliceMapper.
virtual int vtkImageSliceMapper::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkImageMapper3D.
Reimplemented in vtkOpenGLImageSliceMapper.
static vtkImageSliceMapper* vtkImageSliceMapper::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkImageMapper3D.
Reimplemented in vtkOpenGLImageSliceMapper.
virtual vtkObjectBase* vtkImageSliceMapper::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkImageMapper3D.
Reimplemented in vtkOpenGLImageSliceMapper.
Reimplemented from vtkImageMapper3D.
Reimplemented in vtkOpenGLImageSliceMapper.
void vtkImageSliceMapper::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkImageMapper3D.
Reimplemented in vtkOpenGLImageSliceMapper.
virtual void vtkImageSliceMapper::SetSliceNumber | ( | int | slice | ) | [virtual] |
The slice to display, if there are multiple slices.
virtual int vtkImageSliceMapper::GetSliceNumber | ( | ) | [virtual] |
The slice to display, if there are multiple slices.
virtual int vtkImageSliceMapper::GetSliceNumberMinValue | ( | ) | [virtual] |
Use GetSliceNumberMinValue() and GetSliceNumberMaxValue() to get the range of allowed slices. These methods call UpdateInformation as a side-effect.
virtual int vtkImageSliceMapper::GetSliceNumberMaxValue | ( | ) | [virtual] |
Use GetSliceNumberMinValue() and GetSliceNumberMaxValue() to get the range of allowed slices. These methods call UpdateInformation as a side-effect.
virtual void vtkImageSliceMapper::SetOrientation | ( | int | ) | [virtual] |
Set the orientation of the slices to display. The default orientation is 2, which is Z.
virtual int vtkImageSliceMapper::GetOrientation | ( | ) | [virtual] |
Set the orientation of the slices to display. The default orientation is 2, which is Z.
void vtkImageSliceMapper::SetOrientationToX | ( | ) | [inline] |
Set the orientation of the slices to display. The default orientation is 2, which is Z.
Definition at line 67 of file vtkImageSliceMapper.h.
void vtkImageSliceMapper::SetOrientationToY | ( | ) | [inline] |
Set the orientation of the slices to display. The default orientation is 2, which is Z.
Definition at line 68 of file vtkImageSliceMapper.h.
void vtkImageSliceMapper::SetOrientationToZ | ( | ) | [inline] |
Set the orientation of the slices to display. The default orientation is 2, which is Z.
Definition at line 69 of file vtkImageSliceMapper.h.
virtual void vtkImageSliceMapper::SetCropping | ( | int | ) | [virtual] |
Use the specified CroppingRegion. The default is to display the full slice.
virtual void vtkImageSliceMapper::CroppingOn | ( | ) | [virtual] |
Use the specified CroppingRegion. The default is to display the full slice.
virtual void vtkImageSliceMapper::CroppingOff | ( | ) | [virtual] |
Use the specified CroppingRegion. The default is to display the full slice.
virtual int vtkImageSliceMapper::GetCropping | ( | ) | [virtual] |
Use the specified CroppingRegion. The default is to display the full slice.
Set the display extent. This is ignored unless Cropping is set.
virtual void vtkImageSliceMapper::SetCroppingRegion | ( | int | [6] | ) | [virtual] |
Set the display extent. This is ignored unless Cropping is set.
virtual int* vtkImageSliceMapper::GetCroppingRegion | ( | ) | [virtual] |
Set the display extent. This is ignored unless Cropping is set.
virtual void vtkImageSliceMapper::GetCroppingRegion | ( | int & | , |
int & | , | ||
int & | , | ||
int & | , | ||
int & | , | ||
int & | |||
) | [virtual] |
Set the display extent. This is ignored unless Cropping is set.
virtual void vtkImageSliceMapper::GetCroppingRegion | ( | int | [6] | ) | [virtual] |
Set the display extent. This is ignored unless Cropping is set.
virtual void vtkImageSliceMapper::Update | ( | ) | [virtual] |
Override Update to handle some tricky details.
Reimplemented from vtkAlgorithm.
virtual void vtkImageSliceMapper::Update | ( | int | port | ) | [virtual] |
Override Update to handle some tricky details.
Reimplemented from vtkAlgorithm.
virtual void vtkImageSliceMapper::Render | ( | vtkRenderer * | renderer, |
vtkImageSlice * | prop | ||
) | [virtual] |
This should only be called by the renderer.
Implements vtkImageMapper3D.
Reimplemented in vtkOpenGLImageSliceMapper.
virtual void vtkImageSliceMapper::ReleaseGraphicsResources | ( | vtkWindow * | ) | [virtual] |
Release any graphics resources that are being consumed by this mapper. The parameter window is used to determine which graphic resources to release.
Implements vtkImageMapper3D.
Reimplemented in vtkOpenGLImageSliceMapper.
unsigned long vtkImageSliceMapper::GetMTime | ( | ) | [virtual] |
Get the mtime for the mapper.
Reimplemented from vtkAbstractMapper.
double* vtkImageSliceMapper::GetBounds | ( | ) | [virtual] |
The bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).
Implements vtkAbstractMapper3D.
void vtkImageSliceMapper::GetBounds | ( | double | bounds[6] | ) | [inline, virtual] |
The bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).
Reimplemented from vtkAbstractMapper3D.
Definition at line 107 of file vtkImageSliceMapper.h.
virtual void vtkImageSliceMapper::GetSlicePlaneInDataCoords | ( | vtkMatrix4x4 * | propMatrix, |
double | plane[4] | ||
) | [virtual] |
Get the plane as a homogeneous 4-vector that gives the plane equation coefficients. It is computed from the Orientation and SliceNumber, the propMatrix is unused and can be zero.
Reimplemented from vtkImageMapper3D.
virtual int vtkImageSliceMapper::ProcessRequest | ( | vtkInformation * | request, |
vtkInformationVector ** | inInfo, | ||
vtkInformationVector * | outInfo | ||
) | [virtual] |
Handle requests from the pipeline executive.
Reimplemented from vtkImageMapper3D.
void vtkImageSliceMapper::SetPoints | ( | vtkPoints * | points | ) | [protected] |
Set points that describe a polygon on which the slice will be rendered.
vtkPoints* vtkImageSliceMapper::GetPoints | ( | ) | [inline, protected] |
Set points that describe a polygon on which the slice will be rendered.
Definition at line 134 of file vtkImageSliceMapper.h.
void vtkImageSliceMapper::SetExactPixelMatch | ( | int | v | ) | [inline, protected] |
Force linear interpolation. Internal method, for when this mapper is used as a helper class.
Definition at line 140 of file vtkImageSliceMapper.h.
void vtkImageSliceMapper::SetPassColorData | ( | int | v | ) | [inline, protected] |
Pass color data. Internal method, for when this mapper is used as a helper class.
Definition at line 147 of file vtkImageSliceMapper.h.
void vtkImageSliceMapper::SetDisplayExtent | ( | int | extent[6] | ) | [inline, protected] |
Set the display extent. Internal method, for when this mapper is used as a helper class.
Definition at line 154 of file vtkImageSliceMapper.h.
int vtkImageSliceMapper::GetOrientationFromCamera | ( | vtkMatrix4x4 * | propMatrix, |
vtkCamera * | camera | ||
) | [protected] |
Get the camera orientation as a simple integer [0,1,2,3,4,5] that indicates one of the six major directions. The integers 0,1,2 are x,y,z and 3,4,5 are -x,-y,-z.
int vtkImageSliceMapper::GetSliceFromCamera | ( | vtkMatrix4x4 * | propMatrix, |
vtkCamera * | camera | ||
) | [protected] |
Get the current slice as the one closest to the focal point.
static void vtkImageSliceMapper::GetDimensionIndices | ( | int | orientation, |
int & | xdim, | ||
int & | ydim | ||
) | [static, protected] |
Get the dimension indices according to the orientation.
friend class vtkImageResliceMapper [friend] |
Definition at line 190 of file vtkImageSliceMapper.h.
int vtkImageSliceMapper::SliceNumber [protected] |
Definition at line 174 of file vtkImageSliceMapper.h.
int vtkImageSliceMapper::SliceNumberMinValue [protected] |
Definition at line 175 of file vtkImageSliceMapper.h.
int vtkImageSliceMapper::SliceNumberMaxValue [protected] |
Definition at line 176 of file vtkImageSliceMapper.h.
int vtkImageSliceMapper::Orientation [protected] |
Definition at line 177 of file vtkImageSliceMapper.h.
int vtkImageSliceMapper::Cropping [protected] |
Definition at line 178 of file vtkImageSliceMapper.h.
int vtkImageSliceMapper::CroppingRegion[6] [protected] |
Definition at line 179 of file vtkImageSliceMapper.h.
int vtkImageSliceMapper::DisplayExtent[6] [protected] |
Definition at line 180 of file vtkImageSliceMapper.h.
int vtkImageSliceMapper::ExactPixelMatch [protected] |
Definition at line 181 of file vtkImageSliceMapper.h.
int vtkImageSliceMapper::PassColorData [protected] |
Definition at line 182 of file vtkImageSliceMapper.h.
vtkPoints* vtkImageSliceMapper::Points [protected] |
Definition at line 183 of file vtkImageSliceMapper.h.
vtkTimeStamp vtkImageSliceMapper::UpdateTime [protected] |
Definition at line 184 of file vtkImageSliceMapper.h.