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

#include <ImageCuda.hpp>

Public Member Functions

__device__ __host__ void init ()
 
__device__ __host__ void data (int val, int)
 
__device__ __host__ ushort result ()
 

Public Attributes

int acc
 
int count
 

Detailed Description

Definition at line 163 of file ImageCuda.hpp.

Member Function Documentation

◆ data()

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

Definition at line 170 of file ImageCuda.hpp.

◆ init()

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

Definition at line 168 of file ImageCuda.hpp.

◆ result()

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

Definition at line 172 of file ImageCuda.hpp.

Member Data Documentation

◆ acc

int mgx::AverageKernel::acc

Definition at line 165 of file ImageCuda.hpp.

◆ count

int mgx::AverageKernel::count

Definition at line 166 of file ImageCuda.hpp.


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