Skip to content

Commit

Permalink
Added method declaration to allow raw pointers
Browse files Browse the repository at this point in the history
pedrocortesark committed Oct 10, 2024
1 parent bb7f1f7 commit e5d1316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings/bnd_pointcloud.cpp
Original file line number Diff line number Diff line change
@@ -959,7 +959,7 @@ void initPointCloudBindings(void*)
.function("getValues", &BND_PointCloud::GetValues)
.function("closestPoint", &BND_PointCloud::ClosestPoint)
.function("toThreejsJSON", &BND_PointCloud::ToThreejsJSON)
.class_function("createFromThreejsJSON", &BND_PointCloud::CreateFromThreejsJSON)
.class_function("createFromThreejsJSON", &BND_PointCloud::CreateFromThreejsJSON, allow_raw_pointers())
;
}
#endif

0 comments on commit e5d1316

Please sign in to comment.