mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-30 01:40:32 +05:00
cosmetic changes
This commit is contained in:
parent
9a55aad5ba
commit
17b10b2960
@ -235,9 +235,9 @@ private:
|
|||||||
class _pyMesh: public _pyObject
|
class _pyMesh: public _pyObject
|
||||||
{
|
{
|
||||||
std::list< Handle(_pyHypothesis) > myHypos;
|
std::list< Handle(_pyHypothesis) > myHypos;
|
||||||
std::list< Handle(_pyCommand) > myAddHypCmds;
|
std::list< Handle(_pyCommand) > myAddHypCmds;
|
||||||
std::list< Handle(_pySubMesh) > mySubmeshes;
|
std::list< Handle(_pySubMesh) > mySubmeshes;
|
||||||
bool myHasEditor;
|
bool myHasEditor;
|
||||||
public:
|
public:
|
||||||
_pyMesh(const Handle(_pyCommand) creationCmd);
|
_pyMesh(const Handle(_pyCommand) creationCmd);
|
||||||
_pyMesh(const Handle(_pyCommand) theCreationCmd, const TCollection_AsciiString & id);
|
_pyMesh(const Handle(_pyCommand) theCreationCmd, const TCollection_AsciiString & id);
|
||||||
@ -295,12 +295,11 @@ protected:
|
|||||||
_pyID myGeom, myMesh;
|
_pyID myGeom, myMesh;
|
||||||
// a hypothesis can be used and created by different algos by different methods
|
// a hypothesis can be used and created by different algos by different methods
|
||||||
std::map<TCollection_AsciiString, TCollection_AsciiString > myType2CreationMethod;
|
std::map<TCollection_AsciiString, TCollection_AsciiString > myType2CreationMethod;
|
||||||
//TCollection_AsciiString myCreationMethod, myType;
|
|
||||||
TColStd_SequenceOfAsciiString myArgs; // creation arguments
|
TColStd_SequenceOfAsciiString myArgs; // creation arguments
|
||||||
TColStd_SequenceOfAsciiString myArgMethods; // hypo methods setting myArgs
|
TColStd_SequenceOfAsciiString myArgMethods; // hypo methods setting myArgs
|
||||||
TColStd_SequenceOfInteger myNbArgsByMethod; // nb args set by each method
|
TColStd_SequenceOfInteger myNbArgsByMethod; // nb args set by each method
|
||||||
std::list<Handle(_pyCommand)> myArgCommands;
|
std::list<Handle(_pyCommand)> myArgCommands;
|
||||||
std::list<Handle(_pyCommand)> myUnknownCommands;
|
std::list<Handle(_pyCommand)> myUnknownCommands;
|
||||||
public:
|
public:
|
||||||
_pyHypothesis(const Handle(_pyCommand)& theCreationCmd);
|
_pyHypothesis(const Handle(_pyCommand)& theCreationCmd);
|
||||||
void SetConvMethodAndType(const char* creationMethod, const char* type)
|
void SetConvMethodAndType(const char* creationMethod, const char* type)
|
||||||
|
Loading…
Reference in New Issue
Block a user