|
Developer Documentation
|
#include <OpenFlipper/libs_required/ACG/Geometry/GPUCacheOptimizer.hh>
Public Member Functions | |
| void | FindScore (unsigned int MaxSizeVertexCache) |
| forsyth's score function | |
| void | RemoveTriFromList (unsigned int tri) |
Public Attributes | |
| int | iCachePos |
| float | fScore |
| int | iNumTrisTotal |
| int | iNumTrisLeft |
| unsigned int * | pTris |
internal data structures used forsyth and tipsify implementation
Definition at line 207 of file GPUCacheOptimizer.hh.
| void ACG::GPUCacheOptimizer::Opt_Vertex::FindScore | ( | unsigned int | MaxSizeVertexCache | ) |
forsyth's score function
Definition at line 273 of file GPUCacheOptimizer.cc.
| void ACG::GPUCacheOptimizer::Opt_Vertex::RemoveTriFromList | ( | unsigned int | tri | ) |
Definition at line 315 of file GPUCacheOptimizer.cc.
| float ACG::GPUCacheOptimizer::Opt_Vertex::fScore |
Definition at line 213 of file GPUCacheOptimizer.hh.
| int ACG::GPUCacheOptimizer::Opt_Vertex::iCachePos |
Definition at line 212 of file GPUCacheOptimizer.hh.
| int ACG::GPUCacheOptimizer::Opt_Vertex::iNumTrisLeft |
Definition at line 217 of file GPUCacheOptimizer.hh.
| int ACG::GPUCacheOptimizer::Opt_Vertex::iNumTrisTotal |
Definition at line 215 of file GPUCacheOptimizer.hh.
| unsigned int* ACG::GPUCacheOptimizer::Opt_Vertex::pTris |
Definition at line 218 of file GPUCacheOptimizer.hh.