Open CASCADE Technology
6.5.4
|
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Integer.hxx>
#include <IGESData_DefType.hxx>
#include <Handle_Interface_Check.hxx>
#include <Handle_IGESData_IGESEntity.hxx>
Data Structures | |
class | IGESData_DirChecker |
This class centralizes general Checks upon an IGES Entity's Directory Part. That is : such field Ignored or Required, or Required with a given Value (for an Integer field) More precise checks can be performed as necessary, by each Entity (method OwnCheck). Each class of Entity defines its DirChecker (method DirChecker) and the DirChecker is able to perform its Checks on an Entity A Required Value or presence of a field causes a Fail Message if criterium is not satisfied An Ignored field causes a Correction Message if the field is not null/zero More... |