MeshLib C++ Docs
Loading...
Searching...
No Matches
MRCudaTest.h
Go to the documentation of this file.
1
#pragma once
2
#include "exports.h"
3
#include "
MRMesh/MRMeshFwd.h
"
4
#include "
MRMesh/MRExpected.h
"
5
6
// This file exists for testing some cuda features
7
8
namespace
MR
9
{
10
11
namespace
Cuda
12
{
13
14
// This function inverts Color value (255 - value in each channel except alpha)
15
MRCUDA_API
Expected<void>
negatePicture
(
MR::Image
& image );
16
17
}
18
19
}
MRExpected.h
MRMeshFwd.h
MR::Cuda::negatePicture
MRCUDA_API Expected< void > negatePicture(MR::Image &image)
MR
MR::Expected
tl::expected< T, E > Expected
Definition
MRExpected.h:59
MR::Image
Definition
MRImage.h:15
MeshLib
source
MRCuda
MRCudaTest.h
Generated by
1.11.0