OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Container class for LAS point record type 1. More...
#include <ossimLasPointRecord0.h>
Classes | |
struct | ossimLasPointRecord0Data |
Public Member Functions | |
ossimLasPointRecord0 () | |
default constructor More... | |
ossimLasPointRecord0 (const ossimLasPointRecord0 &obj) | |
const ossimLasPointRecord0 & | operator= (const ossimLasPointRecord0 ©_this) |
virtual | ~ossimLasPointRecord0 () |
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 | |
ossimLasPointRecord0Data | m_record |
Container class for LAS point record type 1.
Definition at line 23 of file ossimLasPointRecord0.h.
ossimLasPointRecord0::ossimLasPointRecord0 | ( | ) |
default constructor
Definition at line 72 of file ossimLasPointRecord0.cpp.
ossimLasPointRecord0::ossimLasPointRecord0 | ( | const ossimLasPointRecord0 & | obj | ) |
Definition at line 78 of file ossimLasPointRecord0.cpp.
|
virtual |
|
virtual |
Implements ossimLasPointRecordInterface.
Definition at line 149 of file ossimLasPointRecord0.cpp.
|
virtual |
Implements ossimLasPointRecordInterface.
Definition at line 169 of file ossimLasPointRecord0.cpp.
References m_record, and ossimLasPointRecord0::ossimLasPointRecord0Data::m_returnByte.
Referenced by print().
|
virtual |
Implements ossimLasPointRecordInterface.
Definition at line 144 of file ossimLasPointRecord0.cpp.
|
virtual |
Implements ossimLasPointRecordInterface.
Definition at line 154 of file ossimLasPointRecord0.cpp.
References ossimLasPointRecord0::ossimLasPointRecord0Data::m_intensity, and m_record.
|
virtual |
Implements ossimLasPointRecordInterface.
Definition at line 164 of file ossimLasPointRecord0.cpp.
References m_record, and ossimLasPointRecord0::ossimLasPointRecord0Data::m_returnByte.
Referenced by print().
|
virtual |
Implements ossimLasPointRecordInterface.
Definition at line 139 of file ossimLasPointRecord0.cpp.
|
virtual |
Implements ossimLasPointRecordInterface.
Definition at line 159 of file ossimLasPointRecord0.cpp.
References m_record, and ossimLasPointRecord0::ossimLasPointRecord0Data::m_returnByte.
Referenced by print().
|
virtual |
Implements ossimLasPointRecordInterface.
Definition at line 124 of file ossimLasPointRecord0.cpp.
References m_record, and ossimLasPointRecord0::ossimLasPointRecord0Data::m_x.
|
virtual |
Implements ossimLasPointRecordInterface.
Definition at line 129 of file ossimLasPointRecord0.cpp.
References m_record, and ossimLasPointRecord0::ossimLasPointRecord0Data::m_y.
|
virtual |
Implements ossimLasPointRecordInterface.
Definition at line 134 of file ossimLasPointRecord0.cpp.
References m_record, and ossimLasPointRecord0::ossimLasPointRecord0Data::m_z.
const ossimLasPointRecord0 & ossimLasPointRecord0::operator= | ( | const ossimLasPointRecord0 & | copy_this | ) |
Definition at line 84 of file ossimLasPointRecord0.cpp.
References m_record.
|
virtual |
Implements ossimLasPointRecordInterface.
Definition at line 174 of file ossimLasPointRecord0.cpp.
References getEdgeFlag(), getNumberOfReturns(), getReturnNumber(), ossimLasPointRecord0::ossimLasPointRecord0Data::m_classification, ossimLasPointRecord0::ossimLasPointRecord0Data::m_intensity, ossimLasPointRecord0::ossimLasPointRecord0Data::m_pointSourceID, m_record, ossimLasPointRecord0::ossimLasPointRecord0Data::m_scanAngleRank, ossimLasPointRecord0::ossimLasPointRecord0Data::m_userData, ossimLasPointRecord0::ossimLasPointRecord0Data::m_x, ossimLasPointRecord0::ossimLasPointRecord0Data::m_y, and ossimLasPointRecord0::ossimLasPointRecord0Data::m_z.
|
virtual |
Initialize record from stream.
Implements ossimLasPointRecordInterface.
Definition at line 97 of file ossimLasPointRecord0.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 199 of file ossimLasPointRecord0.cpp.
References ossimLasPointRecord0::ossimLasPointRecord0Data::m_intensity, ossimLasPointRecord0::ossimLasPointRecord0Data::m_pointSourceID, m_record, ossimLasPointRecord0::ossimLasPointRecord0Data::m_x, ossimLasPointRecord0::ossimLasPointRecord0Data::m_y, ossimLasPointRecord0::ossimLasPointRecord0Data::m_z, and ossimEndian::swap().
Referenced by readStream(), and writeStream().
|
virtual |
Writes record to stream.
Implements ossimLasPointRecordInterface.
Definition at line 107 of file ossimLasPointRecord0.cpp.
References ossim::byteOrder(), m_record, OSSIM_BIG_ENDIAN, and swap().
|
private |
Definition at line 101 of file ossimLasPointRecord0.h.
Referenced by getEdgeFlag(), getIntensity(), getNumberOfReturns(), getReturnNumber(), getX(), getY(), getZ(), operator=(), print(), readStream(), swap(), and writeStream().