Ignore:
Timestamp:
05/22/19 17:26:47 (5 years ago)
Author:
yushan
Message:

MARK: branch merged with trunk @1663. static graph OK with EP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/filter/filter.hpp

    r1358 r1668  
    2323       * \param inputSlotsCount the number of input slots 
    2424       * \param engine the filter engine 
     25       * \param buildWorkflowGraph indicates whether data will be visualized 
    2526       */ 
    26       CFilter(CGarbageCollector& gc, size_t inputSlotsCount, IFilterEngine* engine); 
     27      CFilter(CGarbageCollector& gc, size_t inputSlotsCount, IFilterEngine* engine, bool buildWorkflowGraph = false); 
     28 
     29      StdString virtual GetName(void); 
    2730 
    2831      /*! 
Note: See TracChangeset for help on using the changeset viewer.