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
    BinMDF Class Reference

    This package provides classes and methods to translate a transient DF into a persistent one and vice versa. More...

    #include <BinMDF.hxx>

    Static Public Member Functions

    static void AddDrivers (const occ::handle< BinMDF_ADriverTable > &aDriverTable, const occ::handle< Message_Messenger > &aMsgDrv)
     Adds the attribute storage drivers to <aDriverTable>.

    Detailed Description

    This package provides classes and methods to translate a transient DF into a persistent one and vice versa.

    Driver

    A driver is a tool used to translate a transient attribute into a persistent one and vice versa.

    Driver Table

    A driver table is an object building links between object types and object drivers. In the translation process, a driver table is asked to give a translation driver for each current object to be translated.

    Member Function Documentation

    ◆ AddDrivers()

    void BinMDF::AddDrivers ( const occ::handle< BinMDF_ADriverTable > & aDriverTable,
    const occ::handle< Message_Messenger > & aMsgDrv )
    static

    Adds the attribute storage drivers to <aDriverTable>.


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