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

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

Definition at line 55 of file SMESH_Gen.hxx.

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

Definition at line 56 of file SMESH_Gen.hxx.

SMESHDS_Document* studyContextStruct::myDocument

Definition at line 57 of file SMESH_Gen.hxx.