MeVisLab Toolbox Reference
ml::DMTagDirectory Class Reference

Representation for the DM file as data structure. More...

#include <mlDMTagDirectory.h>

Public Member Functions

 DMTagDirectory ()
 Constructor. More...
 
DMTagPtrVectorgetTags () const
 Provides access to the actual map. More...
 
DMTagPtr getTag (const std::string &label) const
 Returns the first tag with label or nullptr if not found. More...
 
DMTagPtrVector getTags (const std::string &label) const
 Returns all tags with label or an empty vector if not found. More...
 

Detailed Description

Representation for the DM file as data structure.

Definition at line 24 of file mlDMTagDirectory.h.

Constructor & Destructor Documentation

◆ DMTagDirectory()

ml::DMTagDirectory::DMTagDirectory ( )

Constructor.

Member Function Documentation

◆ getTag()

DMTagPtr ml::DMTagDirectory::getTag ( const std::string &  label) const

Returns the first tag with label or nullptr if not found.

◆ getTags() [1/2]

DMTagPtrVector& ml::DMTagDirectory::getTags ( ) const

Provides access to the actual map.

◆ getTags() [2/2]

DMTagPtrVector ml::DMTagDirectory::getTags ( const std::string &  label) const

Returns all tags with label or an empty vector if not found.


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