#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 |
SMESH_Gen::TAlgoStateError::TAlgoStateError | ( | ) |
void SMESH_Gen::TAlgoStateError::Set | ( | TAlgoStateErrorName | name, |
const SMESH_Algo * | algo, | ||
bool | isGlobal | ||
) |
References SMESH_Hypothesis::GetDim().
void SMESH_Gen::TAlgoStateError::Set | ( | TAlgoStateErrorName | name, |
const int | algoDim, | ||
bool | isGlobal | ||
) |
const SMESH_Algo* SMESH_Gen::TAlgoStateError::_algo |
int SMESH_Gen::TAlgoStateError::_algoDim |
bool SMESH_Gen::TAlgoStateError::_isGlobalAlgo |
TAlgoStateErrorName SMESH_Gen::TAlgoStateError::_name |