#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 () | |
|
|
| GvCalcTime time |
The calculation time parameters.
| Int32 cpu_count |
The CPU count.
| UInt32 flags |
The calculation flags: GvCalcFlags .
| BaseDocument * document |
The current document.
| GvNodeMaster * master |
The node master.
| UInt32 counter |
The counter. Incremented for each calculation call.
| BaseThread * thread |
The current thread.