MeVisLab Toolbox Reference
mlPresentationStateBase.h File Reference

Base object class for passing DICOM presentation states between MeVisLab modules. More...

#include "MLMultiFileVolumeListDcmtkOutputsSystem.h"
#include "mlBase.h"
#include <FMEThirdPartyWarningsDisable.h>
#include <boost/shared_ptr.hpp>
#include <dcmtk/dcmdata/dcdatset.h>
#include <dcmtk/dcmdata/dcfilefo.h>
#include "dcmtk/dcmpstat/dcmpstat.h"
#include "dcmtk/dcmpstat/dvpstat.h"
#include "dcmtk/dcmpstat/dvpstx.h"
#include "dcmtk/dcmpstat/dvpsgr.h"
#include "dcmtk/dcmpstat/dvpscu.h"
#include <FMEThirdPartyWarningsRestore.h>

Go to the source code of this file.

Classes

class  ml::PresentationState
 Base object class for passing DVPresentationState objects between MeVisLab modules. More...
 

Namespaces

namespace  ml
 Main documentation file for ML users and developers.
 

Typedefs

typedef boost::shared_ptr< DcmFileFormatDcmFileFormatPtr
 Boost shared pointer managing a DcmFileFormat object.
 
typedef boost::shared_ptr< DVPresentationStateDVPresentationStatePtr
 Boost shared pointer managing a PresentationState object.
 

Detailed Description

Base object class for passing DICOM presentation states between MeVisLab modules.

Author
Wolf Spindler
Date
03/2010

Definition in file mlPresentationStateBase.h.

Typedef Documentation

◆ DcmFileFormatPtr

Boost shared pointer managing a DcmFileFormat object.

Definition at line 29 of file mlPresentationStateBase.h.

◆ DVPresentationStatePtr

Boost shared pointer managing a PresentationState object.

Definition at line 32 of file mlPresentationStateBase.h.