Changeset 4805 in orxonox.OLD for orxonox/trunk/src/lib/graphics/spatial_separation/spatial_separation.h
- Timestamp:
- Jul 7, 2005, 11:42:37 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/spatial_separation/spatial_separation.h
r4790 r4805 12 12 // FORWARD DEFINITION 13 13 14 class AbstractModel; 14 15 15 16 16 //! A class for ...17 //! A class for spatial separation of vertices based arrays 17 18 class SpatialSeparation : public BaseObject { 18 19 19 20 public: 20 SpatialSeparation( );21 SpatialSeparation(AbstractModel* model); 21 22 virtual ~SpatialSeparation(); 22 23 23 24 25 26 24 27 private: 28 AbstractModel* model; 29 25 30 26 31 };
Note: See TracChangeset
for help on using the changeset viewer.