#include <OcclusionSet.h>
The OcclusionSet is used to manage a set of occluders. These are generated through generateOccluders(). The OcclusionSet is thread-safe. It is the client's responsibility not to dispose handles which are currently used in a generate() call.
◆ create()
- Parameters
-
[out] | stat | Optional pointer to return the status. |
- Returns
- a new Instance or 0 on error.
◆ dispose()
virtual Status prt::OcclusionSet::dispose |
( |
Handle * |
handles, |
|
|
size_t |
count |
|
) |
| |
|
pure virtual |
- Parameters
-
handles | Array of handles to dispose. 0-handles are ignored. |
count | number of handles in array. |
The documentation for this class was generated from the following file: