Ignore:
Timestamp:
11/20/06 11:35:26 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1768 r1769  
    986986        case SamplingStrategy::REVERSE_OBJECT_BASED_DISTRIBUTION: 
    987987                return new ReverseObjectBasedDistribution(*this); 
     988        case SamplingStrategy::VIEWCELL_BORDER_BASED_DISTRIBUTION: 
     989                return new ViewCellBorderBasedDistribution(*this); 
    988990        //case OBJECTS_INTERIOR_DISTRIBUTION: 
    989991        //      return new ObjectsInteriorDistribution(*this); 
Note: See TracChangeset for help on using the changeset viewer.