X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FTDF%2FTDF_AttributeIterator.hxx;h=4a1c831e17f38322e4c691e5507f6c34bf8b5c18;hb=c1a688e9fb56894fd51c9c322f80d00f022f0695;hpb=21b1980f0503c68bc6a077dfed3789ce28cba13d diff --git a/src/TDF/TDF_AttributeIterator.hxx b/src/TDF/TDF_AttributeIterator.hxx index 4688545152..4a1c831e17 100644 --- a/src/TDF/TDF_AttributeIterator.hxx +++ b/src/TDF/TDF_AttributeIterator.hxx @@ -26,16 +26,20 @@ #include #include -// DO NOT USE THIS CLASS WITHOUT AUTHORIZATION! -// // This class provides a way to iterates on the // up-to-date (current) valid attributes of a label. // -// Even a Forgotten attribute may be found if this +// This class should not be used for standard attributes workflow. +// Application allways knows what to search at particular label. +// So, use IsAttribute and FindAttibute methods of +// TDF_Label to check and get attributes in usual way. +// This class may be used for processing of content of labels +// in generic way, like copy-tool, specific save/restore algorithms, +// etc. +// +// Even a forgotten attribute may be found if this // option is set. To use this possibility, look at // the constructor. -// -// Sorry: nobody needs this iterator but its friends! class TDF_AttributeIterator {