Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
BoundsBounds is a 3-dimensional bounding box
ChannelDataChannelData adds sample values to the ChannelInfo class
ChannelInfoChannelInfo stores the basic properties of a channel
DataTypeUtilsHelper functions for interaction with the DataType enum
EndianEndian is a helper class that figures out the host's byte order
ErrorError is the base class for all LiDAR SDK errors
FileIOFileIO implements file-based IO
IOIO is the base class for binary input and output
IO::LocationLocation is a helper structure for holding the location of data in a IO object
MetadataMetadata is a container for storing metadata about the point cloud
MG4PointReaderMG4PointReader reads LiDAR-based MrSID files
MutexMutex is a cross platform wrapper for mutexes
MutexMonitorMutexMonitor use Resource Acquisition Is Initialization (RAII) to mutex lock blocks of code
ObjectObject is the base class for implementing reference counting
OSErrorOSError extends Error by using errno or GetLastError() to build the text description of the error
PercentProgressDelegate
PointDataPointData is a group of ChannelData objects
PointInfoPointInfo is a group of ChannelInfo objects
PointIteratorPointIterator is the base class for accessing the point cloud
PointReaderPointReader is the base class for reading LiDAR file formats
PointSourcePointSource is the base class of LiDAR point cloud extraction pipeline
PointWriterPointWriter is the base for writing LiDAR files
ProgressDelegateProgressDelegate is the base class for progress and interrupt reporting
RangeRange is a 1-dimensional interval
Scoped< TYPE >Scoped is a wrapper class around Object that gives it block scoping
SimplePointWriterSimplePointWriter handles some of the bookkeeping of writing a file
StreamStream is the base class for buffered input and output for IO objects
StreamReaderStreamReader implements buffered reads from IO objects
StreamWriterStreamWriter implements buffered writes to IO objects
TXTPointReaderTXTPointReader reads LiDAR-based Text files
TXTPointWriterTXTPointWriter writes LiDAR-based Text files
VersionFunctions for geting the SDK version and MrSID file version

LizardTech