Ignore:
Timestamp:
05/02/06 11:14:52 (18 years ago)
Author:
bittner
Message:

RenderSampler?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.h

    r860 r871  
    6969    */ 
    7070  virtual bool ComputeVisibility() = 0; 
    71    
     71 
     72  /** Post Process the computed visibility. By default applys the visibility filter 
     73          (if specified in the environment and export the preprocessed data */ 
     74  virtual bool PostProcessVisibility(); 
     75 
    7276  /** View cells are either loaded or prepared for generation, according to the chosen environment 
    7377      object. Important evironment options are, e.g, the view cell type. 
     
    163167  bool mComputeVisibility; 
    164168 
     169  bool mExportVisibility; 
     170  string mVisibilityFileName; 
     171   
     172  bool mApplyVisibilityFilter; 
     173   
    165174  GlRendererBuffer *GetRenderer() { return renderer;} 
    166175   
Note: See TracChangeset for help on using the changeset viewer.