#include "OdaCommon.h"
#include "OdPlatformStreamer.h"
#include "OdaDefs.h"
#include "Tf/Tf.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
◆ odrxConvertSchema()
Convert the xml scheme to binary schema. 
- Parameters
 - 
  
    | schemeName | [in] xml scheme name.  | 
  
   
- Note
 - binary scheme will be save in the same folder where situated xml schema, but with file type .tsbf 
 
 
 
◆ 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