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

    r641 r1704  
    2020      CPassThroughFilter(CGarbageCollector& gc); 
    2121 
     22      inline StdString GetName(void) {return StdString("Pass through filter");}; 
     23 
    2224    protected: 
    2325      /*! 
     
    2830       */ 
    2931      CDataPacketPtr virtual apply(std::vector<CDataPacketPtr> data); 
     32      void virtual buildGraph(std::vector<CDataPacketPtr> data); 
    3033  }; // class CPassThroughFilter 
    3134} // namespace xios 
Note: See TracChangeset for help on using the changeset viewer.