|
NorMIT-nav
22.09
An IGT application
|
Go to the documentation of this file.
37 return boost::dynamic_pointer_cast<Image>(this->
getData(uid));
42 return boost::dynamic_pointer_cast<Mesh>(this->
getData(uid));
47 return boost::dynamic_pointer_cast<TrackedStream>(this->
getData(uid));
Helper class for xml files used to store ssc/cx data.
Namespace for all CustusX production code.
virtual std::map< QString, DataPtr > getData() const =0
Handles transfer function presets.
boost::shared_ptr< class Mesh > MeshPtr
virtual PresetTransferFunctions3DPtr getPresetTransferFunctions3D() const
boost::shared_ptr< class TransferFunctions3DPresets > PresetTransferFunctions3DPtr
boost::shared_ptr< class Image > ImagePtr
virtual TrackedStreamPtr getTrackedStream(const QString &uid) const
virtual ImagePtr getImage(const QString &uid) const
virtual MeshPtr getMesh(const QString &uid) const
boost::shared_ptr< class TrackedStream > TrackedStreamPtr