#include "exports.h"
#include "MRMesh/MRMeshFwd.h"
#include "MRMesh/MRExpected.h"
Go to the source code of this file.
|
MRCUDA_API Expected< std::unique_ptr< PointCloudDataHolder > > | MR::Cuda::copyDataFrom (const PointCloud &pc, bool copyNormals=false, const std::vector< Vector3f > *normals=nullptr) |
| copy point cloud-related data to the GPU memory
|
|
MRCUDA_API size_t | MR::Cuda::pointCloudHeapBytes (const PointCloud &pc, bool copyNormals=false, const std::vector< Vector3f > *normals=nullptr) |
| return the amount of GPU memory required for MR::Cuda::PointCloudDataHolder
|
|