Changeset 1769 for GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.cpp
- Timestamp:
- 11/20/06 11:35:26 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.cpp
r1768 r1769 986 986 case SamplingStrategy::REVERSE_OBJECT_BASED_DISTRIBUTION: 987 987 return new ReverseObjectBasedDistribution(*this); 988 case SamplingStrategy::VIEWCELL_BORDER_BASED_DISTRIBUTION: 989 return new ViewCellBorderBasedDistribution(*this); 988 990 //case OBJECTS_INTERIOR_DISTRIBUTION: 989 991 // return new ObjectsInteriorDistribution(*this);
Note: See TracChangeset
for help on using the changeset viewer.