SALOME - SMESH
|
#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.
TAlgoStateErrorName SMESH_Gen::TAlgoStateError::_name |
Definition at line 115 of file SMESH_Gen.hxx.
const SMESH_Algo* SMESH_Gen::TAlgoStateError::_algo |
Definition at line 116 of file SMESH_Gen.hxx.
int SMESH_Gen::TAlgoStateError::_algoDim |
Definition at line 117 of file SMESH_Gen.hxx.
bool SMESH_Gen::TAlgoStateError::_isGlobalAlgo |
Definition at line 118 of file SMESH_Gen.hxx.