MeVisLab Toolbox Reference
ml::MultiFileVolumeListRefCounted Class Reference

#include <mlMultiFileVolumeListRefCounted.h>

Inheritance diagram for ml::MultiFileVolumeListRefCounted:
ml::RefCountedBase ml::EventSource ml::Base

Public Member Functions

 MultiFileVolumeListRefCounted ()
 Default constructor.
MultiFileVolumeListgetNonConstOutVolumes ()
 Provides non constant access to list of all imported output volumes.
const MultiFileVolumeListgetConstOutVolumes () const
 Provides constant access to list of all imported output volumes.
Public Member Functions inherited from ml::RefCountedBase
 RefCountedBase ()
 Constructor.
 RefCountedBase (const RefCountedBase &)
 Explicit copy constructor.
virtual void incRefCount () const
 Increases the reference count.
virtual void decRefCount () const
 Decreases the reference count (object will be deleted if the reference count is decremented to 0).
bool isRefCountedBase () const override
 Returns whether the instance is derived from RefCountedBase.
Public Member Functions inherited from ml::EventSource
 EventSource ()
 EventSource (const EventSource &evSource)
 ~EventSource () override
void addEventListener (BaseEventCallback *cb, void *userData)
void removeEventListener (BaseEventCallback *cb, void *userData)
bool hasEventListeners () const
Public Member Functions inherited from ml::Base
 Base ()
 Constructor.
virtual ~Base ()
 Destructor.
virtual BasedeepCopy () const
bool isOfAllowedType (const std::vector< const RuntimeType * > &types) const
virtual std::string detailString () const
virtual bool implementsPersistence (PersistenceInterface) const
virtual std::string persistentState () const
 Returns a string describing the object's internal state.
virtual void setPersistentState (const std::string &state)
virtual void addStateToTree (TreeNode *) const
 Attaches the object state as children of the given parent node.
virtual void readStateFromTree (TreeNode *)
 Reads the object state from the children of the given parent node.
virtual void writeTo (AbstractPersistenceOutputStream *) const
virtual void readFrom (AbstractPersistenceInputStream *, int)

Protected Member Functions

 ~MultiFileVolumeListRefCounted () override
 Protected destructor.
Protected Member Functions inherited from ml::RefCountedBase
 ~RefCountedBase () override
 Destructor.
Protected Member Functions inherited from ml::EventSource
void sendEvent (BaseEvent *event, void *skipListener=nullptr)

Additional Inherited Members

Public Types inherited from ml::Base
enum  PersistenceInterface { PersistenceByString , PersistenceByTreeNode , PersistenceByStream }
 This enum describes the different persistence interfaces available. More...
Static Public Member Functions inherited from ml::RefCountedBase
static void updateReferenceCountingIfSupported (Base *oldValue, Base *newValue, bool &isRefCountedBase)
Protected Attributes inherited from ml::RefCountedBase
std::atomic_int_least32_t _refCount
 Reference count.

Detailed Description

Class managing a list of MultiFileVolume instances for the DirectDicomImport module.

Definition at line 29 of file mlMultiFileVolumeListRefCounted.h.

Constructor & Destructor Documentation

◆ MultiFileVolumeListRefCounted()

ml::MultiFileVolumeListRefCounted::MultiFileVolumeListRefCounted ( )

Default constructor.

Referenced by ~MultiFileVolumeListRefCounted().

◆ ~MultiFileVolumeListRefCounted()

ml::MultiFileVolumeListRefCounted::~MultiFileVolumeListRefCounted ( )
overrideprotected

Protected destructor.

References MultiFileVolumeListRefCounted().

Member Function Documentation

◆ getConstOutVolumes()

const MultiFileVolumeList & ml::MultiFileVolumeListRefCounted::getConstOutVolumes ( ) const

Provides constant access to list of all imported output volumes.

◆ getNonConstOutVolumes()

MultiFileVolumeList & ml::MultiFileVolumeListRefCounted::getNonConstOutVolumes ( )

Provides non constant access to list of all imported output volumes.


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