X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmValidator.h;h=9366f62a5160f70920d99167465be90ce0f1975c;hb=80075429b6ab9db9e885b9bb9ae1427530c7bef8;hp=051aec9a5384a3e89d568f462dba6f916b69107a;hpb=c9bfaffe34091b3475d99a80a6d0c45a25f32b35;p=gdcm.git diff --git a/src/gdcmValidator.h b/src/gdcmValidator.h index 051aec9a..9366f62a 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: 2007/08/22 16:14:05 $ + Version: $Revision: 1.7 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -16,15 +16,15 @@ =========================================================================*/ -#ifndef GDCMVALIDATOR_H -#define GDCMVALIDATOR_H +#ifndef _GDCMVALIDATOR_H_ +#define _GDCMVALIDATOR_H_ #include "gdcmRefCounter.h" -namespace gdcm +namespace GDCM_NAME_SPACE { /** - * \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);