Salome HOME
Merge branch 'master' into V7_5_BR
[modules/paravis.git] / src / Plugins / MEDReader / IO / vtkGenerateVectors.h
index c35dd0f10a6b2255cbe960ac092b2a666ee19f85..bb3a2245f6729b025adb607f2b8355406c20ce16 100644 (file)
@@ -3,7 +3,7 @@
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -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);
 };