# # ChangeLog for XIOS/trunk/src/filter # # Generated by Trac 1.0.1 # 05/22/24 15:56:27 Mon, 22 Jun 2015 11:36:17 GMT mhnguyen [620] * XIOS/trunk/inputs/Version2/iodef.xml (modified) * XIOS/trunk/src/client_server_mapping_distributed.hpp (modified) * XIOS/trunk/src/filter/axis_algorithm_transformation.cpp (added) * XIOS/trunk/src/filter/axis_algorithm_transformation.hpp (added) * XIOS/trunk/src/filter/axis_filter.cpp (deleted) * XIOS/trunk/src/filter/axis_filter.hpp (deleted) * XIOS/trunk/src/filter/axis_inverse.cpp (added) * XIOS/trunk/src/filter/axis_inverse.hpp (added) * XIOS/trunk/src/filter/axis_transformation.cpp (deleted) * XIOS/trunk/src/filter/axis_transformation.hpp (deleted) * XIOS/trunk/src/filter/generic_algorithm_transformation.cpp (added) * XIOS/trunk/src/filter/generic_algorithm_transformation.hpp (added) * XIOS/trunk/src/filter/generic_filter.cpp (deleted) * XIOS/trunk/src/filter/generic_filter.hpp (deleted) * XIOS/trunk/src/filter/grid_transformation.cpp (added) * XIOS/trunk/src/filter/grid_transformation.hpp (added) * XIOS/trunk/src/filter/invert_algorithm.cpp (deleted) * XIOS/trunk/src/filter/invert_algorithm.hpp (deleted) * XIOS/trunk/src/filter/transformation_mapping.cpp (added) * XIOS/trunk/src/filter/transformation_mapping.hpp (added) * XIOS/trunk/src/filter/zoom_algorithm.cpp (deleted) * XIOS/trunk/src/filter/zoom_algorithm.hpp (deleted) * XIOS/trunk/src/node/axis.cpp (modified) * XIOS/trunk/src/node/axis.hpp (modified) * XIOS/trunk/src/node/field.cpp (modified) * XIOS/trunk/src/node/field.hpp (modified) * XIOS/trunk/src/node/field_impl.hpp (modified) * XIOS/trunk/src/node/grid.cpp (modified) * XIOS/trunk/src/node/grid.hpp (modified) * XIOS/trunk/src/test/test_new_features.f90 (modified) Implementing generic transformation algorithm (local commit) +) ... Mon, 22 Jun 2015 11:36:12 GMT mhnguyen [619] * XIOS/trunk/inputs/Version2/iodef.xml (modified) * XIOS/trunk/src/config/node_type.conf (modified) * XIOS/trunk/src/config/transformation_attribute.conf (added) * XIOS/trunk/src/declare_virtual_node.hpp (added) * XIOS/trunk/src/filter (added) * XIOS/trunk/src/filter/axis_filter.cpp (added) * XIOS/trunk/src/filter/axis_filter.hpp (added) * XIOS/trunk/src/filter/axis_transformation.cpp (added) * XIOS/trunk/src/filter/axis_transformation.hpp (added) * XIOS/trunk/src/filter/generic_filter.cpp (added) * XIOS/trunk/src/filter/generic_filter.hpp (added) * XIOS/trunk/src/filter/invert_algorithm.cpp (added) * XIOS/trunk/src/filter/invert_algorithm.hpp (added) * XIOS/trunk/src/filter/zoom_algorithm.cpp (added) * XIOS/trunk/src/filter/zoom_algorithm.hpp (added) * XIOS/trunk/src/group_factory_decl.cpp (modified) * XIOS/trunk/src/group_template_decl.cpp (modified) * XIOS/trunk/src/node/axis.cpp (modified) * XIOS/trunk/src/node/axis.hpp (modified) * XIOS/trunk/src/node/context.cpp (modified) * XIOS/trunk/src/node/field.cpp (modified) * XIOS/trunk/src/node/field.hpp (modified) * XIOS/trunk/src/node/field_impl.hpp (modified) * XIOS/trunk/src/node/grid.cpp (modified) * XIOS/trunk/src/node/grid.hpp (modified) * XIOS/trunk/src/node/node_enum.hpp (modified) * XIOS/trunk/src/node/node_type.hpp (modified) * XIOS/trunk/src/node/transformation.cpp (added) * XIOS/trunk/src/node/transformation.hpp (added) * XIOS/trunk/src/node/transformation_enum.hpp (added) * XIOS/trunk/src/object_factory_decl.cpp (modified) * XIOS/trunk/src/object_template_decl.cpp (modified) * XIOS/trunk/src/test/test_new_features.f90 (modified) * XIOS/trunk/src/type/type_util.hpp (modified) * XIOS/trunk/src/virtual_node.hpp (added) * XIOS/trunk/src/visitable.hpp (added) * XIOS/trunk/src/visitor.hpp (added) * XIOS/trunk/src/xml_parser_decl.cpp (modified) Implementing the first prototype of filter +) Create new class filter ...