]> Creatis software - gdcm.git/blobdiff - src/gdcmVR.h
Coding Style + Doxygenation
[gdcm.git] / src / gdcmVR.h
index 0c658b643e60a247d64ed8f5da1c87f80bdb888e..8071f48e4a351c29bceee970a08488ab122bdbd7 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmVR.h,v $
   Language:  C++
-  Date:      $Date: 2005/01/06 17:16:16 $
-  Version:   $Revision: 1.16 $
+  Date:      $Date: 2005/01/06 20:03:28 $
+  Version:   $Revision: 1.17 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -45,12 +45,13 @@ public:
    ~VR();
 
    void Print(std::ostream &os = std::cout);
-   int Count(VRKey const & key);
-   bool IsVROfBinaryRepresentable(VRKey const & tested);
-   bool IsVROfStringRepresentable(VRKey const & tested);
-   bool IsVROfSequence(VRKey const & tested);
 
-   bool IsValidVR(VRKey const & key);
+   int Count(VRKey const &key);
+   bool IsVROfBinaryRepresentable(VRKey const &tested);
+   bool IsVROfStringRepresentable(VRKey const &tested);
+   bool IsVROfSequence(VRKey const &tested);
+
+   bool IsValidVR(VRKey const &key);
 
 private:
    VRHT vr;