35 void Print(std::ostream &)
const;
41 bool ConstructFromString(
const char *path);
44 static bool IsValid(
const char *path);
47 bool ConstructFromTagList(
Tag const *l,
unsigned int n);
49 bool Push(
Tag const & t);
50 bool Push(
unsigned int itemnum);
53 std::vector<Tag> Path;
58 #endif //GDCMTAGPATH_H
#define GDCM_EXPORT
Definition: gdcmWin32.h:34
class to handle a path of tag.
Definition: gdcmTagPath.h:30
Class to represent a DICOM Data Element (Attribute) Tag (Group, Element). Basically an uint32_t which...
Definition: gdcmTag.h:38