Ignore:
Timestamp:
04/06/06 20:48:19 (19 years ago)
Author:
igarcia
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/include/IMG/IMGNodeBsp.h

    r721 r731  
    88 
    99// Fordward declaration... 
    10 class NodeBsp; 
     10class _IMGExport NodeBsp; 
    1111 
    1212typedef ::boost::intrusive_ptr<NodeBsp> NodeBspPtr; 
     
    2525    virtual ~NodeBsp(); 
    2626 
    27     Box2d* GetBound(); 
     27    Box2d* getBound(); 
    2828 
    29     void SetBound(Box2d *box); 
     29    void setBound(Box2d *box); 
    3030 
    31     NodeBspPtr GetChild(int i); 
     31    NodeBspPtr getChild(int i); 
    3232 
    33     void SetId(int id_); 
     33    void setId(int id_); 
    3434 
    35     unsigned int GetId() const; 
     35    unsigned int getId() const; 
    3636 
    37     void SetChild(NodeBspPtr node, int i); 
     37    void setChild(NodeBspPtr node, int i); 
    3838 
    39     void Print(); 
     39    void print(); 
    4040 
    41     NodeBspPtr Insert(int w, int h); 
     41    NodeBspPtr insert(int w, int h); 
    4242 
    43     NodeBspPtr Get(NodeBspPtr node, int i); 
     43    NodeBspPtr get(NodeBspPtr node, int i); 
    4444 
    4545  protected: 
Note: See TracChangeset for help on using the changeset viewer.