SALOME - SMESH
SMESH_Gen::TAlgoStateError Struct Reference

#include <SMESH_Gen.hxx>

Collaboration diagram for SMESH_Gen::TAlgoStateError:
Collaboration graph

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
 

Detailed Description

Definition at line 113 of file SMESH_Gen.hxx.

Constructor & Destructor Documentation

SMESH_Gen::TAlgoStateError::TAlgoStateError ( )

Definition at line 120 of file SMESH_Gen.hxx.

Member Function Documentation

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().

Here is the call graph for this function:

void SMESH_Gen::TAlgoStateError::Set ( TAlgoStateErrorName  name,
const int  algoDim,
bool  isGlobal 
)

Definition at line 123 of file SMESH_Gen.hxx.

References TopoDS_Shape.

Field Documentation

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.