Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 7, 2005, 11:44:59 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: the important interface functions are now implemented directly in abstract model.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/importer/abstract_model.h

    r4804 r4806  
    137137class AbstractModel : public BaseObject {
    138138
    139  public:
    140   AbstractModel() {}
    141   virtual ~AbstractModel() {}
     139  public:
     140    AbstractModel() {}
     141    virtual ~AbstractModel() {}
     142
     143    inline modelInfo* getModelInfo() const { return this->pModelInfo; }
     144
     145
     146  protected:
     147    modelInfo*     pModelInfo;      //!< Reference to the modelInfo defined in abstract_model.h
    142148};
    143149
Note: See TracChangeset for help on using the changeset viewer.