Ignore:
Timestamp:
01/03/08 15:53:44 (17 years ago)
Author:
bittner
Message:

big merge: preparation for havran ray caster, check if everything works

File:
1 edited

Legend:

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

    r2176 r2575  
    303303        /** Sets parent node. 
    304304        */ 
    305         inline void BspNode::SetParent(BspInterior *parent) 
    306         { 
    307                 mParent = parent; 
     305        inline void SetParent(BspInterior *parent) 
     306        { 
     307          mParent = parent; 
    308308        } 
    309309 
     
    375375        /** Returns split plane. 
    376376        */ 
    377         Plane3 BspInterior::GetPlane() const 
     377        Plane3 GetPlane() const 
    378378        { 
    379379                return mPlane; 
     
    441441        /** @return true since it is an interior node  
    442442        */ 
    443         bool BspLeaf::IsLeaf() const  
     443        bool IsLeaf() const  
    444444        {  
    445445                return true;  
Note: See TracChangeset for help on using the changeset viewer.