Zivid C++ API  1.8.1+6967bc1b-1
Defining the Future of 3D Machine Vision
Public Member Functions | List of all members
Zivid::Range< T > Class Template Reference

Class describing a range of values for a given type T The range boudaries for both minimum and maximum are inclusive /summary> More...

#include <Zivid/Range.h>

Public Member Functions

 Range (const T &min, const T &max)
 Constructor More...
 
const T & min () const
 Get the minimum value of the range More...
 
const T & max () const
 Get the maximum value of the range More...
 
std::string toString () const
 Get the range as string More...
 

Detailed Description

template<typename T>
class Zivid::Range< T >

Class describing a range of values for a given type T The range boudaries for both minimum and maximum are inclusive /summary>

Constructor & Destructor Documentation

◆ Range()

template<typename T >
Zivid::Range< T >::Range ( const T &  min,
const T &  max 
)
inline

Constructor

Member Function Documentation

◆ max()

template<typename T >
const T& Zivid::Range< T >::max ( ) const
inline

Get the maximum value of the range

◆ min()

template<typename T >
const T& Zivid::Range< T >::min ( ) const
inline

Get the minimum value of the range

◆ toString()

template<typename T >
std::string Zivid::Range< T >::toString ( ) const
inline

Get the range as string


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