|
Blender V4.3
|
#include <RenderMonitor.h>
Public Member Functions | |
| RenderMonitor (Render *re) | |
| virtual | ~RenderMonitor () |
| void | setInfo (string info) |
| void | progress (float i) |
| bool | testBreak () |
Protected Attributes | |
| Render * | _re |
Definition at line 20 of file RenderMonitor.h.
|
inline |
Definition at line 22 of file RenderMonitor.h.
References _re.
|
inlinevirtual |
Definition at line 27 of file RenderMonitor.h.
|
inline |
Definition at line 38 of file RenderMonitor.h.
References _re, and Render::progress().
Referenced by Freestyle::computeCumulativeVisibility().
|
inline |
Definition at line 29 of file RenderMonitor.h.
References _re, Render::i, RenderStats::infostr, and Render::stats_draw().
Referenced by Freestyle::computeCumulativeVisibility().
|
inline |
Definition at line 45 of file RenderMonitor.h.
References _re, and Render::test_break().
Referenced by Freestyle::computeCumulativeVisibility(), Freestyle::ViewMapBuilder::computeCusps(), Freestyle::computeDetailedVisibility(), Freestyle::ViewMapBuilder::ComputeFastRayCastingVisibility(), Freestyle::ViewMapBuilder::computeInitialViewEdges(), Freestyle::ViewMapBuilder::ComputeRayCastingVisibility(), Freestyle::ViewMapBuilder::ComputeSweepLineIntersections(), Freestyle::ViewMapBuilder::ComputeVeryFastRayCastingVisibility(), Freestyle::Controller::ComputeViewMap(), Freestyle::BlenderFileLoader::Load(), Freestyle::Controller::LoadMesh(), and Freestyle::FEdgeXDetector::processShapes().
|
protected |
Definition at line 51 of file RenderMonitor.h.
Referenced by progress(), RenderMonitor(), setInfo(), and testBreak().