|
MorphoGraphX
2.0-1-227
|
#include <ImageCuda.hpp>
Public Member Functions | |
| nonSepIter (opT _pixOP, Point3i _radius, thrust::device_vector< T > &_Src, thrust::device_vector< T > &_Dst) | |
| void | setSizes (const Point3i _base, const Point3i &_imgSize) |
| __device__ __host__ void | operator() (uint idx) |
Public Attributes | |
| opT | pixOP |
| Point3i | radius |
| Point3i | imgSize |
| T * | Src |
| T * | Dst |
Definition at line 747 of file ImageCuda.hpp.
|
inline |
Definition at line 755 of file ImageCuda.hpp.
|
inline |
Definition at line 765 of file ImageCuda.hpp.
|
inline |
Definition at line 759 of file ImageCuda.hpp.
| T* mgx::nonSepIter< opT, T >::Dst |
Definition at line 753 of file ImageCuda.hpp.
| Point3i mgx::nonSepIter< opT, T >::imgSize |
Definition at line 751 of file ImageCuda.hpp.
| opT mgx::nonSepIter< opT, T >::pixOP |
Definition at line 749 of file ImageCuda.hpp.
| Point3i mgx::nonSepIter< opT, T >::radius |
Definition at line 750 of file ImageCuda.hpp.
| T* mgx::nonSepIter< opT, T >::Src |
Definition at line 752 of file ImageCuda.hpp.
1.8.17