Version: 6.3.1
Public Member Functions | Data Fields

SMESH_Gen.TAlgoStateError Struct Reference

#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

Detailed Description

Definition at line 122 of file SMESH_Gen.hxx.


Constructor & Destructor Documentation

SMESH_Gen.TAlgoStateError.TAlgoStateError ( )

Definition at line 129 of file SMESH_Gen.hxx.


Member Function Documentation

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.

    { _name = name; _algo = algo; _algoDim = algo->GetDim(); _isGlobalAlgo = isGlobal; }
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; }

Field Documentation

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.

Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS