#include <CellVelocityDataAccessor.h>


Public Member Functions | |
| CellVelocityDataAccessor (cldeque< Coordinates3D< float > >::size_type _cldequeCapacity, cldeque< Coordinates3D< float > >::size_type _enoughDataThreshold) | |
Protected Member Functions | |
| virtual BasicClassFactoryBase < void > * | createClassFactory () |
Private Attributes | |
| cldeque < Coordinates3D < float > >::size_type | cldequeCapacity |
| cldeque < Coordinates3D < float > >::size_type | enoughDataThreshold |
Definition at line 9 of file CellVelocityDataAccessor.h.
| CellVelocityDataAccessor< T >::CellVelocityDataAccessor | ( | cldeque< Coordinates3D< float > >::size_type | _cldequeCapacity, | |
| cldeque< Coordinates3D< float > >::size_type | _enoughDataThreshold | |||
| ) | [inline] |
Definition at line 11 of file CellVelocityDataAccessor.h.
| virtual BasicClassFactoryBase<void>* CellVelocityDataAccessor< T >::createClassFactory | ( | ) | [inline, protected, virtual] |
Used by BasicClassGroupFactory to create a new BasicClassFactory for this class type.
Reimplemented from BasicClassAccessor< T >.
Definition at line 21 of file CellVelocityDataAccessor.h.
References CellVelocityDataAccessor< T >::cldequeCapacity, and CellVelocityDataAccessor< T >::enoughDataThreshold.
cldeque<Coordinates3D<float> >::size_type CellVelocityDataAccessor< T >::cldequeCapacity [private] |
Definition at line 25 of file CellVelocityDataAccessor.h.
Referenced by CellVelocityDataAccessor< T >::createClassFactory().
cldeque<Coordinates3D<float> >::size_type CellVelocityDataAccessor< T >::enoughDataThreshold [private] |
Definition at line 26 of file CellVelocityDataAccessor.h.
Referenced by CellVelocityDataAccessor< T >::createClassFactory().
1.5.3