Salome HOME
Create plugin as a filter which allows analyze difference between two time steps...
authorrnv <rnv@opencascade.com>
Wed, 26 Nov 2014 10:33:26 +0000 (13:33 +0300)
committerrnv <rnv@opencascade.com>
Wed, 26 Nov 2014 10:33:26 +0000 (13:33 +0300)
commit948ac6699de8555a8aca94ccaeac3e64f15fc444
tree80451d260fee9aae1ad47a4273466355e52cdca9
parente8548ea731de8b9707b1ba8046f4326f90545018
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/CMakeLists.txt
src/Plugins/DifferenceTimesteps/CMakeLists.txt [new file with mode: 0644]
src/Plugins/DifferenceTimesteps/DifferenceTimesteps.xml [new file with mode: 0644]
src/Plugins/DifferenceTimesteps/DifferenceTimestepsGUI.xml [new file with mode: 0644]
src/Plugins/DifferenceTimesteps/pqDifferenceTimesteps.qrc [new file with mode: 0644]
src/Plugins/DifferenceTimesteps/resources/timesteps-icon.png [new file with mode: 0644]
src/Plugins/DifferenceTimesteps/vtkDifferenceTimestepsFilter.cxx [new file with mode: 0644]
src/Plugins/DifferenceTimesteps/vtkDifferenceTimestepsFilter.h [new file with mode: 0644]