CustusX  2023.01.05-dev+develop.0da12
An IGT application
cx::SimpleSliceProxy Class Reference

#include <cxSliceProxy.h>

Inheritance diagram for cx::SimpleSliceProxy:
cx::SliceProxyInterface

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...
 

Detailed Description

Definition at line 58 of file cxSliceProxy.h.

Constructor & Destructor Documentation

cx::SimpleSliceProxy::SimpleSliceProxy ( )
inline

Definition at line 62 of file cxSliceProxy.h.

virtual cx::SimpleSliceProxy::~SimpleSliceProxy ( )
inlinevirtual

Definition at line 63 of file cxSliceProxy.h.

Member Function Documentation

virtual Transform3D cx::SimpleSliceProxy::get_sMr ( )
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.

void cx::SimpleSliceProxy::set_sMr ( Transform3D  sMr)
inline

Definition at line 64 of file cxSliceProxy.h.

Member Data Documentation

Transform3D cx::SimpleSliceProxy::m_sMr

Definition at line 67 of file cxSliceProxy.h.


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