2#ifndef MR_PARSING_FOR_PB11_BINDINGS
12struct PointCloudDataHolder;
16 const std::vector<Vector3f>* normals =
nullptr );
20 const std::vector<Vector3f>* normals =
nullptr );
Definition MRCudaBasic.h:11
MRCUDA_API size_t pointCloudHeapBytes(const PointCloud &pc, bool copyNormals=false, const std::vector< Vector3f > *normals=nullptr)
return the amount of GPU memory required for MR::Cuda::PointCloudDataHolder
MRCUDA_API Expected< std::unique_ptr< PointCloudDataHolder > > copyDataFrom(const PointCloud &pc, bool copyNormals=false, const std::vector< Vector3f > *normals=nullptr)
copy point cloud-related data to the GPU memory
tl::expected< T, E > Expected
Definition MRExpected.h:59
Definition MRMesh/MRPointCloud.h:16