Version: 8.3.0
SMESH_ComputeError Struct Reference

Contains an algorithm and description of an occurred error. More...

#include <SMESH_ComputeError.hxx>

Public Member Functions

 SMESH_ComputeError (int error=COMPERR_OK, std::string comment="", const SMESH_Algo *algo=0)
 
bool IsOK () const
 
bool IsKO () const
 
bool IsCommon () const
 
bool HasBadElems () const
 
std::string CommonName () const
 

Static Public Member Functions

static SMESH_ComputeErrorPtr New (int error=COMPERR_OK, std::string comment="", const SMESH_Algo *algo=0)
 
static SMESH_ComputeErrorPtr Worst (SMESH_ComputeErrorPtr er1, SMESH_ComputeErrorPtr er2)
 

Data Fields

int myName
 SMESH_ComputeErrorName or anything algo specific. More...
 
std::string myComment
 
const SMESH_AlgomyAlgo
 
std::list< const
SMDS_MeshElement * > 
myBadElements
 to explain COMPERR_BAD_INPUT_MESH More...
 

Detailed Description

Contains an algorithm and description of an occurred error.

Constructor & Destructor Documentation

SMESH_ComputeError::SMESH_ComputeError ( int  error = COMPERR_OK,
std::string  comment = "",
const SMESH_Algo algo = 0 
)

Member Function Documentation

bool SMESH_ComputeError::HasBadElems ( ) const
bool SMESH_ComputeError::IsCommon ( ) const
bool SMESH_ComputeError::IsKO ( ) const

References COMPERR_OK, and COMPERR_WARNING.

bool SMESH_ComputeError::IsOK ( ) const

References COMPERR_OK.

SMESH_ComputeErrorPtr SMESH_ComputeError::Worst ( SMESH_ComputeErrorPtr  er1,
SMESH_ComputeErrorPtr  er2 
)
static

Field Documentation

const SMESH_Algo* SMESH_ComputeError::myAlgo
std::list<const SMDS_MeshElement*> SMESH_ComputeError::myBadElements

to explain COMPERR_BAD_INPUT_MESH

std::string SMESH_ComputeError::myComment
int SMESH_ComputeError::myName

SMESH_ComputeErrorName or anything algo specific.

Referenced by CommonName().