MeVisLab Toolbox Reference
ml::SRDoc Class Reference

Base object class for passing DSRDocuments between MeVisLab modules. More...

#include <mlSRDocBase.h>

Inheritance diagram for ml::SRDoc:
ml::Base

Public Member Functions

 SRDoc (std::string dcmFileName="", size_t flags=0, DCMTree::Const_TreePtr dcmTree=DCMTree::Const_TreePtr())
 Constructor. More...
 
 ~SRDoc () override
 Destructor. More...
 
void setSRDocumentIOD (DSRDocumentPtr rtDosePtr)
 Set the SRDoc dcmtk object and collect all referenced dcmtk objects. More...
 
DSRDocumentPtr getSRDocumentIOD ()
 Get the SRDoc dcmtk object. More...
 
bool isValid ()
 Return true if wrapped SRDocumentIOD object is valid. More...
 
- Public Member Functions inherited from ml::Base
 Base ()
 Constructor. More...
 
virtual ~Base ()
 Destructor. More...
 
virtual BasedeepCopy () const
 Creates a deep copy of the given object. More...
 
bool isOfAllowedType (const std::vector< const RuntimeType * > &types) const
 Checks whether this object's type is equal to or derived from one of the types given in the argument. More...
 
virtual bool isRefCountedBase () const
 Returns whether the instance is derived from RefCountedBase. More...
 
virtual std::string detailString () const
 Returns a string describing this object. More...
 
virtual bool implementsPersistence (PersistenceInterface) const
 Override this method to declare which persistence interfaces are implemented by your derived class. More...
 
virtual std::string persistentState () const
 Returns a string describing the object's internal state. More...
 
virtual void setPersistentState (const std::string &state)
 Restores the object's internal state from a string that had been previously generated using persistentState(). More...
 
virtual void addStateToTree (TreeNode *) const
 Attaches the object state as children of the given parent node. More...
 
virtual void readStateFromTree (TreeNode *)
 Reads the object state from the children of the given parent node. More...
 
virtual void writeTo (AbstractPersistenceOutputStream *) const
 Writes the objects state to the data stream object. More...
 
virtual void readFrom (AbstractPersistenceInputStream *, int)
 Reads the objects state from the data stream object. More...
 

Public Attributes

std::string recentMessages
 Contains messages from the recent operation if there are any. More...
 

Additional Inherited Members

- Public Types inherited from ml::Base
enum  PersistenceInterface { PersistenceByString , PersistenceByTreeNode , PersistenceByStream }
 This enum describes the different persistence interfaces available. More...
 

Detailed Description

Base object class for passing DSRDocuments between MeVisLab modules.

Definition at line 35 of file mlSRDocBase.h.

Constructor & Destructor Documentation

◆ SRDoc()

ml::SRDoc::SRDoc ( std::string  dcmFileName = "",
size_t  flags = 0,
DCMTree::Const_TreePtr  dcmTree = DCMTree::Const_TreePtr() 
)

Constructor.

Gets a reference to the name of the DICOM file containing the sr document object to be wrapped and flags passed to the document reader. (Error) messages are stored in recentMessages. For the large number of available flags check documentation in file dsrtypes.h of dcmtk and in dsrdoc.h of dcmtk.

◆ ~SRDoc()

ml::SRDoc::~SRDoc ( )
override

Destructor.

Member Function Documentation

◆ getSRDocumentIOD()

DSRDocumentPtr ml::SRDoc::getSRDocumentIOD ( )
inline

Get the SRDoc dcmtk object.

Definition at line 53 of file mlSRDocBase.h.

◆ isValid()

bool ml::SRDoc::isValid ( void  )
inline

Return true if wrapped SRDocumentIOD object is valid.

Definition at line 56 of file mlSRDocBase.h.

◆ setSRDocumentIOD()

void ml::SRDoc::setSRDocumentIOD ( DSRDocumentPtr  rtDosePtr)

Set the SRDoc dcmtk object and collect all referenced dcmtk objects.

Member Data Documentation

◆ recentMessages

std::string ml::SRDoc::recentMessages

Contains messages from the recent operation if there are any.

Definition at line 59 of file mlSRDocBase.h.


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