Blender V5.0
KernelParamsHIP::Interval< T > Struct Template Reference

#include <globals.h>

Public Member Functions

ccl_device_inline_method bool is_empty () const
ccl_device_inline_method bool contains (T value) const
ccl_device_inline_method T length () const

Public Attributes

T min
T max

Detailed Description

template<typename T>
struct KernelParamsHIP::Interval< T >

Definition at line 870 of file device/hip/globals.h.

Member Function Documentation

◆ contains()

template<typename T>
ccl_device_inline_method bool KernelParamsHIP::Interval< T >::contains ( T value) const
inline

Definition at line 880 of file device/hip/globals.h.

◆ is_empty()

template<typename T>
ccl_device_inline_method bool KernelParamsHIP::Interval< T >::is_empty ( ) const
inline

Definition at line 874 of file device/hip/globals.h.

◆ length()

template<typename T>
ccl_device_inline_method T KernelParamsHIP::Interval< T >::length ( ) const
inline

Definition at line 885 of file device/hip/globals.h.

Member Data Documentation

◆ max

template<typename T>
T KernelParamsHIP::Interval< T >::max

Definition at line 872 of file device/hip/globals.h.

◆ min

template<typename T>
T KernelParamsHIP::Interval< T >::min

Definition at line 871 of file device/hip/globals.h.


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