Fraxinus  17.12
An IGT application
cx::SlicedImageProxy Class Reference

Helper class for slicing an image given a SliceProxy and an image. More...

#include <cxSlicedImageProxy.h>

Inheritance diagram for cx::SlicedImageProxy:

Public Member Functions

 SlicedImageProxy ()
 
virtual ~SlicedImageProxy ()
 
void setSliceProxy (SliceProxyInterfacePtr slicer)
 
void setImage (ImagePtr image)
 
ImagePtr getImage () const
 
void setOutputFormat (Vector3D origin, Eigen::Array3i dim, Vector3D spacing)
 
void update ()
 
vtkImageDataPtr getOutput ()
 output 2D sliced image More...
 
vtkImageAlgorithmPtr getOutputPort ()
 output 2D sliced image More...
 
vtkImageDataPtr getOutputWithoutLUT ()
 
vtkImageAlgorithmPtr getOutputPortWithoutLUT ()
 
void printSelf (std::ostream &os, Indent indent)
 

Detailed Description

Helper class for slicing an image given a SliceProxy and an image.

The image is sliced in software using the slice definition from the SliceProxy

Used internally by BlendedSliceRep and SlicerRepSW as the slice engine.

Used by Sonowand 2.1 Used by CustusX

Definition at line 97 of file cxSlicedImageProxy.h.

Constructor & Destructor Documentation

cx::SlicedImageProxy::SlicedImageProxy ( )

-----------------------------------------------------—

-----------------------------------------------------—

Definition at line 144 of file cxSlicedImageProxy.cpp.

cx::SlicedImageProxy::~SlicedImageProxy ( )
virtual

Definition at line 160 of file cxSlicedImageProxy.cpp.

Member Function Documentation

ImagePtr cx::SlicedImageProxy::getImage ( ) const

Definition at line 232 of file cxSlicedImageProxy.cpp.

vtkImageDataPtr cx::SlicedImageProxy::getOutput ( )

output 2D sliced image

Definition at line 237 of file cxSlicedImageProxy.cpp.

vtkImageAlgorithmPtr cx::SlicedImageProxy::getOutputPort ( )

output 2D sliced image

Definition at line 242 of file cxSlicedImageProxy.cpp.

vtkImageAlgorithmPtr cx::SlicedImageProxy::getOutputPortWithoutLUT ( )

Definition at line 252 of file cxSlicedImageProxy.cpp.

vtkImageDataPtr cx::SlicedImageProxy::getOutputWithoutLUT ( )

Definition at line 247 of file cxSlicedImageProxy.cpp.

void cx::SlicedImageProxy::printSelf ( std::ostream &  os,
Indent  indent 
)

Definition at line 276 of file cxSlicedImageProxy.cpp.

void cx::SlicedImageProxy::setImage ( ImagePtr  image)

Definition at line 201 of file cxSlicedImageProxy.cpp.

void cx::SlicedImageProxy::setOutputFormat ( Vector3D  origin,
Eigen::Array3i  dim,
Vector3D  spacing 
)

Definition at line 164 of file cxSlicedImageProxy.cpp.

void cx::SlicedImageProxy::setSliceProxy ( SliceProxyInterfacePtr  slicer)

Definition at line 174 of file cxSlicedImageProxy.cpp.

void cx::SlicedImageProxy::update ( )

Definition at line 257 of file cxSlicedImageProxy.cpp.


The documentation for this class was generated from the following files: