SALOME - SMESH
studyContextStruct Struct Reference

#include <SMESH_Gen.hxx>

Collaboration diagram for studyContextStruct:
Collaboration graph

Data Fields

std::map< int, SMESH_Hypothesis *> mapHypothesis
 
std::map< int, SMESH_Mesh *> mapMesh
 
SMESHDS_DocumentmyDocument
 

Detailed Description

Definition at line 53 of file SMESH_Gen.hxx.

Field Documentation

◆ mapHypothesis

std::map< int, SMESH_Hypothesis * > studyContextStruct::mapHypothesis

Definition at line 55 of file SMESH_Gen.hxx.

◆ mapMesh

std::map< int, SMESH_Mesh * > studyContextStruct::mapMesh

Definition at line 56 of file SMESH_Gen.hxx.

◆ myDocument

SMESHDS_Document* studyContextStruct::myDocument

Definition at line 57 of file SMESH_Gen.hxx.