|
MorphoGraphX
2.0-1-227
|
#include <ImageCuda.hpp>
Public Member Functions | |
| sepIterY (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 395 of file ImageCuda.hpp.
|
inline |
Definition at line 405 of file ImageCuda.hpp.
|
inline |
Definition at line 415 of file ImageCuda.hpp.
|
inline |
Definition at line 409 of file ImageCuda.hpp.
| T* mgx::sepIterY< opT, T >::Dst |
Definition at line 403 of file ImageCuda.hpp.
| opT mgx::sepIterY< opT, T >::pixOP |
Definition at line 397 of file ImageCuda.hpp.
| int mgx::sepIterY< opT, T >::radius |
Definition at line 398 of file ImageCuda.hpp.
| Point3i mgx::sepIterY< opT, T >::size |
Definition at line 400 of file ImageCuda.hpp.
| T* mgx::sepIterY< opT, T >::Src |
Definition at line 402 of file ImageCuda.hpp.
| Point3i mgx::sepIterY< opT, T >::stride |
Definition at line 401 of file ImageCuda.hpp.
1.8.17