|
MrSID Decode SDK for LiDAR Reference Manual
1.1.4.4709
|
| CBounds | Bounds is a 3-dimensional bounding box |
| ▼CChannelInfo | ChannelInfo stores the basic properties of a channel |
| CChannelData | ChannelData adds sample values to the ChannelInfo class |
| CDataTypeUtils | Helper functions for interaction with the DataType enum |
| CEndian | Endian is a helper class that figures out the host's byte order |
| ▼Cexception | |
| ▼CError | Error is the base class for all LiDAR SDK errors |
| COSError | OSError extends Error by using errno or GetLastError() to build the text description of the error |
| CIO::Location | 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 |
| 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 |
| ▼CIO | IO is the base class for binary input and output |
| CFileIO | FileIO implements file-based IO |
| CPointIterator | PointIterator is the base class for accessing the point cloud |
| ▼CPointSource | PointSource is the base class of LiDAR point cloud extraction pipeline |
| ▼CPointReader | PointReader is the base class for reading LiDAR file formats |
| CMG4PointReader | MG4PointReader reads LiDAR-based MrSID files |
| CTXTPointReader | TXTPointReader reads LiDAR-based Text files |
| ▼CPointWriter | PointWriter is the base for writing LiDAR files |
| ▼CSimplePointWriter | SimplePointWriter handles some of the bookkeeping of writing a file |
| CTXTPointWriter | TXTPointWriter writes LiDAR-based Text files |
| CPointData | PointData is a group of ChannelData objects |
| CPointInfo | PointInfo is a group of ChannelInfo objects |
| ▼CProgressDelegate | ProgressDelegate is the base class for progress and interrupt reporting |
| CPercentProgressDelegate | |
| CRange | Range is a 1-dimensional interval |
| CScoped< TYPE > | Scoped is a wrapper class around Object that gives it block scoping |
| ▼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 |
| CVersion | Functions for geting the SDK version and MrSID file version |
| LizardTech |