MeVisLab Toolbox 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< DcmFileFormat > | DcmFileFormatPtr |
Boost shared pointer managing a DcmFileFormat object. | |
typedef boost::shared_ptr< DVPresentationState > | DVPresentationStatePtr |
Boost shared pointer managing a PresentationState object. | |
Base object class for passing DICOM presentation states between MeVisLab modules.
Definition in file mlPresentationStateBase.h.
typedef boost::shared_ptr<DcmFileFormat> DcmFileFormatPtr |
Boost shared pointer managing a DcmFileFormat object.
Definition at line 29 of file mlPresentationStateBase.h.
typedef boost::shared_ptr<DVPresentationState> DVPresentationStatePtr |
Boost shared pointer managing a PresentationState object.
Definition at line 32 of file mlPresentationStateBase.h.