CFx SDK Documentation  2020SP3
Classes | Typedefs | Functions
DbRenderSettings.h File Reference
#include "Gi/GiEnvironment.h"

Go to the source code of this file.

Classes

class  OdDbRenderSettings
 
class  OdDbMentalRayRenderSettings
 
class  OdDbRapidRTRenderSettings
 
class  OdDbRenderEnvironment
 
class  OdDbRenderGlobal
 
class  OdDbRenderEntry
 

Typedefs

typedef OdSmartPtr< OdDbRenderSettingsOdDbRenderSettingsPtr
 
typedef OdSmartPtr< OdDbMentalRayRenderSettingsOdDbMentalRayRenderSettingsPtr
 
typedef OdSmartPtr< OdDbRapidRTRenderSettingsOdDbRapidRTRenderSettingsPtr
 
typedef OdSmartPtr< OdDbRenderEnvironmentOdDbRenderEnvironmentPtr
 
typedef OdSmartPtr< OdDbRenderGlobalOdDbRenderGlobalPtr
 
typedef OdSmartPtr< OdDbRenderEntryOdDbRenderEntryPtr
 

Functions

TOOLKIT_EXPORT OdDbObjectId oddbGetRenderSettingsDictionaryId (OdDbDatabase *pDb, bool createIfNotFound=false)
 
TOOLKIT_EXPORT OdDbDictionaryPtr oddbGetRenderSettingsDictionary (OdDbDatabase *pDb, OdDb::OpenMode mode, bool createIfNotFound=false)
 
TOOLKIT_EXPORT OdDbObjectId oddbGetRenderPlotSettingsDictionaryId (OdDbDatabase *pDb, bool createIfNotFound=false)
 
TOOLKIT_EXPORT OdDbDictionaryPtr oddbGetRenderPlotSettingsDictionary (OdDbDatabase *pDb, OdDb::OpenMode mode, bool createIfNotFound=false)
 
TOOLKIT_EXPORT OdDbObjectId oddbGetRenderGlobalObjectId (OdDbDatabase *pDb, bool createIfNotFound=false)
 
TOOLKIT_EXPORT OdDbRenderGlobalPtr oddbGetRenderGlobalObject (OdDbDatabase *pDb, OdDb::OpenMode mode, bool createIfNotFound=false)
 
TOOLKIT_EXPORT OdDbObjectId oddbGetRenderEnvironmentObjectId (OdDbDatabase *pDb, bool createIfNotFound=false)
 
TOOLKIT_EXPORT OdDbRenderEnvironmentPtr oddbGetRenderEnvironmentObject (OdDbDatabase *pDb, OdDb::OpenMode mode, bool createIfNotFound=false)
 
TOOLKIT_EXPORT OdDbObjectId oddbGetActiveRenderSettingsObjectId (OdDbDatabase *pDb, bool createIfNotFound=false)
 
TOOLKIT_EXPORT OdDbRenderSettingsPtr oddbGetActiveRenderSettingsObject (OdDbDatabase *pDb, OdDb::OpenMode mode, bool createIfNotFound=false)
 
TOOLKIT_EXPORT OdDbObjectId oddbGetRenderEntriesDictionaryId (OdDbDatabase *pDb, bool createIfNotFound=false)
 
TOOLKIT_EXPORT OdDbDictionaryPtr oddbGetRenderEntriesDictionary (OdDbDatabase *pDb, OdDb::OpenMode mode, bool createIfNotFound=false)
 
TOOLKIT_EXPORT OdDbObjectId oddbGetRenderRapidRTSettingsDictionaryId (OdDbDatabase *pDb, bool createIfNotFound=false)
 
TOOLKIT_EXPORT OdDbDictionaryPtr oddbGetRenderRapidRTSettingsDictionary (OdDbDatabase *pDb, OdDb::OpenMode mode, bool createIfNotFound=false)
 
TOOLKIT_EXPORT OdDbObjectId oddbGetActiveRenderRapidRTSettingsObjectId (OdDbDatabase *pDb, bool createIfNotFound=false)
 
TOOLKIT_EXPORT OdDbRenderSettingsPtr oddbGetActiveRenderRapidRTSettingsObject (OdDbDatabase *pDb, OdDb::OpenMode mode, bool createIfNotFound=false)
 

Typedef Documentation

◆ OdDbMentalRayRenderSettingsPtr

This template class is a specialization of the OdSmartPtr class for OdDbMentalRayRenderSettings object pointers.

Definition at line 873 of file DbRenderSettings.h.

◆ OdDbRapidRTRenderSettingsPtr

This template class is a specialization of the OdSmartPtr class for OdDbRapidRTRenderSettings object pointers.

Definition at line 1043 of file DbRenderSettings.h.

◆ OdDbRenderEntryPtr

This template class is a specialization of the OdSmartPtr class for OdDbRenderEntry object pointers.

