OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Container class to hold accumulated point data. More...
Public Member Functions | |
Bucket () | |
void | add (const ossim_float64 &point) |
ossim_float64 | getValue () const |
void | setRed (const ossim_uint16 &value) |
void | setGreen (const ossim_uint16 &value) |
void | setBlue (const ossim_uint16 &value) |
void | setIntensity (const ossim_uint16 &value) |
ossim_uint16 | getRed () const |
ossim_uint16 | getGreen () const |
ossim_uint16 | getBlue () const |
ossim_uint16 | getIntensity () const |
Public Attributes | |
ossim_float64 | a |
ossim_uint32 | c |
ossim_uint16 | red |
ossim_uint16 | green |
ossim_uint16 | blue |
ossim_uint16 | intensity |
Container class to hold accumulated point data.
Currently single band.
Definition at line 250 of file ossimLasReader.h.
|
inline |
Definition at line 253 of file ossimLasReader.h.
|
inline |
Definition at line 255 of file ossimLasReader.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 256 of file ossimLasReader.h.
|
inline |
|
inline |
|
inline |
|
inline |
ossim_float64 ossimLasReader::Bucket::a |
Definition at line 266 of file ossimLasReader.h.
Referenced by add(), and getValue().
ossim_uint16 ossimLasReader::Bucket::blue |
Definition at line 270 of file ossimLasReader.h.
ossim_uint32 ossimLasReader::Bucket::c |
Definition at line 267 of file ossimLasReader.h.
Referenced by add(), and getValue().
ossim_uint16 ossimLasReader::Bucket::green |
Definition at line 269 of file ossimLasReader.h.
Referenced by getGreen(), and setGreen().
ossim_uint16 ossimLasReader::Bucket::intensity |
Definition at line 271 of file ossimLasReader.h.
Referenced by getIntensity(), and setIntensity().
ossim_uint16 ossimLasReader::Bucket::red |
Definition at line 268 of file ossimLasReader.h.