File tree Expand file tree Collapse file tree 6 files changed +31
-0
lines changed
Expand file tree Collapse file tree 6 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 77
88#include " Forward.h"
99
10+ /* *
11+ * @file DimType.h
12+ * Functions to inspect dimension types.
13+ */
14+
1015#ifdef __cplusplus
1116
1217namespace pdal
Original file line number Diff line number Diff line change 1515#define PDAL_C_API PDAL_C_IMPORT_API
1616#endif
1717
18+ /* *
19+ * @file Forward.h
20+ * Forward declarations for the PDAL C API.
21+ */
22+
1823#ifdef __cplusplus
1924#include < memory>
2025#include < set>
Original file line number Diff line number Diff line change 66
77#include " Forward.h"
88
9+ /* *
10+ * @file Pipeline.h
11+ * Functions to launch and inspect the results of a pipeline.
12+ */
13+
914#ifdef __cplusplus
1015
1116namespace pdal
Original file line number Diff line number Diff line change 77
88#include " Forward.h"
99
10+ /* *
11+ * @file PointLayout.h
12+ * Functions to inspect the contents of a point layout.
13+ */
14+
15+
1016#ifdef __cplusplus
1117namespace pdal
1218{
Original file line number Diff line number Diff line change 66
77#include " Forward.h"
88
9+ /* *
10+ * @file PointView.h
11+ * Functions to inspect the contents of a point view.
12+ */
13+
914#ifdef __cplusplus /* __cplusplus */
1015
1116namespace pdal
Original file line number Diff line number Diff line change 66
77#include " Forward.h"
88
9+ /* *
10+ * @file PointViewIterator.h
11+ * Functions to inspect the contents of a point view iterator.
12+ */
13+
914#ifdef __cplusplus
1015#include < pdal/PointView.hpp>
1116
You can’t perform that action at this time.
0 commit comments