E57 Simple API V1.0.312  Aug. 10, 2012
Public Attributes | List of all members
e57::LineGroupRecord Class Reference

The e57::LineGroupRecord is a structure that stores information about a single group of points in a row or column. More...

#include <E57Simple.h>

Collaboration diagram for e57::LineGroupRecord:
Collaboration graph
[legend]

Public Attributes

int64_t idElementValue
 The value of the identifying element of all members in this group. Shall be in the interval [0, 2^63).
 
int64_t startPointIndex
 The record number of the first point in the continuous interval. Shall be in the interval [0, 2^63).
 
int64_t pointCount
 The number of PointRecords in the group. Shall be in the interval [1, 2^63). May be zero.
 
e57::CartesianBounds cartesianBounds
 The bounding box (in Cartesian coordinates) of all points in the group (in the local coordinate system of the points).
 
e57::SphericalBounds sphericalBounds
 The bounding region (in spherical coordinates) of all the points in the group (in the local coordinate system of the points).
 

Detailed Description

The e57::LineGroupRecord is a structure that stores information about a single group of points in a row or column.


The documentation for this class was generated from the following file: