20#ifndef _GEOMImpl_ConformityDriver_HXX_
21#define _GEOMImpl_ConformityDriver_HXX_
25#include <Standard_Transient.hxx>
26#include <TopoDS_Shape.hxx>
28#include <BOPAlgo_ArgumentAnalyzer.hxx>
36 Standard_EXPORT GEOMImpl_ConformityDriver();
37 Standard_EXPORT ~GEOMImpl_ConformityDriver() {};
39 Standard_EXPORT
static const Standard_GUID& GetID();
40 Standard_EXPORT
virtual Standard_Integer Execute(
Handle(TFunction_Logbook)& log)
const;
41 Standard_EXPORT Standard_Boolean MustExecute(
const Handle(TFunction_Logbook)&)
const {
return Standard_True; }
42 Standard_EXPORT
virtual void Validate(
Handle(TFunction_Logbook)&)
const {}
45 Standard_EXPORT
void checkShape(
const TopoDS_Shape& theShape,
46 NCollection_List<std::pair<TopoDS_Shape, TopoDS_Shape>>& theFailedShape,
47 Handle(TColStd_HArray1OfInteger)& theTypesOfCheck)
const;
49 Standard_EXPORT Standard_Real updateTolerance(
const TopoDS_Shape& theShape)
const;
52 std::vector<GEOM_Param>& )
54 return Standard_False;
58 void performAnalyze(
const TopoDS_Shape& theShape, BOPAlgo_ArgumentAnalyzer& theAnalyzer)
const;
Handle(TColStd_HSequenceOfTransient) AdvancedEngine_IOperations
Create a T-shape object with specified caracteristics for the main and the incident pipes (radius,...
Definition: AdvancedEngine_IOperations.cxx:1907
DEFINE_STANDARD_HANDLE(GEOM_Field, GEOM_BaseObject) DEFINE_STANDARD_HANDLE(GEOM_FieldStep
Definition: GEOM_BaseDriver.hxx:69
virtual Standard_EXPORT bool GetCreationInformation(std::string &theOperationName, std::vector< GEOM_Param > ¶ms)=0