#include <SMESH_Gen_i.hxx>
StudyContext::StudyContext |
( |
| ) |
|
StudyContext::~StudyContext |
( |
| ) |
|
int StudyContext::addObject |
( |
std::string |
theIOR | ) |
|
int StudyContext::findId |
( |
std::string |
theIOR | ) |
|
std::string StudyContext::getIORbyId |
( |
const int |
theId | ) |
|
std::string StudyContext::getIORbyOldId |
( |
const int |
theOldId | ) |
|
int StudyContext::getNextId |
( |
| ) |
|
|
private |
int StudyContext::getOldId |
( |
const int |
newId | ) |
|
void StudyContext::mapOldToNew |
( |
const int |
oldId, |
|
|
const int |
newId |
|
) |
| |
std::map<int, int> StudyContext::mapIdToId |
|
private |
std::map<int, std::string> StudyContext::mapIdToIOR |
|
private |