HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HDK_Sample::cop2_SampleGeneratorData Class Reference

Data class to hold parm values and data for COP2_SampleGenerator. More...

#include <COP2_SampleGenerator.h>

+ Inheritance diagram for HDK_Sample::cop2_SampleGeneratorData:

Public Member Functions

 cop2_SampleGeneratorData ()
 
 ~cop2_SampleGeneratorData () override
 
- Public Member Functions inherited from COP2_ContextData
 COP2_ContextData ()
 
virtual ~COP2_ContextData ()
 

Public Attributes

UT_Vector4 myAmp
 
int mySeed
 

Additional Inherited Members

- Static Public Member Functions inherited from UT_SmallObject< COP2_ContextData, UT_SMALLOBJECT_CLEANPAGES_OFF, 31, UT_SMALLOBJECT_THREADSAFE_ON, 512 >
static voidoperator new (size_t size)
 Regular new/delete operators. More...
 
static void operator delete (void *p, size_t size)
 Regular new/delete operators. More...
 
static voidoperator new (size_t, void *p)
 
static void operator delete (void *, void *)
 
- Protected Member Functions inherited from COP2_ContextData
virtual bool createPerPlane () const
 
virtual bool createPerRes () const
 
virtual bool createPerTime () const
 
virtual bool createPerThread () const
 

Detailed Description

Data class to hold parm values and data for COP2_SampleGenerator.

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.

Examples:
COP2/COP2_SampleGenerator.C.

Definition at line 93 of file COP2_SampleGenerator.h.

Constructor & Destructor Documentation

HDK_Sample::cop2_SampleGeneratorData::cop2_SampleGeneratorData ( )
inline
Examples:
COP2/COP2_SampleGenerator.h.

Definition at line 96 of file COP2_SampleGenerator.h.

HDK_Sample::cop2_SampleGeneratorData::~cop2_SampleGeneratorData ( )
inlineoverride
Examples:
COP2/COP2_SampleGenerator.h.

Definition at line 98 of file COP2_SampleGenerator.h.

Member Data Documentation

UT_Vector4 HDK_Sample::cop2_SampleGeneratorData::myAmp
int HDK_Sample::cop2_SampleGeneratorData::mySeed

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