MorphoGraphX  2.0-1-227
Public Member Functions | Public Attributes | List of all members
mgx::DilateMaskKernel Struct Reference

#include <ImageCuda.hpp>

Public Member Functions

 DilateMaskKernel (const float *_mask)
 
__device__ __host__ void init ()
 
__device__ __host__ void data (int val, int pos)
 
__device__ __host__ ushort result ()
 

Public Attributes

float acc
 
const float * mask
 

Detailed Description

Definition at line 250 of file ImageCuda.hpp.

Constructor & Destructor Documentation

◆ DilateMaskKernel()

mgx::DilateMaskKernel::DilateMaskKernel ( const float *  _mask)
inline

Definition at line 255 of file ImageCuda.hpp.

Member Function Documentation

◆ data()

__device__ __host__ void mgx::DilateMaskKernel::data ( int  val,
int  pos 
)
inline

Definition at line 259 of file ImageCuda.hpp.

◆ init()

__device__ __host__ void mgx::DilateMaskKernel::init ( )
inline

Definition at line 257 of file ImageCuda.hpp.

◆ result()

__device__ __host__ ushort mgx::DilateMaskKernel::result ( )
inline

Definition at line 265 of file ImageCuda.hpp.

Member Data Documentation

◆ acc

float mgx::DilateMaskKernel::acc

Definition at line 252 of file ImageCuda.hpp.

◆ mask

const float* mgx::DilateMaskKernel::mask

Definition at line 253 of file ImageCuda.hpp.


The documentation for this struct was generated from the following file: