![]() |
RenderMan
26.0
|
#include <RixManifoldWalkConnection.h>
Public Member Functions | |
| RixMWConnectionResult () | |
| ~RixMWConnectionResult () | |
| void | Clear () |
| void | Init (float *initPDF) |
| void | Allocate (int maxSize) |
Public Attributes | |
| RtColorRGB * | throughput |
| RtVector3 * | dir |
| RtVector3 * | toLight |
| RtPoint3 * | lastPoint |
| float * | dist |
| float * | distDirect |
| RtColorRGB * | transmission |
| float * | |
| float * | geoTerm |
| bool * | hasConverged |
| int | _maxSize |
| bool | _isDirty |
|
inline |
|
inline |
References dir, dist, distDirect, hasConverged, lastPoint, pdf, throughput, toLight, and transmission.
|
inline |
References _maxSize, dir, dist, distDirect, hasConverged, lastPoint, pdf, throughput, toLight, and transmission.
|
inline |
References _isDirty, _maxSize, dist, distDirect, hasConverged, throughput, and transmission.
|
inline |
References _isDirty, _maxSize, hasConverged, and pdf.
| int RixMWConnectionResult::_maxSize |
Referenced by Allocate(), Clear(), and Init().
| RtVector3* RixMWConnectionResult::dir |
Referenced by Allocate(), and ~RixMWConnectionResult().
| float* RixMWConnectionResult::dist |
Referenced by Allocate(), Clear(), and ~RixMWConnectionResult().
| float* RixMWConnectionResult::distDirect |
Referenced by Allocate(), Clear(), and ~RixMWConnectionResult().
| float* RixMWConnectionResult::geoTerm |
| bool* RixMWConnectionResult::hasConverged |
Referenced by Allocate(), Clear(), Init(), and ~RixMWConnectionResult().
| RtPoint3* RixMWConnectionResult::lastPoint |
Referenced by Allocate(), and ~RixMWConnectionResult().
| float* RixMWConnectionResult::pdf |
Referenced by Allocate(), Init(), and ~RixMWConnectionResult().
| RtColorRGB* RixMWConnectionResult::throughput |
Referenced by Allocate(), Clear(), and ~RixMWConnectionResult().
| RtVector3* RixMWConnectionResult::toLight |
Referenced by Allocate(), and ~RixMWConnectionResult().
| RtColorRGB* RixMWConnectionResult::transmission |
Referenced by Allocate(), Clear(), and ~RixMWConnectionResult().