Open CASCADE Technology
6.5.4
|
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 |
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.