CustusX
16.5.0-rc9
An IGT application
|
#include <cxSliceProxy.h>
Public Member Functions | |
SimpleSliceProxy () | |
virtual | ~SimpleSliceProxy () |
void | set_sMr (Transform3D sMr) |
virtual Transform3D | get_sMr () |
get slice transform, i.e. the matrix sMr transforming a point p in ref to slice space. More... | |
Public Member Functions inherited from cx::SliceProxyInterface | |
virtual | ~SliceProxyInterface () |
void | printSelf (std::ostream &os, Indent indent) |
Public Attributes | |
Transform3D | m_sMr |
Additional Inherited Members | |
Signals inherited from cx::SliceProxyInterface | |
void | transformChanged (Transform3D sMr) |
emitted when transform is changed. More... | |
Definition at line 78 of file cxSliceProxy.h.
|
inline |
Definition at line 82 of file cxSliceProxy.h.
|
inlinevirtual |
Definition at line 83 of file cxSliceProxy.h.
|
inlinevirtual |
get slice transform, i.e. the matrix sMr transforming a point p in ref to slice space.
Implements cx::SliceProxyInterface.
Definition at line 85 of file cxSliceProxy.h.
|
inline |
Definition at line 84 of file cxSliceProxy.h.
Transform3D cx::SimpleSliceProxy::m_sMr |
Definition at line 87 of file cxSliceProxy.h.