38 std::shared_ptr<PointCloud> surfacePC_;
39 std::shared_ptr<PointCloud> directionsPC_;
40 std::vector<float> distances_;
#define MRMESH_API
Definition MRMeshFwd.h:80
unsafe void setDirectionsPC(MR.Const_PointCloud directionsPC)
unsafe void setDistances(int width, int height, MR.Std.Const_Vector_Float distances)
unsafe void loadDistances(int width, int height, string path)
unsafe void setSurfacePC(MR.Const_PointCloud surfacePC)
auto width(const Box< V > &box)
returns size along x axis
Definition MRMesh/MRBox.h:354
auto height(const Box< V > &box)
returns size along y axis
Definition MRMesh/MRBox.h:361
Definition MRCameraOrientationPlugin.h:8