|
OSG
3.4.0
|
#include <GraphicsCostEstimator.h>


Protected Member Functions | |
| virtual | ~GraphicsCostEstimator () |
Protected Member Functions inherited from osg::Referenced | |
| virtual | ~Referenced () |
| void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
| void | deleteUsingDeleteHandler () const |
Protected Attributes | |
| osg::ref_ptr < GeometryCostEstimator > | _geometryEstimator |
| osg::ref_ptr < TextureCostEstimator > | _textureEstimator |
| osg::ref_ptr < ProgramCostEstimator > | _programEstimator |
Protected Attributes inherited from osg::Referenced | |
| OpenThreads::AtomicPtr | _observerSet |
| OpenThreads::Atomic | _refCount |
Additional Inherited Members | |
Static Public Member Functions inherited from osg::Referenced | |
| static OpenThreads::Mutex * | getGlobalReferencedMutex () |
| static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
| static bool | getThreadSafeReferenceCounting () |
| static void | setDeleteHandler (DeleteHandler *handler) |
| static DeleteHandler * | getDeleteHandler () |
Definition at line 107 of file GraphicsCostEstimator.h.
| osg::GraphicsCostEstimator::GraphicsCostEstimator | ( | ) |
|
protectedvirtual |
| void osg::GraphicsCostEstimator::calibrate | ( | osg::RenderInfo & | renderInfo | ) |
calibrate the costs of various compile and draw operations
|
inline |
Definition at line 118 of file GraphicsCostEstimator.h.
|
inline |
Definition at line 121 of file GraphicsCostEstimator.h.
|
inline |
Definition at line 124 of file GraphicsCostEstimator.h.
|
inline |
Definition at line 119 of file GraphicsCostEstimator.h.
|
inline |
Definition at line 122 of file GraphicsCostEstimator.h.
|
inline |
Definition at line 125 of file GraphicsCostEstimator.h.
| void osg::GraphicsCostEstimator::setDefaults | ( | ) |
set defaults for computing the costs.
|
protected |
Definition at line 134 of file GraphicsCostEstimator.h.
|
protected |
Definition at line 136 of file GraphicsCostEstimator.h.
|
protected |
Definition at line 135 of file GraphicsCostEstimator.h.
1.8.8