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) |
T | size () const |
T | center () const |
bool | intersects (const T &point) const |
bool | intersects (const Interval< T > &interval) const |
bool | hasVolume () const |
bool | isEmpty () const |
Public Attributes |
T | min |
T | max |
template<class T>
class Imath::Interval< T >
The documentation for this class was generated from the following file:
- /home/felix/UBC/projects/AdaptiveLightfieldSampling/pbrt_v2/src/3rdparty/ilmbase-1.0.2/ImathInterval.h