#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 113 of file SMESH_Gen.hxx.
SMESH_Gen.TAlgoStateError.TAlgoStateError | ( | ) |
Definition at line 120 of file SMESH_Gen.hxx.
void SMESH_Gen.TAlgoStateError.Set | ( | TAlgoStateErrorName | name, | |
const SMESH_Algo * | algo, | |||
bool | isGlobal | |||
) |
Definition at line 121 of file SMESH_Gen.hxx.
References SMESH_Hypothesis.GetDim().
void SMESH_Gen.TAlgoStateError.Set | ( | TAlgoStateErrorName | name, | |
const int | algoDim, | |||
bool | isGlobal | |||
) |
Definition at line 123 of file SMESH_Gen.hxx.
Definition at line 115 of file SMESH_Gen.hxx.
Definition at line 116 of file SMESH_Gen.hxx.
Definition at line 117 of file SMESH_Gen.hxx.
Definition at line 118 of file SMESH_Gen.hxx.