src/SMESH_I/SMESH_2smeshpy.hxx File Reference

#include <Standard_DefineHandle.hxx>
#include <Standard_Type.hxx>
#include <Standard_Transient.hxx>
#include <TCollection_AsciiString.hxx>
#include <TColStd_SequenceOfAsciiString.hxx>
#include <TColStd_SequenceOfInteger.hxx>
#include <list>
#include <map>

Include dependency graph for SMESH_2smeshpy.hxx:

Go to the source code of this file.

Data Structures

class  SMESH_2smeshpy
class  _pyCommand
 Class operating on a command string looking like ResultValue = Object.Method( Arg1, Arg2,...). More...
class  _pyObject
 Root of all objects. More...
class  _pyGen
 Class corresponding to SMESH_Gen. It holds info on existing meshes and hypotheses. More...
class  _pyMesh
class  _pyHypothesis
 Root class for hypothesis. More...
class  _pyAlgorithm
 Class representing smesh.Mesh_Algorithm. More...
class  _pyComplexParamHypo
 Class for hypotheses having several parameters modified by one method. More...
class  _pyLayerDistributionHypo
 Class for LayerDistribution hypothesis conversion. More...
class  _pyNumberOfSegmentsHyp
 Class representing NumberOfSegments hypothesis. More...
class  _pySegmentLengthAroundVertexHyp
 Class representing SegmentLengthAroundVertex hypothesis. More...

Defines

#define _pyMesh_ACCESS_METHOD   "GetMesh()"
 Contains commands concerning mesh substructures.

Typedefs

typedef TCollection_AsciiString _pyID

Functions

 DEFINE_STANDARD_HANDLE (_pyCommand, Standard_Transient)
 DEFINE_STANDARD_HANDLE (_pyObject, Standard_Transient)
 DEFINE_STANDARD_HANDLE (_pyGen, _pyObject)
 DEFINE_STANDARD_HANDLE (_pyMesh, _pyObject)
 DEFINE_STANDARD_HANDLE (_pyHypothesis, _pyObject)
 DEFINE_STANDARD_HANDLE (_pyAlgorithm, _pyHypothesis)
 DEFINE_STANDARD_HANDLE (_pyComplexParamHypo, _pyHypothesis)
 DEFINE_STANDARD_HANDLE (_pyLayerDistributionHypo, _pyHypothesis)
 DEFINE_STANDARD_HANDLE (_pyNumberOfSegmentsHyp, _pyHypothesis)
 DEFINE_STANDARD_HANDLE (_pySegmentLengthAroundVertexHyp, _pyHypothesis)


Define Documentation

#define _pyMesh_ACCESS_METHOD   "GetMesh()"
 


Typedef Documentation

typedef TCollection_AsciiString _pyID
 


Function Documentation

DEFINE_STANDARD_HANDLE _pyCommand  ,
Standard_Transient 
 

DEFINE_STANDARD_HANDLE _pyObject  ,
Standard_Transient 
 

DEFINE_STANDARD_HANDLE _pyGen  ,
_pyObject 
 

DEFINE_STANDARD_HANDLE _pyMesh  ,
_pyObject 
 

DEFINE_STANDARD_HANDLE _pyHypothesis  ,
_pyObject 
 

DEFINE_STANDARD_HANDLE _pyAlgorithm  ,
_pyHypothesis 
 

DEFINE_STANDARD_HANDLE _pyComplexParamHypo  ,
_pyHypothesis 
 

DEFINE_STANDARD_HANDLE _pyLayerDistributionHypo  ,
_pyHypothesis 
 

DEFINE_STANDARD_HANDLE _pyNumberOfSegmentsHyp  ,
_pyHypothesis 
 

DEFINE_STANDARD_HANDLE _pySegmentLengthAroundVertexHyp  ,
_pyHypothesis