]> Creatis software - creaImageIO.git/blobdiff - src2/README.txt
remove deprecated
[creaImageIO.git] / src2 / README.txt
index c62bb9284c66ac7401c5dc50fd284891d94db081..fbe4fd90bf60ff59c01fd08b6fffd819c662120d 100644 (file)
@@ -27,9 +27,9 @@ ComparatorWithOrder : Abstract Comparator whose order can be reversed
                    Concrete comparison is done by method compare(Node* const &, Node* const &)
 LexicographicalComparator :  A Comparator which stores a vector of Comparators and which performs lexicographical comparison               
 
-IntComparator : Compares the values of a given Attribute of the Nodes which is decoded as an int value
-FloatComparator : Compares the values of a given Attribute of the Nodes which is decoded as a float value
-StringComparator : Compares the values of a given Attribute of the Nodes which is decoded as a string value
+IntComparator    : Compares the values of a given Attribute of the Nodes which is decoded as an int    value
+FloatComparator  : Compares the values of a given Attribute of the Nodes which is decoded as a  float  value
+StringComparator : Compares the values of a given Attribute of the Nodes which is decoded as a  string value
 
 
 * Models : TreeHandler and descendants