|
Developer Documentation
|
#include <Type-SplatCloud/ObjectTypes/SplatCloud/SplatCloud/SplatCloud.hh>
Public Member Functions | |
| SplatPropertyMapEntry () | |
| Standard constructor. | |
| SplatPropertyMapEntry (SplatPropertyInterface *_prop, unsigned int _num) | |
| Constructor. | |
Public Attributes | |
| SplatPropertyInterface * | property_ |
| A valid pointer to a splat-property. | |
| unsigned int | numRequests_ |
| The number of times requestSplatProperty() was called and has not been released yet. | |
Splat-property map entry type
Definition at line 244 of file SplatCloud.hh.
|
inline |
Standard constructor.
Definition at line 247 of file SplatCloud.hh.
|
inline |
Constructor.
Definition at line 248 of file SplatCloud.hh.
| unsigned int SplatCloud::SplatPropertyMapEntry::numRequests_ |
The number of times requestSplatProperty() was called and has not been released yet.
Definition at line 251 of file SplatCloud.hh.
| SplatPropertyInterface* SplatCloud::SplatPropertyMapEntry::property_ |
A valid pointer to a splat-property.
Definition at line 250 of file SplatCloud.hh.