CFx SDK Documentation
2020SP3
|
Go to the documentation of this file.
24 #ifndef _DAI_SESSION_H
25 #define _DAI_SESSION_H
42 #pragma warning(disable:4150)
104 #if defined(_MSC_VER)
110 #endif // _DAI_SESSION_H
OdArray< RepositoryPtr > m_knownServers
void openRepo(RepositoryPtr &pRepository)
GLuint const GLchar * name
const OdArray< daiErrorEventPtr > & errors()
RepositoryPtr createRepo(const OdAnsiString &name)
void stopEventRecording()
OdArray< RepositoryPtr > m_activeServers
OdArray< daiErrorEventPtr > m_errors
void closeRepo(RepositoryPtr &pRepository)
void recordError(const char *functionID, daiErrorId error, const char *descpt)
ODRX_DECLARE_MEMBERS(Session)
static OdSmartPtr< Session > openSession()
OdArray< ModelPtr > m_activeModels
OdSmartPtr< Model > ModelPtr
RepositoryPtr findRepo(const OdAnsiString &name)
OdSmartPtr< Session > SessionPtr
OdSharedPtr< daiErrorEvent > daiErrorEventPtr
RepositoryPtr createRepoFromFile(const OdAnsiString &fileName, const OdAnsiString &name="")
void startEventRecording()
OdSmartPtr< Repository > RepositoryPtr