Ignore:
Timestamp:
01/22/21 12:00:29 (3 years ago)
Author:
yushan
Message:

Graph intermedia commit to a tmp branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_graph/src/filter/temporal_filter.hpp

    r1686 r2019  
    3131                      bool ignoreMissingValue = false); 
    3232 
    33       inline StdString GetName(void) {return StdString("Temporal filter");}; 
    34  
    3533      /*! 
    3634       * Applies the temporal operation to the input data and returns the result when it is ready. 
     
    4038       */ 
    4139      CDataPacketPtr virtual apply(std::vector<CDataPacketPtr> data); 
    42       bool virtual buildGraph(std::vector<CDataPacketPtr> data); 
     40 
     41      void buildWorkflowGraph(std::vector<CDataPacketPtr> data); 
    4342 
    4443      /*! 
     
    5554       */ 
    5655      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; 
    6156 
    6257    private: 
Note: See TracChangeset for help on using the changeset viewer.