PBRT
Imath::Interval< T > Class Template Reference

List of all members.

Public Member Functions

 Interval (const T &point)
 Interval (const T &minT, const T &maxT)
bool operator== (const Interval< T > &src) const
void makeEmpty ()
void extendBy (const T &point)
void extendBy (const Interval< T > &interval)
size () const
center () const
bool intersects (const T &point) const
bool intersects (const Interval< T > &interval) const
bool hasVolume () const
bool isEmpty () const

Public Attributes

min
max

template<class T>
class Imath::Interval< T >


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