]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
Create plugin as a filter which allows analyze difference between two time steps...
authormgn <mgn@opencascade.com>
Thu, 20 Nov 2014 11:27:28 +0000 (14:27 +0300)
committerrnv <rnv@opencascade.com>
Wed, 4 Feb 2015 13:25:25 +0000 (16:25 +0300)
Added the following server manager properties:
1. Property is responsible for enumeration the scalar array names of input data set;
2. Property is responsible for specifying the first time step;
3. Property is responsible for specifying the second time step;
4. Property is responsible for specifying the prefix of new array name.
Filter is capable of reading various data objects.
Also filter can return the corresponding errors if the input data are not correct or property of user interface controls is invalid.
This filter appointed into "Temporal" group of filters.
Added the icon to this filter.

src/Plugins/DifferenceTimesteps/CMakeLists.txt
src/Plugins/DifferenceTimesteps/vtkDifferenceTimestepsFilter.cxx
src/Plugins/DifferenceTimesteps/vtkDifferenceTimestepsFilter.h

index 5208ade7e3679c96ac95c162e9319c4384aadde8..0568f112a1f34a91209d7157ee319bcf3cea97b3 100644 (file)
@@ -16,7 +16,6 @@
 #
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
-# Author : Maxim Glibin
 
 PROJECT(DifferenceTimesteps)
 
index 7749f9c15e56bbfb9561cd479f88c2c753104f9f..9a8b3aa34ced7d7b72b55c56c3a20b03c1ce06fb 100644 (file)
@@ -15,8 +15,6 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-// Author : Maxim Glibin
 
 #include "vtkDifferenceTimestepsFilter.h"
 
index 12bbf63cec6857be177dfda881d82c56ce408322..df06db6fb9b05536034b01d79f85b372f7efa8ef 100644 (file)
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-// Author : Maxim Glibin
 
-#ifndef __DifferenceTimestepsFilter_h_
-#define __DifferenceTimestepsFilter_h_
+#ifndef __DifferenceTimestepsFilter_h
+#define __DifferenceTimestepsFilter_h
 
 #include <vtkMultiTimeStepAlgorithm.h>
 
@@ -145,4 +143,4 @@ private:
   bool VerifyArrays(vtkDataArray **theArrays, int theNumArrays);
 };
 
-#endif // __DifferenceTimestepsFilter_h_
+#endif // __DifferenceTimestepsFilter_h