Skip to content

Class muda::Extent3D

ClassList > muda > Extent3D

Public Functions

Type Name
MUDA_GENERIC Extent3D ()
MUDA_GENERIC Extent3D (size_t depth, size_t height, size_t width)
MUDA_GENERIC cudaExtent cuda_extent () const
MUDA_GENERIC size_t depth () 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 Extent3D Zero ()

Public Functions Documentation

function Extent3D [1/2]

inline MUDA_GENERIC muda::Extent3D::Extent3D () 

function Extent3D [2/2]

inline MUDA_GENERIC muda::Extent3D::Extent3D (
    size_t depth,
    size_t height,
    size_t width
) 

function cuda_extent

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

function depth

inline MUDA_GENERIC size_t muda::Extent3D::depth () const

function height

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

function valid

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

function width

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

Public Static Functions Documentation

function Zero

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


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