CustusX
22.04-rc5
An IGT application
|
Slice volumes using a SliceProxy. More...
#include <cxImage2DRep3D.h>
Public Member Functions | |
virtual | ~Image2DProxy () |
void | setImage (ImagePtr image) |
void | setTargetSpaceToR () |
use to draw the slice in 3D r space instead of in 2D s space. More... | |
vtkImageActorPtr | getActor () |
void | setTransformOffset (Transform3D rMrr) |
Static Public Member Functions | |
static Image2DProxyPtr | New () |
Protected Member Functions | |
Image2DProxy () | |
Slice volumes using a SliceProxy.
The functionality is equal to SlicedImageProxy, but the actual slicing is performed by loading the image into the GPU as a 3D texture and slicing it there, using the GPU.
Used by Sonowand and Sintef.
Created on: Oct 13, 2011 Author: christiana
Definition at line 45 of file cxImage2DRep3D.h.
|
virtual |
Definition at line 36 of file cxImage2DRep3D.cpp.
|
protected |
Definition at line 29 of file cxImage2DRep3D.cpp.
vtkImageActorPtr cx::Image2DProxy::getActor | ( | ) |
Definition at line 46 of file cxImage2DRep3D.cpp.
|
static |
Definition at line 41 of file cxImage2DRep3D.cpp.
void cx::Image2DProxy::setImage | ( | ImagePtr | image | ) |
Definition at line 51 of file cxImage2DRep3D.cpp.
void cx::Image2DProxy::setTargetSpaceToR | ( | ) |
use to draw the slice in 3D r space instead of in 2D s space.
void cx::Image2DProxy::setTransformOffset | ( | Transform3D | rMrr | ) |
Definition at line 115 of file cxImage2DRep3D.cpp.