#include <COP2_SampleGenerator.h>

Public Member Functions | |
| cop2_SampleGeneratorData () | |
| virtual | ~cop2_SampleGeneratorData () |
Public Attributes | |
| UT_Vector4 | myAmp |
| int | mySeed |
This class is used to hold the evaluated parms and data needed for the cook. Because the cook method generateTiles() is threaded and called multiple times, this class caches any data needed once and is used by many tiles and threads, to reduce redundancy.
Definition at line 93 of file COP2_SampleGenerator.h.
| HDK_Sample::cop2_SampleGeneratorData::cop2_SampleGeneratorData | ( | ) | [inline] |
| virtual HDK_Sample::cop2_SampleGeneratorData::~cop2_SampleGeneratorData | ( | ) | [inline, virtual] |
Definition at line 100 of file COP2_SampleGenerator.h.
Definition at line 101 of file COP2_SampleGenerator.h.
1.5.9