// 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 _IFGraph_Cycles_HeaderFile #define _IFGraph_Cycles_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _IFGraph_SubPartsIterator_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class Interface_Graph; class IFGraph_StrongComponants; //! determines strong componants in a graph which are Cycles
class IFGraph_Cycles : public IFGraph_SubPartsIterator { 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); } //! creates with a Graph, and will analyse :
//! whole True : all the contents of the Model
//! whole False : sub-parts which will be given later
Standard_EXPORT IFGraph_Cycles(const Interface_Graph& agraph,const Standard_Boolean whole); //! creates from a StrongComponants which was already computed
Standard_EXPORT IFGraph_Cycles(IFGraph_StrongComponants& subparts); //! does the computation. Cycles are StrongComponants which are
//! not Single
Standard_EXPORT virtual void Evaluate() ; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif