Ignore:
Timestamp:
06/18/06 03:47:06 (18 years ago)
Author:
mattausch
Message:

worked on view-object space partition
fixed some loading bugs
fixeds some exporting bugs using line segments
enabling other methods for view space sampling in ViewCellsManager? OBJECT_DIRECTION_BASED_DISTRIBUTION)
added class interface for a sampling strategy

File:
1 edited

Legend:

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

    r1006 r1020  
    2121class RenderSimulator; 
    2222struct VssRayContainer; 
     23class SamplingStrategy; 
    2324 
    2425class GlRendererBuffer; 
     
    8081  bool PrepareViewCells(); 
    8182   
     83  /** Returns the specified sample strategy, NULL if no valid strategy. 
     84  */ 
     85  SamplingStrategy *GenerateSamplingStrategy(const int strategyId) const; 
     86 
    8287  bool 
    8388  Export( const string filename, 
     
    115120        RSS_SILHOUETTE_BASED_DISTRIBUTION, 
    116121        VSS_BASED_DISTRIBUTION, 
    117         OBJECT_DIRECTION_BASED_DISTRIBUTION 
     122        OBJECT_DIRECTION_BASED_DISTRIBUTION, 
     123        OBJECTS_INTERIOR_DISTRIBUTION 
    118124  }; 
    119125   
Note: See TracChangeset for help on using the changeset viewer.