OCCT3D OCCT 8.0.1
OCCT documentation

Search guides and API reference

Enter at least two characters.

    Open CASCADE Technology Reference Manual 8.0.1
    IGESData_IGESType Class Reference

    taken from directory part of an entity (from file or model), gives "type" and "form" data, used to recognize entity's type More...

    #include <IGESData_IGESType.hxx>

    Public Member Functions

     IGESData_IGESType ()
     IGESData_IGESType (const int atype, const int aform)
    int Type () const
     returns "type" data
    int Form () const
     returns "form" data
    bool IsEqual (const IGESData_IGESType &another) const
     compares two IGESTypes, avoiding comparing their fields
    bool operator== (const IGESData_IGESType &another) const
    void Nullify ()
     resets fields (useful when an IGESType is stored as mask)

    Detailed Description

    taken from directory part of an entity (from file or model), gives "type" and "form" data, used to recognize entity's type

    Constructor & Destructor Documentation

    ◆ IGESData_IGESType() [1/2]

    IGESData_IGESType::IGESData_IGESType ( )

    ◆ IGESData_IGESType() [2/2]

    IGESData_IGESType::IGESData_IGESType ( const int atype,
    const int aform )

    Member Function Documentation

    ◆ Form()

    int IGESData_IGESType::Form ( ) const

    returns "form" data

    ◆ IsEqual()

    bool IGESData_IGESType::IsEqual ( const IGESData_IGESType & another) const

    compares two IGESTypes, avoiding comparing their fields

    ◆ Nullify()

    void IGESData_IGESType::Nullify ( )

    resets fields (useful when an IGESType is stored as mask)

    ◆ operator==()

    bool IGESData_IGESType::operator== ( const IGESData_IGESType & another) const
    inline

    ◆ Type()

    int IGESData_IGESType::Type ( ) const

    returns "type" data


    The documentation for this class was generated from the following file: