// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _GeomPlate_PlateG1Criterion_HeaderFile #define _GeomPlate_PlateG1Criterion_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TColgp_SequenceOfXY_HeaderFile #include #endif #ifndef _TColgp_SequenceOfXYZ_HeaderFile #include #endif #ifndef _AdvApp2Var_Criterion_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _AdvApp2Var_CriterionType_HeaderFile #include #endif #ifndef _AdvApp2Var_CriterionRepartition_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class TColgp_SequenceOfXY; class TColgp_SequenceOfXYZ; class AdvApp2Var_Patch; class AdvApp2Var_Context; class GeomPlate_PlateG1Criterion : public AdvApp2Var_Criterion { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } Standard_EXPORT GeomPlate_PlateG1Criterion(const TColgp_SequenceOfXY& Data,const TColgp_SequenceOfXYZ& G1Data,const Standard_Real Maximum,const AdvApp2Var_CriterionType Type = AdvApp2Var_Absolute,const AdvApp2Var_CriterionRepartition Repart = AdvApp2Var_Regular); Standard_EXPORT virtual void Value(AdvApp2Var_Patch& P,const AdvApp2Var_Context& C) const; Standard_EXPORT virtual Standard_Boolean IsSatisfied(const AdvApp2Var_Patch& P) const; protected: private: TColgp_SequenceOfXY myData; TColgp_SequenceOfXYZ myXYZ; }; // other Inline functions and methods (like "C++: function call" methods) #endif