Ignore:
Timestamp:
09/11/19 10:22:09 (5 years ago)
Author:
yushan
Message:

Introducing the new graph functionality. Attribute build_workflow_graph=.TRUE. is used in the field definition section in the xml file to enable the workflow graph of the field and other fields referecing to it. A more detailed document will be available soon on the graph fuctionality.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/filter/temporal_filter.hpp

    r1473 r1704  
    3131                      bool ignoreMissingValue = false); 
    3232 
     33      inline StdString GetName(void) {return StdString("Temporal filter");}; 
     34 
    3335      /*! 
    3436       * Applies the temporal operation to the input data and returns the result when it is ready. 
     
    3840       */ 
    3941      CDataPacketPtr virtual apply(std::vector<CDataPacketPtr> data); 
     42      bool virtual buildGraph(std::vector<CDataPacketPtr> data); 
    4043 
    4144      /*! 
     
    5255       */ 
    5356      bool virtual isDataExpected(const CDate& date) const; 
     57      std::vector<int > filterIDoutputs; 
     58      std::vector<std::pair<int, int> > filterIDoutputs_pair; 
     59 
     60      StdString temp_op; 
    5461 
    5562    private: 
Note: See TracChangeset for help on using the changeset viewer.