|
libE57Format 3.1.1
C++ library to read & write the E57 file format for point cloud data
|
| ▼Ne57 | |
| CBlobNode | An E57 element encoding an fixed-length sequence of bytes with an opaque format |
| CCartesianBounds | Specifies an axis-aligned box in local cartesian coordinates |
| CColorLimits | Specifies the limits for the value of red, green, and blue color that a sensor is capable of producing |
| CCompressedVectorNode | An E57 element containing ordered vector of child nodes, stored in an efficient binary format |
| CCompressedVectorReader | An iterator object keeping track of a read in progress from a CompressedVectorNode |
| CCompressedVectorWriter | An iterator object keeping track of a write in progress to a CompressedVectorNode |
| CCylindricalRepresentation | Stores an image that is mapped from 3D using a cylindrical projection model |
| CData3D | Stores the top-level information for a single lidar scan |
| CData3DPointsData_t | Stores pointers to user-provided buffers |
| CDateTime | Encodes date and time |
| CE57Exception | Object thrown by E57 API functions to communicate the conditions of an error |
| CE57Root | Stores the top-level information for the XML section of the file |
| CFloatNode | An E57 element encoding a single or double precision IEEE floating point number |
| CGroupingByLine | Stores a set of point groups organized by the rowIndex or columnIndex attribute of the PointRecord |
| CImage2D | Stores an image from a camera |
| CImageFile | An ASTM E57 3D format file object |
| CIndexBounds | Stores the minimum and maximum of rowIndex, columnIndex, and returnIndex fields for a set of points |
| CIntegerNode | An E57 element encoding an integer value |
| CIntensityLimits | Specifies the limits for the value of signal intensity that a sensor is capable of producing |
| CLineGroupRecord | Stores information about a single group of points in a row or column |
| CNode | Generic handle to any of the 8 types of E57 element objects |
| CPinholeRepresentation | Stores an image that is mapped from 3D using the pinhole camera projection model |
| CPointGroupingSchemes | Supports the division of points within an Data3D into logical groupings |
| CPointStandardizedFieldsAvailable | Used to interrogate if standardized fields are available |
| CQuaternion | Represents a rigid body rotation |
| CReader | Used for reading an E57 file using E57 Simple API |
| CReaderOptions | Options to the Reader constructor |
| CRigidBodyTransform | Defines a rigid body transform in cartesian coordinates |
| CScaledIntegerNode | An E57 element encoding a fixed point number |
| CSourceDestBuffer | A memory buffer to transfer data to/from a CompressedVectorNode in a block |
| CSphericalBounds | Stores the bounds of some data in spherical coordinates |
| CSphericalRepresentation | Stores an image that is mapped from 3D using a spherical projection model |
| CStringNode | An E57 element encoding a Unicode character string value |
| CStructureNode | An E57 element containing named child nodes |
| CTranslation | Defines a rigid body translation in Cartesian coordinates |
| CVectorNode | An E57 element containing ordered vector of child nodes |
| CVisualReferenceRepresentation | Stores an image that is to be used only as a visual reference |
| CWriter | Used for writing an E57 file using the E57 Simple API |
| CWriterOptions | Options to the Writer constructor |