Public Member Functions | |
| mDefaultFactoryInstanciationBase ("StoredVelFunc", sFactoryKeyword()) | |
| StoredFunctionSource () | |
| const VelocityDesc & | getDesc () const |
| bool | zIsTime () const |
| bool | load (const MultiID &) |
| bool | store (const MultiID &) |
| StoredFunction * | createFunction (const BinID &) |
| void | getAvailablePositions (BinIDValueSet &) const |
| bool | getVel (const BinID &, TypeSet< float > &zvals, TypeSet< float > &vel) |
| void | setData (const BinIDValueSet &, const VelocityDesc &, bool zit) |
Static Public Member Functions | |
| static IOObjContext & | ioContext () |
| static const char * | sKeyZIsTime () |
| static const char * | sKeyVelocityFunction () |
| static const char * | sKeyVelocityType () |
Protected Member Functions | |
| void | fillIOObjPar (IOPar &) const |
| ~StoredFunctionSource () | |
Static Protected Member Functions | |
| static FunctionSource * | create (const MultiID &) |
Protected Attributes | |
| BinIDValueSet | veldata_ |
| Threads::Mutex | readerlock_ |
| bool | zit_ |
| VelocityDesc | desc_ |
| Vel::StoredFunctionSource::StoredFunctionSource | ( | ) |
| Vel::StoredFunctionSource::~StoredFunctionSource | ( | ) | [protected] |
| static FunctionSource* Vel::StoredFunctionSource::create | ( | const MultiID & | ) | [static, protected] |
| StoredFunction* Vel::StoredFunctionSource::createFunction | ( | const BinID & | ) |
| void Vel::StoredFunctionSource::fillIOObjPar | ( | IOPar & | ) | const [protected] |
| void Vel::StoredFunctionSource::getAvailablePositions | ( | BinIDValueSet & | ) | const |
| const VelocityDesc& Vel::StoredFunctionSource::getDesc | ( | ) | const [inline] |
| bool Vel::StoredFunctionSource::getVel | ( | const BinID & | , | |
| TypeSet< float > & | zvals, | |||
| TypeSet< float > & | vel | |||
| ) |
| static IOObjContext& Vel::StoredFunctionSource::ioContext | ( | ) | [static] |
| bool Vel::StoredFunctionSource::load | ( | const MultiID & | ) |
| Vel::StoredFunctionSource::mDefaultFactoryInstanciationBase | ( | "StoredVelFunc" | , | |
| sFactoryKeyword() | ||||
| ) |
| void Vel::StoredFunctionSource::setData | ( | const BinIDValueSet & | , | |
| const VelocityDesc & | , | |||
| bool | zit | |||
| ) |
| static const char* Vel::StoredFunctionSource::sKeyVelocityFunction | ( | ) | [static] |
| static const char* Vel::StoredFunctionSource::sKeyVelocityType | ( | ) | [static] |
| static const char* Vel::StoredFunctionSource::sKeyZIsTime | ( | ) | [static] |
| bool Vel::StoredFunctionSource::store | ( | const MultiID & | ) |
| bool Vel::StoredFunctionSource::zIsTime | ( | ) | const |
VelocityDesc Vel::StoredFunctionSource::desc_ [protected] |
Threads::Mutex Vel::StoredFunctionSource::readerlock_ [protected] |
BinIDValueSet Vel::StoredFunctionSource::veldata_ [protected] |
bool Vel::StoredFunctionSource::zit_ [protected] |
1.7.1