#include <SMESH_Gen.hxx>
Public Member Functions | |
| TAlgoStateError () | |
| void | Set (TAlgoStateErrorName name, const SMESH_Algo *algo, bool isGlobal) |
| void | Set (TAlgoStateErrorName name, const int algoDim, bool isGlobal) |
Data Fields | |
| TAlgoStateErrorName | _name |
| const SMESH_Algo * | _algo |
| int | _algoDim |
| bool | _isGlobalAlgo |
Definition at line 122 of file SMESH_Gen.hxx.
| SMESH_Gen.TAlgoStateError.TAlgoStateError | ( | ) |
Definition at line 129 of file SMESH_Gen.hxx.
: _algoDim(0),_algo(0),_name(SMESH_Hypothesis::HYP_OK) {}
| void SMESH_Gen.TAlgoStateError.Set | ( | TAlgoStateErrorName | name, |
| const SMESH_Algo * | algo, | ||
| bool | isGlobal | ||
| ) |
Definition at line 130 of file SMESH_Gen.hxx.
References ex01_cube2build.algo, and ex21_lamp.name.
| void SMESH_Gen.TAlgoStateError.Set | ( | TAlgoStateErrorName | name, |
| const int | algoDim, | ||
| bool | isGlobal | ||
| ) |
Definition at line 132 of file SMESH_Gen.hxx.
References ex21_lamp.name.
{ _name = name; _algo = 0; _algoDim = algoDim; _isGlobalAlgo = isGlobal; }
Definition at line 125 of file SMESH_Gen.hxx.
Definition at line 126 of file SMESH_Gen.hxx.
Definition at line 127 of file SMESH_Gen.hxx.
Definition at line 124 of file SMESH_Gen.hxx.