Open Search
    GvCalc Class Reference

    #include <c4d_graphview.h>

    Detailed Description

    Stores information about the current calculation. Cannot be instantiated. Use GvNodeMaster::GetCalc() to get an instance.

    Public Attributes

    GvCalcTime time
     
    Int32 cpu_count
     
    UInt32 flags
     
    BaseDocumentdocument
     
    GvNodeMastermaster
     
    UInt32 counter
     
    BaseThreadthread
     

    Private Member Functions

     GvCalc ()
     
     ~GvCalc ()
     

    Constructor & Destructor Documentation

    ◆ GvCalc()

    GvCalc ( )
    private

    ◆ ~GvCalc()

    ~GvCalc ( )
    private

    Member Data Documentation

    ◆ time

    GvCalcTime time

    The calculation time parameters.

    ◆ cpu_count

    Int32 cpu_count

    The CPU count.

    ◆ flags

    UInt32 flags

    The calculation flags: GvCalcFlags.

    ◆ document

    BaseDocument* document

    The current document.

    ◆ master

    GvNodeMaster* master

    The node master.

    ◆ counter

    UInt32 counter

    The counter. Incremented for each calculation call.

    ◆ thread

    BaseThread* thread

    The current thread.