Data record associated with path endpoints (aka supernodes) in the path-space framework. More...
#include <mitsuba/bidir/common.h>
Public Member Functions | |
EndpointRecord (Float time) | |
Create a new endpoint record for a given time value. More... | |
EndpointRecord (Float time, const Point2 &uv) | |
Create a new endpoint record for a given time value. More... | |
std::string | toString () const |
Return a human-readable description. More... | |
Public Attributes | |
Float | time |
Time value associated with the path. More... | |
Data record associated with path endpoints (aka supernodes) in the path-space framework.
This record stores the desired time value when starting a new path. For sensor subpaths, it optionally specifies the desired pixel position of the path.
|
inline |
Create a new endpoint record for a given time value.
Create a new endpoint record for a given time value.
std::string mitsuba::EndpointRecord::toString | ( | ) | const |
Return a human-readable description.
Float mitsuba::EndpointRecord::time |
Time value associated with the path.