Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 10, 2005, 4:07:04 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: abstract model implementation in .cc

@patrick: do you aprove?

File:
1 edited

Legend:

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

    r6008 r6009  
    128128
    129129  public:
    130     AbstractModel() { }
    131     virtual ~AbstractModel() { }
     130    AbstractModel();
     131    virtual ~AbstractModel();
    132132
    133133    inline const modelInfo* getModelInfo() const { return &this->pModelInfo; }
     
    153153    inline unsigned int getFaceCount() const { return this->pModelInfo.numTriangles; };
    154154
     155
    155156  protected:
    156157    modelInfo      pModelInfo;      //!< Reference to the modelInfo
Note: See TracChangeset for help on using the changeset viewer.