|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimPointCloudImageHandler.h>
Public Member Functions | |
| PcrBucket () | |
| PcrBucket (const ossim_float32 *init_value, ossim_uint32 numBands) | |
| PcrBucket (const ossim_float32 &R, const ossim_float32 &G, const ossim_float32 &B) | |
| PcrBucket (const ossim_float32 &init_value) | |
| ~PcrBucket () | |
Public Attributes | |
| ossim_float32 * | m_bucket |
| int | m_numSamples |
Definition at line 220 of file ossimPointCloudImageHandler.h.
|
inline |
Definition at line 223 of file ossimPointCloudImageHandler.h.
| ossimPointCloudImageHandler::PcrBucket::PcrBucket | ( | const ossim_float32 * | init_value, |
| ossim_uint32 | numBands | ||
| ) |
Definition at line 44 of file ossimPointCloudImageHandler.cpp.
References m_bucket.
| ossimPointCloudImageHandler::PcrBucket::PcrBucket | ( | const ossim_float32 & | R, |
| const ossim_float32 & | G, | ||
| const ossim_float32 & | B | ||
| ) |
Definition at line 54 of file ossimPointCloudImageHandler.cpp.
|
explicit |
Definition at line 67 of file ossimPointCloudImageHandler.cpp.
References m_bucket.
| ossimPointCloudImageHandler::PcrBucket::~PcrBucket | ( | ) |
Definition at line 75 of file ossimPointCloudImageHandler.cpp.
| ossim_float32* ossimPointCloudImageHandler::PcrBucket::m_bucket |
Definition at line 230 of file ossimPointCloudImageHandler.h.
Referenced by ossimPointCloudImageHandler::addSample(), and PcrBucket().
| int ossimPointCloudImageHandler::PcrBucket::m_numSamples |
Definition at line 231 of file ossimPointCloudImageHandler.h.
1.8.14