#include "OdaCommon.h"
#include "OdPlatformStreamer.h"
#include "OdaDefs.h"
#include <Tf/Tf.h>
#include <Tf/TfIO.h>
#include "FlatMemStream.h"
#include "../../ThirdParty/tinyxml/tinyxml.h"
#include "OdaSTL.h"
#include "DbHostAppServices.h"
#include "RxDynamicModule.h"
Go to the source code of this file.
◆ STL_USING_SET
◆ OdTfSchemaManagerPtr
◆ odrxRegisterSchema()
Try to register the scheme.
- Parameters
-
pathSchema | [in] path to xml scheme file. |
schemeName | [in] scheme name. Need to avoid repeated registering of scheme. |
pAppServices | [in] OdDbHostAppServices. Returns true if the schema is registered. Return false if the schema was registered early. |
- Note
- pAppServices can't be NULL
◆ odTfInitialize()
Used to register basic(core) scheme.
- Parameters
-
- Note
- pAppServices can't be NULL