]> SALOME platform Git repositories - modules/paravis.git/commit
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)
commita48b782f415cefd7f6639046b3e241a22d232b8a
treee77fb5650ec06afd45f8625292373970af93abed
parentaca3b21855b86298b62c50cb6d5ee578c6171da2
Create plugin as a filter which allows analyze difference between two time steps of one data array (field).
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