X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmValidator.h;h=a5930876783620418bf20b8ee6fc48cd544aa3e1;hb=c4e7cd167fff93d40374a4cd88dbeab78797127f;hp=051aec9a5384a3e89d568f462dba6f916b69107a;hpb=c9bfaffe34091b3475d99a80a6d0c45a25f32b35;p=gdcm.git diff --git a/src/gdcmValidator.h b/src/gdcmValidator.h index 051aec9a..a5930876 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/28 16:31:24 $ + Version: $Revision: 1.5 $ 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);