GvCalc Class Reference Graph View

#include <c4d_graphview.h>

详细描述

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
BaseDocument document
GvNodeMaster master
UInt32   counter
BaseThread thread

私有成员函数

  GvCalc ()
  ~GvCalc ()

构造函数 & 析构函数文档编制

◆  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.