Ignore:
Timestamp:
07/05/06 10:43:45 (18 years ago)
Author:
mattausch
Message:

version for performance testing

File:
1 edited

Legend:

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

    r860 r1076  
    4646        /** Returns supporting plane of this polygon. 
    4747        */ 
    48         Plane3 GetSupportingPlane() const; 
     48        Plane3 GetSupportingPlane(); //const; 
    4949 
    5050        /** Splits polygon. 
     
    156156        RayContainer mPiercingRays; 
    157157 
     158        ~Polygon3() {DEL_PTR(mPlane);} 
     159        Plane3 *mPlane; 
     160 
    158161}; 
    159162 
Note: See TracChangeset for help on using the changeset viewer.