#include "CUDA/CudaImage.H"
#include "CUDA/cudadefs.h"
#include "Image/Rectangle.H"
#include "Image/PixelsTypes.H"
Go to the source code of this file.
Functions | |
template<class T > | |
void | cudaDrawRect (CudaImage< T > &dst, const Rectangle &r, const T color, const int rad) |
void | cudaDrawFilledRect (CudaImage< float > &dst, const Rectangle &r, const float color) |
void | cudaDrawFilledRect (CudaImage< PixRGB< float > > &dst, const Rectangle &r, const PixRGB< float > color) |
C++ wrapper for CUDA Drawing operations
Definition in file CudaDrawOps.H.