Version: 8.3.0
SALOMEDSImpl_StudyManager.cxx File Reference
#include "SALOMEDSImpl_StudyManager.hxx"
#include "DF_ChildIterator.hxx"
#include "HDFexplorer.hxx"
#include "Basics_Utils.hxx"
#include "SALOMEDSImpl_Attributes.hxx"
#include "SALOMEDSImpl_Tool.hxx"
#include "SALOMEDSImpl_SComponent.hxx"
#include "SALOMEDSImpl_GenericAttribute.hxx"
#include "SALOMEDSImpl_ScalarVariable.hxx"
#include "SALOMEDSImpl_IParameters.hxx"
#include <map>
#include "HDFOI.hxx"
#include <iostream>
#include <stdlib.h>
#include <string.h>
Include dependency graph for SALOMEDSImpl_StudyManager.cxx:

Macros

#define USE_CASE_LABEL_ID   "0:2"
 

Functions

static void SaveAttributes (const SALOMEDSImpl_SObject &aSO, HDFgroup *hdf_group_sobject)
 Function : SaveAttributes Purpose : Save attributes for object. More...
 
static void ReadAttributes (SALOMEDSImpl_Study *, const SALOMEDSImpl_SObject &, HDFdataset *)
 
static void BuildTree (SALOMEDSImpl_Study *, HDFgroup *)
 
static void Translate_IOR_to_persistentID (const SALOMEDSImpl_SObject &, SALOMEDSImpl_Driver *, bool isMultiFile, bool isASCII)
 
static void ReadNoteBookVariables (SALOMEDSImpl_Study *theStudy, HDFgroup *theGroup)
 

Macro Definition Documentation

#define USE_CASE_LABEL_ID   "0:2"

Function Documentation