|
MorphoGraphX
2.0-1-227
|
#include <ImageCuda.hpp>
Public Member Functions | |
| sepIterZ (opT _pixOP, int _radius, thrust::device_vector< T > &_Src, thrust::device_vector< T > &_Dst) | |
| void | setSizes (const Point3i &, const Point3i &_size) |
| __device__ __host__ void | operator() (uint idx) |
Public Attributes | |
| opT | pixOP |
| int | radius |
| Point3i | size |
| Point3i | stride |
| T * | Src |
| T * | Dst |
Definition at line 441 of file ImageCuda.hpp.
|
inline |
Definition at line 451 of file ImageCuda.hpp.
|
inline |
Definition at line 461 of file ImageCuda.hpp.
|
inline |
Definition at line 455 of file ImageCuda.hpp.
| T* mgx::sepIterZ< opT, T >::Dst |
Definition at line 449 of file ImageCuda.hpp.
| opT mgx::sepIterZ< opT, T >::pixOP |
Definition at line 443 of file ImageCuda.hpp.
| int mgx::sepIterZ< opT, T >::radius |
Definition at line 444 of file ImageCuda.hpp.
| Point3i mgx::sepIterZ< opT, T >::size |
Definition at line 446 of file ImageCuda.hpp.
| T* mgx::sepIterZ< opT, T >::Src |
Definition at line 448 of file ImageCuda.hpp.
| Point3i mgx::sepIterZ< opT, T >::stride |
Definition at line 447 of file ImageCuda.hpp.
1.8.17