Definition at line 1262 of file DbRenderSettings.h.

◆ OdDbRenderEnvironmentPtr

This template class is a specialization of the OdSmartPtr class for OdDbRenderEnvironment object pointers.

Definition at line 1108 of file DbRenderSettings.h.

◆ OdDbRenderGlobalPtr

This template class is a specialization of the OdSmartPtr class for OdDbRenderGlobal object pointers.

Definition at line 1192 of file DbRenderSettings.h.

◆ OdDbRenderSettingsPtr

This template class is a specialization of the OdSmartPtr class for OdDbRenderSettings object pointers.

Definition at line 233 of file DbRenderSettings.h.

Function Documentation

◆ oddbGetActiveRenderRapidRTSettingsObject()

TOOLKIT_EXPORT OdDbRenderSettingsPtr oddbGetActiveRenderRapidRTSettingsObject ( OdDbDatabase pDb,
OdDb::OpenMode  mode,
bool  createIfNotFound = false 
)

◆ oddbGetActiveRenderRapidRTSettingsObjectId()

TOOLKIT_EXPORT OdDbObjectId oddbGetActiveRenderRapidRTSettingsObjectId ( OdDbDatabase pDb,
bool  createIfNotFound = false 
)

◆ oddbGetActiveRenderSettingsObject()

TOOLKIT_EXPORT OdDbRenderSettingsPtr oddbGetActiveRenderSettingsObject ( OdDbDatabase pDb,
OdDb::OpenMode  mode,
bool  createIfNotFound = false 
)

◆ oddbGetActiveRenderSettingsObjectId()

TOOLKIT_EXPORT OdDbObjectId oddbGetActiveRenderSettingsObjectId ( OdDbDatabase pDb,
bool  createIfNotFound = false 
)

◆ oddbGetRenderEntriesDictionary()

TOOLKIT_EXPORT OdDbDictionaryPtr oddbGetRenderEntriesDictionary ( OdDbDatabase pDb,
OdDb::OpenMode  mode,
bool  createIfNotFound = false 
)

◆ oddbGetRenderEntriesDictionaryId()

TOOLKIT_EXPORT OdDbObjectId oddbGetRenderEntriesDictionaryId ( OdDbDatabase pDb,
bool  createIfNotFound = false 
)

◆ oddbGetRenderEnvironmentObject()

TOOLKIT_EXPORT OdDbRenderEnvironmentPtr oddbGetRenderEnvironmentObject ( OdDbDatabase pDb,
OdDb::OpenMode  mode,
bool  createIfNotFound = false 
)

◆ oddbGetRenderEnvironmentObjectId()

TOOLKIT_EXPORT OdDbObjectId oddbGetRenderEnvironmentObjectId ( OdDbDatabase pDb,
bool  createIfNotFound = false 
)

◆ oddbGetRenderGlobalObject()

TOOLKIT_EXPORT OdDbRenderGlobalPtr oddbGetRenderGlobalObject ( OdDbDatabase pDb,
OdDb::OpenMode  mode,
bool  createIfNotFound = false 
)

◆ oddbGetRenderGlobalObjectId()

TOOLKIT_EXPORT OdDbObjectId oddbGetRenderGlobalObjectId ( OdDbDatabase pDb,
bool  createIfNotFound = false 
)

◆ oddbGetRenderPlotSettingsDictionary()

TOOLKIT_EXPORT OdDbDictionaryPtr oddbGetRenderPlotSettingsDictionary ( OdDbDatabase pDb,
OdDb::OpenMode  mode,
bool  createIfNotFound = false 
)

◆ oddbGetRenderPlotSettingsDictionaryId()

TOOLKIT_EXPORT OdDbObjectId oddbGetRenderPlotSettingsDictionaryId ( OdDbDatabase pDb,
bool  createIfNotFound = false 
)

◆ oddbGetRenderRapidRTSettingsDictionary()

TOOLKIT_EXPORT OdDbDictionaryPtr oddbGetRenderRapidRTSettingsDictionary ( OdDbDatabase pDb,
OdDb::OpenMode  mode,
bool  createIfNotFound = false 
)

◆ oddbGetRenderRapidRTSettingsDictionaryId()

TOOLKIT_EXPORT OdDbObjectId oddbGetRenderRapidRTSettingsDictionaryId ( OdDbDatabase pDb,
bool  createIfNotFound = false 
)

◆ oddbGetRenderSettingsDictionary()

TOOLKIT_EXPORT OdDbDictionaryPtr oddbGetRenderSettingsDictionary ( OdDbDatabase pDb,
OdDb::OpenMode  mode,
bool  createIfNotFound = false 
)

◆ oddbGetRenderSettingsDictionaryId()

TOOLKIT_EXPORT OdDbObjectId oddbGetRenderSettingsDictionaryId ( OdDbDatabase pDb,
bool  createIfNotFound = false 
)