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/source_filter.hpp

    r1637 r1704  
    3535                    double defaultValue = 0.0); 
    3636 
     37      inline StdString GetName(void) {return StdString("Source filter");}; 
     38 
    3739      /*! 
    3840       * Transforms the data received from the model into a packet and send it 
     
    4547      template <int N> 
    4648      void streamData(CDate date, const CArray<double, N>& data); 
     49 
     50      void virtual buildGraph(CDataPacketPtr packet); 
    4751 
    4852      /*! 
     
    6266       */ 
    6367      void signalEndOfStream(CDate date); 
     68      int filterID; 
    6469 
    6570    private: 
Note: See TracChangeset for help on using the changeset viewer.