@@ -51,13 +51,13 @@ namespace itk
5151 * \ingroup PerformanceBenchmarking
5252 *
5353 */
54- class PerformanceBenchmarking_EXPORT PerformanceBenchmarkingInformation final : public itk ::Object
54+ class PerformanceBenchmarking_EXPORT PerformanceBenchmarkingInformation final : public itk ::Object
5555{
5656public :
5757 /** Standard class type aliases. */
5858 using Self = PerformanceBenchmarkingInformation ;
59- using Pointer = itk ::SmartPointer < Self > ;
60- using ConstPointer = itk ::SmartPointer < const Self > ;
59+ using Pointer = itk ::SmartPointer < Self > ;
60+ using ConstPointer = itk ::SmartPointer < const Self > ;
6161 using MapKeyType = std ::string ;
6262 using MapValueType = std ::string ;
6363 using MapValueDescriptionType = MapValueType ;
@@ -72,29 +72,35 @@ private:
7272 {
7373 public :
7474 InformationValueType () = default ;
75- InformationValueType ( const InformationValueType & ) = default ;
76- InformationValueType ( InformationValueType && ) = default ;
75+ InformationValueType (const InformationValueType & ) = default ;
76+ InformationValueType (InformationValueType && ) = default ;
7777
7878 const MapValueType m_Value ;
7979 const MapValueDescriptionType m_Description ;
8080 };
81- public :
8281
82+ public :
8383 using MapStorageType = InformationValueType ;
84- using MapType = std ::map < MapKeyType , MapStorageType > ;
84+ using MapType = std ::map < MapKeyType , MapStorageType > ;
8585
8686 /** Run-time type information (and related methods). */
8787 itkOverrideGetNameOfClassMacro (PerformanceBenchmarkingInformation );
8888
8989 /** Returns the global instance */
90- static Pointer New ();
90+ static Pointer
91+ New ();
9192
9293 /** Returns the global singleton instance of the PerformanceBenchmarkingInformation */
93- static Pointer GetInstance ();
94- static const MapType & GetMap ();
95- static const MapValueType GetValue (const MapKeyType && );
96- static const MapValueDescriptionType GetDescription (const MapKeyType && );
97- static const std ::vector < MapKeyType > GetAllKeys ();
94+ static Pointer
95+ GetInstance ();
96+ static const MapType &
97+ GetMap ();
98+ static const MapValueType
99+ GetValue (const MapKeyType && );
100+ static const MapValueDescriptionType
101+ GetDescription (const MapKeyType && );
102+ static const std ::vector < MapKeyType >
103+ GetAllKeys ();
98104
99105private :
100106 ITK_DISALLOW_COPY_AND_MOVE (PerformanceBenchmarkingInformation );
@@ -105,7 +111,7 @@ private:
105111 static std ::mutex m_Mutex ;
106112 static Pointer m_InformationInstance ;
107113 static MapType m_Map ;
108- }; // end of class
114+ }; // end of class
109115
110116} // end namespace itk
111117#endif
0 commit comments