#include <volume.h>

Public Member Functions | |
| AggregateVolume (const vector< VolumeRegion * > &r) | |
| ~AggregateVolume () | |
| BBox | WorldBound () const |
| bool | IntersectP (const Ray &ray, float *t0, float *t1) const |
| Spectrum | sigma_a (const Point &, const Vector &) const |
| Spectrum | sigma_s (const Point &, const Vector &) const |
| Spectrum | Lve (const Point &, const Vector &) const |
| float | p (const Point &, const Vector &, const Vector &) const |
| Spectrum | sigma_t (const Point &, const Vector &) const |
| Spectrum | Tau (const Ray &ray, float, float) const |
Private Attributes | |
| vector< VolumeRegion * > | regions |
| BBox | bound |
Definition at line 91 of file volume.h.
| AggregateVolume::AggregateVolume | ( | const vector< VolumeRegion * > & | r | ) |
| AggregateVolume::~AggregateVolume | ( | ) |
| BBox AggregateVolume::WorldBound | ( | ) | const [virtual] |
Implements VolumeRegion.
Definition at line 134 of file volume.cpp.
References bound.
Referenced by AggregateVolume().
| bool AggregateVolume::IntersectP | ( | const Ray & | ray, | |
| float * | t0, | |||
| float * | t1 | |||
| ) | const [virtual] |
vector<VolumeRegion *> AggregateVolume::regions [private] |
Definition at line 106 of file volume.h.
Referenced by AggregateVolume(), IntersectP(), Lve(), p(), sigma_a(), sigma_s(), sigma_t(), Tau(), and ~AggregateVolume().
BBox AggregateVolume::bound [private] |
1.5.6