source: XIOS/trunk/src/filter/zoom_algorithm.cpp @ 619

Last change on this file since 619 was 619, checked in by mhnguyen, 9 years ago

Implementing the first prototype of filter

+) Create new class filter
+) Implement class for specific algorithm
+) Implement inversing algorithm

Test
+) On Curie
+) Grid with one axis: passed

File size: 157 bytes
Line 
1#include "zoom_algorithm.hpp"
2
3namespace xios {
4CZoomAlgorithm::CZoomAlgorithm()
5{
6  //ctor
7}
8
9void CZoomAlgorithm::operate(CAxisFilter& axisFilter)
10{
11
12}
13
14}
Note: See TracBrowser for help on using the repository browser.