|
Open CASCADE Technology 6.5.2
|
This Signature returns the Validity Status of an entity, as
deducted from data in the model : it can be
"OK" "Unknown" "Unloaded" "Syntactic Fail"(but loaded)
"Syntactic Warning" "Semantic Fail" "Semantic Warning"
#include <IFSelect_SignValidity.hxx>

Public Member Functions | |
| IFSelect_SignValidity () | |
| Returns a SignValidity | |
| Standard_CString | Value (const Handle< Standard_Transient > &ent, const Handle< Interface_InterfaceModel > &model) const |
| Returns the Signature for a Transient object, as a validity deducted from data (reports) stored in the model Calls the class method CVal | |
Static Public Member Functions | |
| static Standard_CString | CVal (const Handle< Standard_Transient > &ent, const Handle< Interface_InterfaceModel > &model) |
| Returns the Signature for a Transient object, as a validity deducted from data (reports) stored in the model. Class method, can be called by any one | |
| IFSelect_SignValidity::IFSelect_SignValidity | ( | ) |
| static Standard_CString IFSelect_SignValidity::CVal | ( | const Handle< Standard_Transient > & | ent, |
| const Handle< Interface_InterfaceModel > & | model | ||
| ) | [static] |
| Standard_CString IFSelect_SignValidity::Value | ( | const Handle< Standard_Transient > & | ent, |
| const Handle< Interface_InterfaceModel > & | model | ||
| ) | const [virtual] |
Implements Interface_SignType.
1.7.4