Salome HOME
Merge remote branch 'origin/master'
[modules/paravis.git] / src / Plugins / MEDReader / IO / vtkGenerateVectors.h
index 8c01c6ac3acdb2cece07b7be78a722e9297b4e2b..55c58563c8bf037bbb17048e3695c5d83e118d0f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2010-2015  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -32,6 +32,9 @@ public:
   static void Operate(vtkFieldData *fd);
   static vtkDoubleArray *Operate2Compo(vtkDoubleArray *oldArr);
   static vtkDoubleArray *OperateMoreThan3Compo(vtkDoubleArray *oldArr);
+  static std::string SuffixFieldName(const std::string& name);
+public:
+  static const char VECTOR_SUFFIX[];
 protected:
   static void UpdateInformationOfArray(vtkDoubleArray *oldArr, vtkDoubleArray *arr);
 };