// 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 _IGESAppli_FlowLineSpec_HeaderFile #define _IGESAppli_FlowLineSpec_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IGESAppli_FlowLineSpec_HeaderFile #include #endif #ifndef _Handle_Interface_HArray1OfHAsciiString_HeaderFile #include #endif #ifndef _IGESData_IGESEntity_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif class Interface_HArray1OfHAsciiString; class Standard_OutOfRange; class TCollection_HAsciiString; //! defines FlowLineSpec, Type <406> Form <14>
//! in package IGESAppli
//! Attaches one or more text strings to entities being
//! used to represent a flow line
class IGESAppli_FlowLineSpec : public IGESData_IGESEntity { public: Standard_EXPORT IGESAppli_FlowLineSpec(); //! This method is used to set the fields of the class
//! FlowLineSpec
//! - allProperties : primary flow line specification and modifiers
Standard_EXPORT void Init(const Handle(Interface_HArray1OfHAsciiString)& allProperties) ; //! returns the number of property values
Standard_EXPORT Standard_Integer NbPropertyValues() const; //! returns primary flow line specification name
Standard_EXPORT Handle_TCollection_HAsciiString FlowLineName() const; //! returns specified modifier element
//! raises exception if Index <= 1 or Index > NbPropertyValues
Standard_EXPORT Handle_TCollection_HAsciiString Modifier(const Standard_Integer Index) const; DEFINE_STANDARD_RTTI(IGESAppli_FlowLineSpec) protected: private: Handle_Interface_HArray1OfHAsciiString theNameAndModifiers; }; // other Inline functions and methods (like "C++: function call" methods) #endif