// 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_SelectSingleViewFrom_HeaderFile #define _IGESSelect_SelectSingleViewFrom_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IGESSelect_SelectSingleViewFrom_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 Single Views attached to its input
//! IGES entities. Single Views themselves or Drawings as passed
//! as such (Drawings, for their Annotations)
class IGESSelect_SelectSingleViewFrom : public IFSelect_SelectDeduct { public: //! Creates a SelectSingleViewFrom
Standard_EXPORT IGESSelect_SelectSingleViewFrom(); //! Selects the Single Views attached (in Directory Part) to
//! input entities
Standard_EXPORT Interface_EntityIterator RootResult(const Interface_Graph& G) const; //! Returns the label, with is "Single Views attached"
Standard_EXPORT TCollection_AsciiString Label() const; DEFINE_STANDARD_RTTI(IGESSelect_SelectSingleViewFrom) 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