MrSID Decode SDK for LiDAR Reference Manual
1.1.2.4045
|
CBounds | Bounds is a 3-dimensional bounding box |
CChannelData | ChannelData adds sample values to the ChannelInfo class |
CChannelInfo | ChannelInfo stores the basic properties of a channel |
CDataTypeUtils | Helper functions for interaction with the DataType enum |
CEndian | Endian is a helper class that figures out the host's byte order |
CError | Error is the base class for all LiDAR SDK errors |
CFileIO | FileIO implements file-based IO |
▼CIO | IO is the base class for binary input and output |
CLocation | Location is a helper structure for holding the location of data in a IO object |
CMetadata | Metadata is a container for storing metadata about the point cloud |
CMG4PointReader | MG4PointReader reads LiDAR-based MrSID files |
CMutex | Mutex is a cross platform wrapper for mutexes |
CMutexMonitor | MutexMonitor use Resource Acquisition Is Initialization (RAII) to mutex lock blocks of code |
CObject | Object is the base class for implementing reference counting |
COSError | OSError extends Error by using errno or GetLastError() to build the text description of the error |
CPercentProgressDelegate | |
CPointData | PointData is a group of ChannelData objects |
CPointInfo | PointInfo is a group of ChannelInfo objects |
CPointIterator | PointIterator is the base class for accessing the point cloud |
CPointReader | PointReader is the base class for reading LiDAR file formats |
CPointSource | PointSource is the base class of LiDAR point cloud extraction pipeline |
CPointWriter | PointWriter is the base for writing LiDAR files |
CProgressDelegate | ProgressDelegate is the base class for progress and interrupt reporting |
CRange | Range is a 1-dimensional interval |
CScoped | Scoped is a wrapper class around Object that gives it block scoping |
CSimplePointWriter | SimplePointWriter handles some of the bookkeeping of writing a file |
CStream | Stream is the base class for buffered input and output for IO objects |
CStreamReader | StreamReader implements buffered reads from IO objects |
CStreamWriter | StreamWriter implements buffered writes to IO objects |
CTXTPointReader | TXTPointReader reads LiDAR-based Text files |
CTXTPointWriter | TXTPointWriter writes LiDAR-based Text files |
CVersion | Functions for geting the SDK version and MrSID file version |
LizardTech |