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

    r1358 r1704  
    2525       */ 
    2626      CFilter(CGarbageCollector& gc, size_t inputSlotsCount, IFilterEngine* engine); 
     27 
     28      StdString virtual GetName(void); 
    2729 
    2830      /*! 
     
    6264      bool virtual isDataExpected(const CDate& date) const; 
    6365 
     66       
     67       
     68 
     69      int filterID; 
     70      StdString expression; 
     71 
    6472    protected: 
    6573      IFilterEngine* engine; //!< The filter engine, might be the filter itself 
Note: See TracChangeset for help on using the changeset viewer.