|
CFx SDK Documentation
2023 SP0
|
#include "TD_PackPush.h"#include "Ve/AveDefs.h"#include "RxObject.h"#include "DbObjectId.h"#include "DbEntity.h"#include "TD_PackPop.h"Go to the source code of this file.
Classes | |
| class | OdAveScene |
Typedefs | |
| typedef OdSmartPtr< OdAveScene > | OdAveScenePtr |
Functions | |
| AVE_EXPORT OdRxIteratorPtr | oddbGetScenes (OdDbDatabase *pDb) |
| typedef OdSmartPtr<OdAveScene> OdAveScenePtr |
This template class is a specialization of the OdSmartPtr class for OdAveScene object pointers.
Definition at line 41 of file AveScene.h.
| AVE_EXPORT OdRxIteratorPtr oddbGetScenes | ( | OdDbDatabase * | pDb | ) |
Returns an Iterator object that can be used to traverse the OdAveScene objects in the specified database.
| pDb | [in] Pointer to the database. |