Developer Documentation
|
#include <Type-SplatCloud/ObjectTypes/SplatCloud/SplatCloud/SplatCloud.hh>
Public Member Functions | |
CloudPropertyMapEntry () | |
Standard constructor. More... | |
CloudPropertyMapEntry (CloudPropertyInterface *_prop, unsigned int _num) | |
Constructor. More... | |
Public Attributes | |
CloudPropertyInterface * | property_ |
A valid pointer to a cloud-property. More... | |
unsigned int | numRequests_ |
The number of times requestCloudProperty() was called and has not been released yet. More... | |
Cloud-property map entry type
Definition at line 257 of file SplatCloud.hh.
|
inline |
Standard constructor.
Definition at line 260 of file SplatCloud.hh.
|
inline |
Constructor.
Definition at line 261 of file SplatCloud.hh.
unsigned int SplatCloud::CloudPropertyMapEntry::numRequests_ |
The number of times requestCloudProperty() was called and has not been released yet.
Definition at line 264 of file SplatCloud.hh.
CloudPropertyInterface* SplatCloud::CloudPropertyMapEntry::property_ |
A valid pointer to a cloud-property.
Definition at line 263 of file SplatCloud.hh.