Public Member Functions | |
| _Factory () | |
| ~_Factory () | |
Static Public Member Functions | |
| static _LayerEdge * | NewLayerEdge () |
| static _Curvature * | NewCurvature () |
| static _2NearEdges * | NewNearEdges () |
Static Private Member Functions | |
| static _Factory *& | me () |
Private Attributes | |
| ObjectPool< _LayerEdge > | _edgePool |
| ObjectPool< _Curvature > | _curvaturePool |
| ObjectPool< _2NearEdges > | _nearEdgesPool |
| VISCOUS_3D::_Factory::_Factory | ( | ) |
References me().
| VISCOUS_3D::_Factory::~_Factory | ( | ) |
References me().
|
staticprivate |
Referenced by _Factory(), NewCurvature(), NewLayerEdge(), NewNearEdges(), and ~_Factory().
|
static |
|
static |
References _edgePool, and me().
Referenced by VISCOUS_3D::_ViscousBuilder::makeLayer().
|
static |
References _nearEdgesPool, and me().
Referenced by VISCOUS_3D::_ViscousBuilder::setEdgeData().
|
private |
Referenced by NewCurvature().
|
private |
Referenced by NewLayerEdge().
|
private |
Referenced by NewNearEdges().