HDK
|
#include <ImathForward.h>
Public Member Functions | |
Interval () | |
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 |
Definition at line 52 of file ImathForward.h.
Definition at line 126 of file ImathInterval.h.
Definition at line 132 of file ImathInterval.h.
Definition at line 139 of file ImathInterval.h.
Definition at line 205 of file ImathInterval.h.
Definition at line 162 of file ImathInterval.h.
Definition at line 173 of file ImathInterval.h.
Definition at line 218 of file ImathInterval.h.
Definition at line 184 of file ImathInterval.h.
Definition at line 191 of file ImathInterval.h.
Definition at line 212 of file ImathInterval.h.
Definition at line 154 of file ImathInterval.h.
Definition at line 147 of file ImathInterval.h.
Definition at line 198 of file ImathInterval.h.
Definition at line 68 of file ImathInterval.h.
Definition at line 67 of file ImathInterval.h.