creaImageIO_lib
creaImageIO::tree Namespace Reference

Classes

struct  TreeData
 Abstract class to store user data on a Tree. More...
 
class  Tree
 An attributed Tree structure. More...
 
class  AttributeDescriptor
 Descriptor of an attribute of a node of a Tree (name, dicom group/element) More...
 
struct  Comparator
 Abstract definition of a comparator of Node. More...
 
struct  ComparatorWithOrder
 Abstract Comparator whose order can be reversed. More...
 
class  LexicographicalComparator
 which performs lexicographical comparison More...
 
struct  IntComparator
 Comparator which compares the values of a given Attribute of the Nodes which is decoded as an int value. More...
 
struct  FloatComparator
 Comparator which compares the values of a given Attribute of the Nodes which is decoded as an float value. More...
 
struct  StringComparator
 Comparator which compares the values of a given Attribute of the Nodes which is decoded as a string value. More...
 
struct  NodePatientNameComparator
 Compares the names of the patients. More...
 
struct  NodePatientSexComparator
 Compares the sex of the patients. More...
 
struct  NodePatientBirthdayComparator
 Compares the birthdays of the patients. More...
 
struct  NodeStudyDateComparator
 Compares the dates of the studies. More...
 
struct  NodeStudyDescriptionComparator
 Compares the description of the studies. More...
 
struct  NodeModalityComparator
 Compares the modality of the series. More...
 
struct  NodeSeriesDescriptionComparator
 Compares the description of the series. More...
 
struct  NodeSeriesDateComparator
 Compares the date of the series. More...
 
struct  NodeImageNumberComparator
 Compares the number of the images. More...
 
struct  NodeSliceLocationComparator
 Compares the location of the images. More...
 
struct  NodeFullFileNameComparator
 Compares the filename of the images. More...
 
class  Descriptor
 Descriptor of the structure of a Tree (number of levels, descriptors of each level, ...). More...
 
class  LevelDescriptor
 Descriptor of a level of a Tree (name, attributes, ...) More...
 
struct  NodeData
 Abstract class to store user data on a Tree node. More...
 
class  Node
 Node of an attributed Tree structure. More...
 

Typedefs

typedef std::map< std::string,
std::string > 
AttributeMapType
 

Typedef Documentation

typedef std::map<std::string,std::string> creaImageIO::tree::AttributeMapType

Definition at line 43 of file creaImageIOTreeAttributeMapType.h.