CFx SDK Documentation
2020SP3
|
#include "TD_PackPush.h"
#include "RxObject.h"
#include "DbObjectId.h"
#include "IdArrays.h"
#include "Ve/AveDefs.h"
#include "Gs/GsLight.h"
#include "TD_PackPop.h"
Go to the source code of this file.
Classes | |
class | OdAveLight |
Typedefs | |
typedef OdSmartPtr< OdAveLight > | OdAveLightPtr |
Functions | |
AVE_EXPORT OdRxIteratorPtr | oddbGetLights (OdDbDatabase *pDb) |
typedef OdSmartPtr<OdAveLight> OdAveLightPtr |
This template class is a specialization of the OdSmartPtr class for OdAveLight object pointers.
Definition at line 45 of file AveLight.h.
AVE_EXPORT OdRxIteratorPtr oddbGetLights | ( | OdDbDatabase * | pDb | ) |
Returns an Iterator object that can be used to traverse the OdAveLight objects in the specified database.
pDb | [in] Pointer to the database. |