You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to define an application specific octree container type and use it as my leaf container. As I could follow from your code, you precompile the code due to speed up the end user compile time. Because of this we can only change the point type but can modify neither the leaf nor the branch type. For example OctreePointCloudSearch cannot be declared with a OctreeContainerPointIndex leaf container (this causes linking error). I wonder whether you can offer a method to work around this problem.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I want to define an application specific octree container type and use it as my leaf container. As I could follow from your code, you precompile the code due to speed up the end user compile time. Because of this we can only change the point type but can modify neither the leaf nor the branch type. For example OctreePointCloudSearch cannot be declared with a OctreeContainerPointIndex leaf container (this causes linking error). I wonder whether you can offer a method to work around this problem.
Thanks
The text was updated successfully, but these errors were encountered: