OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Container class for LAS point record type 3. More...
#include <ossimLasPointRecord3.h>
Classes | |
union | BitFlags |
struct | ossimLasPointRecord3Data |
Public Member Functions | |
ossimLasPointRecord3 () | |
default constructor More... | |
ossimLasPointRecord3 (const ossimLasPointRecord3 &obj) | |
const ossimLasPointRecord3 & | operator= (const ossimLasPointRecord3 ©_this) |
virtual | ~ossimLasPointRecord3 () |
destructor More... | |
virtual void | readStream (std::istream &in) |
Initialize record from stream. More... | |
virtual void | writeStream (std::ostream &out) |
Writes record to stream. More... | |
virtual ossim_int32 | getX () const |
virtual ossim_int32 | getY () const |
virtual ossim_int32 | getZ () const |
virtual ossim_uint16 | getRed () const |
virtual ossim_uint16 | getGreen () const |
virtual ossim_uint16 | getBlue () const |
virtual ossim_uint16 | getIntensity () const |
virtual ossim_uint8 | getReturnNumber () const |
virtual ossim_uint8 | getNumberOfReturns () const |
virtual ossim_uint8 | getEdgeFlag () const |
virtual std::ostream & | print (std::ostream &out) const |
![]() | |
virtual | ~ossimLasPointRecordInterface () |
Virtual destructor defined to squash compiler errors. More... | |
Private Member Functions | |
void | swap () |
Performs a swap if system byte order is not little endian. More... | |
Private Attributes | |
ossimLasPointRecord3Data | m_record |
Container class for LAS point record type 3.
Definition at line 23 of file ossimLasPointRecord3.h.
ossimLasPointRecord3::ossimLasPointRecord3 | ( | ) |
default constructor
Definition at line 84 of file ossimLasPointRecord3.cpp.
ossimLasPointRecord3::ossimLasPointRecord3 | ( | const ossimLasPointRecord3 & | obj | ) |
Definition at line 90 of file ossimLasPointRecord3.cpp.
|
virtual |
|
virtual |
Implements ossimLasPointRecordInterface.
Definition at line 161 of file ossimLasPointRecord3.cpp.
|
virtual |
Implements ossimLasPointRecordInterface.
Definition at line 182 of file ossimLasPointRecord3.cpp.
References ossimLasPointRecord3::ossimLasPointRecord3Data::m_bitFlags, ossimLasPointRecord3::BitFlags::m_edgeOfFlightLine, and m_record.
Referenced by print().
|
virtual |
Implements ossimLasPointRecordInterface.
Definition at line 156 of file ossimLasPointRecord3.cpp.
|
virtual |
Implements ossimLasPointRecordInterface.
Definition at line 167 of file ossimLasPointRecord3.cpp.
References ossimLasPointRecord3::ossimLasPointRecord3Data::m_intensity, and m_record.
|
virtual |
Implements ossimLasPointRecordInterface.
Definition at line 177 of file ossimLasPointRecord3.cpp.
References ossimLasPointRecord3::ossimLasPointRecord3Data::m_bitFlags, ossimLasPointRecord3::BitFlags::m_numberOfReturns, and m_record.
Referenced by print().
|
virtual |
Implements ossimLasPointRecordInterface.
Definition at line 151 of file ossimLasPointRecord3.cpp.
|
virtual |
Implements ossimLasPointRecordInterface.
Definition at line 172 of file ossimLasPointRecord3.cpp.
References ossimLasPointRecord3::ossimLasPointRecord3Data::m_bitFlags, m_record, and ossimLasPointRecord3::BitFlags::m_returnNumber.
Referenced by print().
|
virtual |
Implements ossimLasPointRecordInterface.
Definition at line 136 of file ossimLasPointRecord3.cpp.
References m_record, and ossimLasPointRecord3::ossimLasPointRecord3Data::m_x.
|
virtual |
Implements ossimLasPointRecordInterface.
Definition at line 141 of file ossimLasPointRecord3.cpp.
References m_record, and ossimLasPointRecord3::ossimLasPointRecord3Data::m_y.
|
virtual |
Implements ossimLasPointRecordInterface.
Definition at line 146 of file ossimLasPointRecord3.cpp.
References m_record, and ossimLasPointRecord3::ossimLasPointRecord3Data::m_z.
const ossimLasPointRecord3 & ossimLasPointRecord3::operator= | ( | const ossimLasPointRecord3 & | copy_this | ) |
Definition at line 96 of file ossimLasPointRecord3.cpp.
References m_record.
|
virtual |
Implements ossimLasPointRecordInterface.
Definition at line 187 of file ossimLasPointRecord3.cpp.
References getEdgeFlag(), getNumberOfReturns(), getReturnNumber(), ossimLasPointRecord3::ossimLasPointRecord3Data::m_bitFlags, ossimLasPointRecord3::ossimLasPointRecord3Data::m_blue, ossimLasPointRecord3::ossimLasPointRecord3Data::m_classification, ossimLasPointRecord3::ossimLasPointRecord3Data::m_gpsTime, ossimLasPointRecord3::ossimLasPointRecord3Data::m_green, ossimLasPointRecord3::ossimLasPointRecord3Data::m_intensity, ossimLasPointRecord3::ossimLasPointRecord3Data::m_pointSourceId, m_record, ossimLasPointRecord3::ossimLasPointRecord3Data::m_red, ossimLasPointRecord3::ossimLasPointRecord3Data::m_scanAngleRank, ossimLasPointRecord3::BitFlags::m_scanDirection, ossimLasPointRecord3::ossimLasPointRecord3Data::m_userData, ossimLasPointRecord3::ossimLasPointRecord3Data::m_x, ossimLasPointRecord3::ossimLasPointRecord3Data::m_y, and ossimLasPointRecord3::ossimLasPointRecord3Data::m_z.
|
virtual |
Initialize record from stream.
Implements ossimLasPointRecordInterface.
Definition at line 109 of file ossimLasPointRecord3.cpp.
References ossim::byteOrder(), m_record, OSSIM_BIG_ENDIAN, and swap().
|
private |
Performs a swap if system byte order is not little endian.
Definition at line 217 of file ossimLasPointRecord3.cpp.
References ossimLasPointRecord3::ossimLasPointRecord3Data::m_blue, ossimLasPointRecord3::ossimLasPointRecord3Data::m_gpsTime, ossimLasPointRecord3::ossimLasPointRecord3Data::m_green, ossimLasPointRecord3::ossimLasPointRecord3Data::m_intensity, ossimLasPointRecord3::ossimLasPointRecord3Data::m_pointSourceId, m_record, ossimLasPointRecord3::ossimLasPointRecord3Data::m_red, ossimLasPointRecord3::ossimLasPointRecord3Data::m_x, ossimLasPointRecord3::ossimLasPointRecord3Data::m_y, ossimLasPointRecord3::ossimLasPointRecord3Data::m_z, and ossimEndian::swap().
Referenced by readStream(), and writeStream().
|
virtual |
Writes record to stream.
Implements ossimLasPointRecordInterface.
Definition at line 119 of file ossimLasPointRecord3.cpp.
References ossim::byteOrder(), m_record, OSSIM_BIG_ENDIAN, and swap().
|
private |
Definition at line 120 of file ossimLasPointRecord3.h.
Referenced by getEdgeFlag(), getIntensity(), getNumberOfReturns(), getReturnNumber(), getX(), getY(), getZ(), operator=(), print(), readStream(), swap(), and writeStream().