Developer Documentation
SplatCloud::SplatPropertyMapEntry Class Reference

#include <Type-SplatCloud/ObjectTypes/SplatCloud/SplatCloud/SplatCloud.hh>

Public Member Functions

 SplatPropertyMapEntry ()
 Standard constructor. More...
 
 SplatPropertyMapEntry (SplatPropertyInterface *_prop, unsigned int _num)
 Constructor. More...
 

Public Attributes

SplatPropertyInterfaceproperty_
 A valid pointer to a splat-property. More...
 
unsigned int numRequests_
 The number of times requestSplatProperty() was called and has not been released yet. More...
 

Detailed Description

Splat-property map entry type

Definition at line 244 of file SplatCloud.hh.

Constructor & Destructor Documentation

◆ SplatPropertyMapEntry() [1/2]

SplatCloud::SplatPropertyMapEntry::SplatPropertyMapEntry ( )
inline

Standard constructor.

Definition at line 247 of file SplatCloud.hh.

◆ SplatPropertyMapEntry() [2/2]

SplatCloud::SplatPropertyMapEntry::SplatPropertyMapEntry ( SplatPropertyInterface _prop,
unsigned int  _num 
)
inline

Constructor.

Definition at line 248 of file SplatCloud.hh.

Member Data Documentation

◆ numRequests_

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.

◆ property_

SplatPropertyInterface* SplatCloud::SplatPropertyMapEntry::property_

A valid pointer to a splat-property.

Definition at line 250 of file SplatCloud.hh.


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