diff --git a/docs/doxygen/html/_r_e_a_d_m_e_8md.html b/docs/doxygen/html/_r_e_a_d_m_e_8md.html index 7893540..dafa445 100644 --- a/docs/doxygen/html/_r_e_a_d_m_e_8md.html +++ b/docs/doxygen/html/_r_e_a_d_m_e_8md.html @@ -1,9 +1,9 @@ - +
- +▼ pdal | |
pdalc.h | |
pdalc.h | |
pdalc_config.h | Functions to retrieve PDAL version and configuration information |
pdalc_defines.h | |
pdalc_defines.h | |
pdalc_dimtype.h | Functions to inspect PDAL dimension types |
pdalc_forward.h | Forward declarations for the PDAL C API |
pdalc_forward.h | Forward declarations for the PDAL C API |
pdalc_pipeline.h | Functions to launch and inspect the results of a PDAL pipeline |
pdalc_pointlayout.h | Functions to inspect the contents of a PDAL point layout |
pdalc_pointlayout.h | Functions to inspect the contents of a PDAL point layout |
pdalc_pointview.h | Functions to inspect the contents of a PDAL point view |
pdalc_pointviewiterator.h | Functions to inspect the contents of a PDAL point view iterator |
pdalc_pointviewiterator.h | Functions to inspect the contents of a PDAL point view iterator |
)
+)
pdal-c is a C API for the Point Data Abstraction Library (PDAL) and is compatible with PDAL 1.7 and later.
-pdal-c is released under the BSD 3-clause license.
+pdal-c is a C API for the Point Data Abstraction Library (PDAL) and is compatible with PDAL 1.7 and later.
+pdal-c is released under the BSD 3-clause license.
The library can be installed as a package on Windows, Mac and Linux using Conda.
+The library can be installed as a package on Windows, Mac and Linux using Conda.
The conda package includes a tool called test_pdalc
. Run this to confirm that the API configuration is correct and to report on the version of PDAL that the API is connected to.
The conda package includes a tool called test_pdalc
. Run this to confirm that the API configuration is correct and to report on the version of PDAL that the API is connected to.
This interface is suitable for use with C# and with Unity.
+There is a Unity Package Manager (UPM) package for PDAL based on this library.
The library is dependent on PDAL and has currently been tested up to v2.2.0.
+The library is dependent on PDAL and has currently been tested up to v2.2.0.
An example of the use of the API is given in the csharp
folder which contains an integration to PDAL in C#.
NOTE - these scripts are provided for information only as examples and are not supported in any way!
+An example of the use of the API is given in the csharp
folder which contains an integration to PDAL in C#.
NOTE - these scripts are provided for information only as examples and are not supported in any way!
This takes a LAS file, splits the file into tiles and then creates a Delaunay Triangulation (i.e. Mesh) for each one.
-This code uses the sample bindings as-is and has a dependency on Geometry3Sharp only.
-Note that BcpData
is a custom data structure that holds the Point Cloud in a form suitable to create a Baked PointCloud suitable for rendering as a VFX graph in Unity. This is an efficient way to display point cloud data in VR and I have used it successfully with point clouds of 10 million points.
This takes a LAS file, splits the file into tiles and then creates a Delaunay Triangulation (i.e. Mesh) for each one.
+This code uses the sample bindings as-is and has a dependency on Geometry3Sharp only.
+Note that BcpData
is a custom data structure that holds the Point Cloud in a form suitable to create a Baked PointCloud suitable for rendering as a VFX graph in Unity. This is an efficient way to display point cloud data in VR and I have used it successfully with point clouds of 10 million points.
The library can be built on Windows using the following command - which assumes that you are in a conda environment that has the conda-forge pdal
package loaded:
The library can be built on Windows using the following command - which assumes that you are in a conda environment that has the conda-forge pdal
package loaded:
The library can be built on Linux and Mac using the following command - which assumes that you are in a conda environment that has the conda-forge pdal
package loaded:
The library can be built on Linux and Mac using the following command - which assumes that you are in a conda environment that has the conda-forge pdal
package loaded:
This project enforces the PDAL code styles, which can checked as follows :
+This project enforces the PDAL code styles, which can checked as follows :
astylerc
./check_all.bash
Functions to retrieve PDAL version and configuration information.
+Functions to retrieve PDAL version and configuration information.
Retrieves the full PDAL version string.
-The full version string includes the major version number, the minor version number, the patch version number, and the shortened Git commit SHA1.
+The full version string includes the major version number, the minor version number, the patch version number, and the shortened Git commit SHA1.
- pdal-c v2.1.1
+ pdal-c v2.2.0
C API for PDAL
|
@@ -34,10 +34,10 @@
index
from a dimension type list. More...index
from a dimension type list. Functions to inspect PDAL dimension types.
+Functions to inspect PDAL dimension types.
Returns the invalid dimension type.
-This dimension type has:
This dimension type has:
Forward declarations for the PDAL C API.
+Forward declarations for the PDAL C API.
Functions to launch and inspect the results of a PDAL pipeline.
+Functions to launch and inspect the results of a PDAL pipeline.
PDALC_API bool PDALExecutePipelineAsStream | +( | +PDALPipelinePtr | +pipeline | ) | ++ |
Executes a pipeline as a streamable pipeline.
+Will run as non-streamed pipeline if the pipeline is not streamable.
+pipeline | The pipeline |
PDALC_API bool PDALPipelineIsStreamable | +( | +PDALPipelinePtr | +pipeline | ) | ++ |
Determines if a pipeline is streamable.
+pipeline | The pipeline |
layout
. More...layout
. name
in a layout
. More...name
in a layout
. layout
. More...layout
. layout
. More...layout
. layout
. More...layout
. Functions to inspect the contents of a PDAL point layout.
+Functions to inspect the contents of a PDAL point layout.
view
. More...view
. view
. More...view
. view
. More...view
. view
is empty, i.e., has no points. More...view
is empty, i.e., has no points. view
. More...view
. view
. More...view
. view
. More...view
. view
. More...view
. view
. More...view
. Functions to inspect the contents of a PDAL point view.
+Functions to inspect the contents of a PDAL point view.