|
MorphoGraphX
2.0-1-227
|
#include <ImageCuda.hpp>
Public Member Functions | |
| sepIterX (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 349 of file ImageCuda.hpp.
|
inline |
Definition at line 359 of file ImageCuda.hpp.
|
inline |
Definition at line 369 of file ImageCuda.hpp.
|
inline |
Definition at line 363 of file ImageCuda.hpp.
| T* mgx::sepIterX< opT, T >::Dst |
Definition at line 357 of file ImageCuda.hpp.
| opT mgx::sepIterX< opT, T >::pixOP |
Definition at line 351 of file ImageCuda.hpp.
| int mgx::sepIterX< opT, T >::radius |
Definition at line 352 of file ImageCuda.hpp.
| Point3i mgx::sepIterX< opT, T >::size |
Definition at line 354 of file ImageCuda.hpp.
| T* mgx::sepIterX< opT, T >::Src |
Definition at line 356 of file ImageCuda.hpp.
| Point3i mgx::sepIterX< opT, T >::stride |
Definition at line 355 of file ImageCuda.hpp.
1.8.17