Ignore:
Timestamp:
06/25/19 16:14:54 (5 years ago)
Author:
yushan
Message:

MARK: Dynamic workflow graph developement. Branch up to date with trunk @1663.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/filter/spatial_transform_filter.hpp

    r1668 r1677  
    101101  { 
    102102    public: 
     103 
     104      int filterID; 
     105      int tag; 
    103106      /*! 
    104107       * Returns the engine wrapping the specified grid transformation. 
     
    117120       * \return the result of the grid transformation 
    118121       */ 
    119       CDataPacketPtr applyFilter(std::vector<CDataPacketPtr> data, double defaultValue = 0); 
     122      CDataPacketPtr applyFilter(std::vector<CDataPacketPtr> data, double defaultValue = 0, int tag=0, StdString fieldID=0); 
    120123 
    121124       /*! 
Note: See TracChangeset for help on using the changeset viewer.