Ignore:
Timestamp:
06/19/06 16:14:40 (18 years ago)
Author:
mattausch
Message:

added view cells manager for vsposptree

File:
1 edited

Legend:

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

    r1020 r1021  
    706706        case SPATIAL_BOX_BASED_DISTRIBUTION: 
    707707                return new SpatialBoxBasedDistribution(*this); 
    708         case OBJECTS_INTERIOR_DISTRIBUTION: 
    709                 return new ObjectsInteriorDistribution(*this); 
     708        //case OBJECTS_INTERIOR_DISTRIBUTION: 
     709        //      return new ObjectsInteriorDistribution(*this); 
    710710        default: // no valid strategy 
    711711                return NULL; 
Note: See TracChangeset for help on using the changeset viewer.