// 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 _IGESSelect_SelectDrawingFrom_HeaderFile #define _IGESSelect_SelectDrawingFrom_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IGESSelect_SelectDrawingFrom_HeaderFile #include #endif #ifndef _IFSelect_SelectDeduct_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class Interface_InterfaceError; class Interface_EntityIterator; class Interface_Graph; class TCollection_AsciiString; //! This selection gets the Drawings attached to its input IGES
//! entities. They are read through thr Single Views, referenced
//! in Directory Parts of the entities
class IGESSelect_SelectDrawingFrom : public IFSelect_SelectDeduct { public: //! Creates a SelectDrawingFrom
Standard_EXPORT IGESSelect_SelectDrawingFrom(); //! Selects the Drawings attached (through Single Views in
//! Directory Part) to input entities
Standard_EXPORT Interface_EntityIterator RootResult(const Interface_Graph& G) const; //! Returns the label, with is "Drawings attached"
Standard_EXPORT TCollection_AsciiString Label() const; DEFINE_STANDARD_RTTI(IGESSelect_SelectDrawingFrom) protected: //! Returns True, because selection works with a ViewSorter which
//! gives a unique result
Standard_EXPORT virtual Standard_Boolean HasUniqueResult() const; private: }; // other Inline functions and methods (like "C++: function call" methods) #endif