Skip to content

Class muda::Extent2D

ClassList > muda > Extent2D

Public Functions

Type Name
MUDA_GENERIC Extent2D ()
MUDA_GENERIC Extent2D (size_t height, size_t width)
MUDA_GENERIC cudaExtent cuda_extent () const
MUDA_GENERIC size_t height () const
MUDA_GENERIC bool valid () const
MUDA_GENERIC size_t width () const

Public Static Functions

Type Name
MUDA_GENERIC Extent2D Zero ()

Public Functions Documentation

function Extent2D [1/2]

inline MUDA_GENERIC muda::Extent2D::Extent2D () 

function Extent2D [2/2]

inline MUDA_GENERIC muda::Extent2D::Extent2D (
    size_t height,
    size_t width
) 

function cuda_extent

template<typename T>
inline MUDA_GENERIC cudaExtent muda::Extent2D::cuda_extent () const

function height

inline MUDA_GENERIC size_t muda::Extent2D::height () const

function valid

inline MUDA_GENERIC bool muda::Extent2D::valid () const

function width

inline MUDA_GENERIC size_t muda::Extent2D::width () const

Public Static Functions Documentation

function Zero

static inline MUDA_GENERIC Extent2D muda::Extent2D::Zero () 


The documentation for this class was generated from the following file src/muda/tools/extent.h