- Timestamp:
- 07/11/08 19:41:50 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/Document.h
r8003 r8563 96 96 const osgDB::ReaderWriter::Options* getOptions() const { return _options.get(); } 97 97 98 // Current primar record98 // Current primary record 99 99 void setCurrentPrimaryRecord(PrimaryRecord* record) { _currentPrimaryRecord=record; } 100 100 PrimaryRecord* getCurrentPrimaryRecord() { return _currentPrimaryRecord.get(); }
