X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmValidator.h;h=752e3b18c1815f07a13d7732ca02f6ee28e15b0b;hb=a585fafed1e72e092c6a1942c8692991c1688e7f;hp=051aec9a5384a3e89d568f462dba6f916b69107a;hpb=99e079e58ab22c48c2ce2d9034e3beed83ad9aab;p=gdcm.git diff --git a/src/gdcmValidator.h b/src/gdcmValidator.h index 051aec9a..752e3b18 100644 --- a/src/gdcmValidator.h +++ b/src/gdcmValidator.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmValidator.h,v $ Language: C++ - Date: $Date: 2005/11/18 11:07:53 $ - Version: $Revision: 1.2 $ + Date: $Date: 2005/11/21 09:46:27 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -24,7 +24,7 @@ namespace gdcm { /** - * \brief + * \brief Class to perform some verifications on a gdcm::Document */ class ElementSet; class GDCM_EXPORT Validator : public RefCounter @@ -32,6 +32,8 @@ class GDCM_EXPORT Validator : public RefCounter gdcmTypeMacro(Validator); public: + +/// \brief Constructs a Validator with a RefCounter static Validator *New() {return new Validator();} void SetInput(ElementSet *input);