#include <CellVelocityDataClassFactory.h>


Public Member Functions | |
| CellVelocityDataClassFactory (cldeque< Coordinates3D< float > >::size_type _cldequeCapacity, cldeque< Coordinates3D< float > >::size_type _enoughDataThreshold) | |
| virtual B * | create () |
| virtual void | destroy (B *classNode) |
Private Attributes | |
| cldeque < Coordinates3D < float > >::size_type | cldequeCapacity |
| cldeque < Coordinates3D < float > >::size_type | enoughDataThreshold |
Definition at line 9 of file CellVelocityDataClassFactory.h.
| CellVelocityDataClassFactory< B, T >::CellVelocityDataClassFactory | ( | cldeque< Coordinates3D< float > >::size_type | _cldequeCapacity, | |
| cldeque< Coordinates3D< float > >::size_type | _enoughDataThreshold | |||
| ) | [inline] |
Definition at line 12 of file CellVelocityDataClassFactory.h.
| virtual B* CellVelocityDataClassFactory< B, T >::create | ( | ) | [inline, virtual] |
Reimplemented from BasicClassFactory< B, T >.
Definition at line 23 of file CellVelocityDataClassFactory.h.
References CellVelocityDataClassFactory< B, T >::cldequeCapacity, and CellVelocityDataClassFactory< B, T >::enoughDataThreshold.
| virtual void CellVelocityDataClassFactory< B, T >::destroy | ( | B * | classNode | ) | [inline, virtual] |
| classNode | A pointer to the instance of class T to deallocate. |
Reimplemented from BasicClassFactory< B, T >.
Definition at line 31 of file CellVelocityDataClassFactory.h.
cldeque<Coordinates3D<float> >::size_type CellVelocityDataClassFactory< B, T >::cldequeCapacity [private] |
Definition at line 34 of file CellVelocityDataClassFactory.h.
Referenced by CellVelocityDataClassFactory< B, T >::create().
cldeque<Coordinates3D<float> >::size_type CellVelocityDataClassFactory< B, T >::enoughDataThreshold [private] |
Definition at line 35 of file CellVelocityDataClassFactory.h.
Referenced by CellVelocityDataClassFactory< B, T >::create().
1.5.3