VolViz
A volume visualization tool
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Public Member Functions | Public Attributes | List of all members
VolViz::Range< T > Struct Template Reference

An 1D range. More...

#include <Types.h>

+ Collaboration diagram for VolViz::Range< T >:

Public Member Functions

constexpr auto length () const noexcept
 

Public Attributes

min
 
max
 

Detailed Description

template<class T>
struct VolViz::Range< T >

An 1D range.

Member Function Documentation

template<class T>
constexpr auto VolViz::Range< T >::length ( ) const
inlinenoexcept

Member Data Documentation

template<class T>
T VolViz::Range< T >::max
template<class T>
T VolViz::Range< T >::min

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