#include "SALOMEDSImpl_Attributes.hxx"#include "SALOMEDSImpl_Study.hxx"#include "SALOMEDSImpl_StudyBuilder.hxx"#include "SALOMEDSImpl_SObject.hxx"#include "SALOMEDSImpl_SComponent.hxx"#include "SALOMEDSImpl_Tool.hxx"#include "SALOMEDSImpl_ChildNodeIterator.hxx"#include "DF_ChildIterator.hxx"#include "DF_Label.hxx"#include <HDFOI.hxx>#include <stdlib.h>#include <string.h>
Macros | |
| #define | USE_CASE_LABEL_TAG 2 |
| #define | DIRECTORYID 16661 |
| #define | FILELOCALID 26662 |
Functions | |
| static void | Translate_persistentID_to_IOR (DF_Label &Lab, SALOMEDSImpl_Driver *driver, bool isMultiFile, bool isASCII) |
| Function : Translate_persistentID_to_IOR Purpose : More... | |
| #define DIRECTORYID 16661 |
Referenced by SALOMEDSImpl_StudyBuilder::AddDirectory().
| #define FILELOCALID 26662 |
Referenced by Translate_persistentID_to_IOR().
| #define USE_CASE_LABEL_TAG 2 |
|
static |
Function : Translate_persistentID_to_IOR Purpose :
References FILELOCALID, DF_Label::FindAttribute(), SALOMEDSImpl_AttributeLocalID::GetID(), SALOMEDSImpl_AttributePersistentRef::GetID(), DF_Attribute::Label(), SALOMEDSImpl_Driver::LocalPersistentIDToIOR(), DF_ChildIterator::More(), DF_ChildIterator::Next(), SALOMEDSImpl_AttributeIOR::Set(), SALOMEDSImpl_Study::SObject(), SALOMEDSImpl_Study::UnRegisterGenObj(), DF_ChildIterator::Value(), SALOMEDSImpl_AttributeLocalID::Value(), and SALOMEDSImpl_AttributePersistentRef::Value().
Referenced by SALOMEDSImpl_StudyBuilder::LoadWith().