Skip to content

Commit eeac260

Browse files
committed
Add Doxygen comments for PDALDimType struct
1 parent d8c23e7 commit eeac260

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/pdal/capi/Forward.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,19 @@ namespace pdal
4444

4545
typedef struct PDALDimType PDALDimType;
4646

47+
/// A dimension type
4748
struct PDALDimType
4849
{
50+
/// The dimension's identifier
4951
uint32_t id;
52+
53+
/// The dimension's interpretation type
5054
uint32_t type;
55+
56+
/// The dimension's scaling factor
5157
double scale;
58+
59+
/// The dimension's offset value
5260
double offset;
5361
};
5462

0 commit comments

Comments
 (0)