|
Rhino C++ API
8.25
|
#include <RhRdkObjectDataAccess.h>
Public Member Functions | |
| virtual | ~CRhRdkDecalIterator () |
| virtual RDK_DECAL_CRC | CRC (void) const =0 |
| virtual const IRhRdkDecal * | NextDecal (void)=0 |
| virtual void | Reset (void)=0 |
Public Member Functions inherited from CRhRdkObject | |
| CRhRdkObject () | |
| virtual | ~CRhRdkObject () |
| virtual void * | EVF (const wchar_t *wszFunc, void *pvData) |
| void | operator delete (void *buf) |
| void | operator delete[] (void *buf) |
| void * | operator new (size_t size) |
| void * | operator new[] (size_t size) |
Additional Inherited Members | |
Static Public Member Functions inherited from CRhRdkObject | |
| static void | CheckMemory (void) |
| static void | PopulateDebuggingInfo (void) |
This class provides a means of iterating over decals. An instance of this object can be obtained by calling CRhRdkObjectDataAccess::NewDecalIterator(). The implementation of this class is thread-safe so that it can be used from multiple threads during rendering.
|
inlinevirtual |
|
pure virtual |
|
pure virtual |
Retrieve the next decal.
|
pure virtual |
Reset the iterator to get the first decal again.
1.8.17