OWL
OptiX7 Wrapper Library
owl::common::interval< T > Struct Template Reference

#include <box.h>

Public Types

typedef T scalar_t
 

Public Member Functions

__both__ interval ()
 
__both__ interval (T begin, T end)
 
__both__ bool contains (const T &t) const
 
__both__ bool is_empty () const
 
__both__center () const
 
__both__span () const
 
__both__diagonal () const
 
__both__ interval< T > & extend (const T &t)
 
__both__ interval< T > & extend (const interval< T > &t)
 
__both__ interval< T > including (const T &t)
 

Static Public Member Functions

static __both__ interval< T > positive ()
 

Public Attributes

union {
   T   begin
 
   T   lower
 
   T   lo
 
}; 
 
union {
   T   end
 
   T   upper
 
   T   hi
 
}; 
 

Member Typedef Documentation

◆ scalar_t

template<typename T >
typedef T owl::common::interval< T >::scalar_t

Constructor & Destructor Documentation

◆ interval() [1/2]

template<typename T >
__both__ owl::common::interval< T >::interval ( )
inline

◆ interval() [2/2]

template<typename T >
__both__ owl::common::interval< T >::interval ( begin,
end 
)
inline

Member Function Documentation

◆ center()

template<typename T >
__both__ T owl::common::interval< T >::center ( ) const
inline

◆ contains()

template<typename T >
__both__ bool owl::common::interval< T >::contains ( const T &  t) const
inline

◆ diagonal()

template<typename T >
__both__ T owl::common::interval< T >::diagonal ( ) const
inline

◆ extend() [1/2]

template<typename T >
__both__ interval<T>& owl::common::interval< T >::extend ( const interval< T > &  t)
inline

◆ extend() [2/2]

template<typename T >
__both__ interval<T>& owl::common::interval< T >::extend ( const T &  t)
inline

◆ including()

template<typename T >
__both__ interval<T> owl::common::interval< T >::including ( const T &  t)
inline

◆ is_empty()

template<typename T >
__both__ bool owl::common::interval< T >::is_empty ( ) const
inline

◆ positive()

template<typename T >
static __both__ interval<T> owl::common::interval< T >::positive ( )
inlinestatic

◆ span()

template<typename T >
__both__ T owl::common::interval< T >::span ( ) const
inline

Member Data Documentation

◆ @1

union { ... }

◆ @3

union { ... }

◆ begin

template<typename T >
T owl::common::interval< T >::begin

◆ end

template<typename T >
T owl::common::interval< T >::end

◆ hi

template<typename T >
T owl::common::interval< T >::hi

◆ lo

template<typename T >
T owl::common::interval< T >::lo

◆ lower

template<typename T >
T owl::common::interval< T >::lower

◆ upper

template<typename T >
T owl::common::interval< T >::upper

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