CONSTANT enum value | RayInterval< Real, ValueType > | |
EMPTY enum value | RayInterval< Real, ValueType > | |
isConstant() const | RayInterval< Real, ValueType > | inline |
isEmpty() const | RayInterval< Real, ValueType > | inline |
isVariable() const | RayInterval< Real, ValueType > | inline |
merge(const RayInterval &other, Real tolerance=1e-4) | RayInterval< Real, ValueType > | inline |
operator<(const RayInterval &other) const | RayInterval< Real, ValueType > | inline |
operator==(const RayInterval &other) const | RayInterval< Real, ValueType > | inline |
print() const | RayInterval< Real, ValueType > | inline |
RayInterval() | RayInterval< Real, ValueType > | inline |
RayInterval(Real _t0, Real _t1) | RayInterval< Real, ValueType > | inline |
RayInterval(Real _t0, Real _t1, Hit) | RayInterval< Real, ValueType > | inline |
RayInterval(Real _t0, Real _t1, const ValueType &_value) | RayInterval< Real, ValueType > | inline |
set(Real _t0, Real _t1) | RayInterval< Real, ValueType > | inline |
set(Real _t0, Real _t1, bool empty=false) | RayInterval< Real, ValueType > | inline |
set(Real _t0, Real _t1, const ValueType &_value) | RayInterval< Real, ValueType > | inline |
t0 | RayInterval< Real, ValueType > | |
t1 | RayInterval< Real, ValueType > | |
tag | RayInterval< Real, ValueType > | |
Tag enum name | RayInterval< Real, ValueType > | |
value | RayInterval< Real, ValueType > | |
VARIABLE enum value | RayInterval< Real, ValueType > | |