![]() |
Fraxinus
2023.01.05-dev+develop.0da12
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 58 of file cxSliceProxy.h.
|
inline |
Definition at line 62 of file cxSliceProxy.h.
|
inlinevirtual |
Definition at line 63 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 65 of file cxSliceProxy.h.
|
inline |
Definition at line 64 of file cxSliceProxy.h.
| Transform3D cx::SimpleSliceProxy::m_sMr |
Definition at line 67 of file cxSliceProxy.h.