|
| | EngineMan () |
| |
| virtual | ~EngineMan () |
| |
| const DescSet * | attribSet () const |
| |
| void | computeIntersect2D (ObjectSet< BinIDValueSet > &) const |
| |
| Processor * | create2DVarZOutput (uiString &errmsg, const IOPar &pars, DataPointSet *bidvalset, float outval=0.f, const Interval< float > *cubezbounds=nullptr) |
| |
| Processor * | createDataPackOutput (uiString &errmsg, const RegularSeisDataPack *cached_data=0) |
| |
| Executor * | createFeatureOutput (const BufferStringSet &inputs, const ObjectSet< BinIDValueSet > &) |
| |
| Processor * | createLocationOutput (uiString &errmsg, ObjectSet< BinIDValueSet > &) |
| |
| DescSet * | createNLAADS (DescID &outid, uiString &errmsg, const DescSet *addtoset=0) |
| |
| SeisTrcStorOutput * | createOutput (const IOPar &, const LineKey &, uiString &) |
| |
| Processor * | createScreenOutput2D (uiString &errmsg, Data2DHolder &) |
| |
| Processor * | createTrcSelOutput (uiString &errmsg, const BinIDValueSet &bidvalset, SeisTrcBuf &, float outval=0.f, const Interval< float > *cubezbounds=nullptr, const TypeSet< BinID > *trueknotspos=nullptr, const TypeSet< BinID > *path=nullptr) |
| |
| const TrcKeyZSampling & | cubeSampling () const |
| |
| const char * | getCurUserRef () const |
| |
| RefMan< RegularSeisDataPack > | getDataPackOutput (const ObjectSet< const RegularSeisDataPack > &) |
| |
| RefMan< RegularSeisDataPack > | getDataPackOutput (const Processor &) |
| |
| Pos::GeomID | getGeomID () const |
| |
| int | getNrOutputsToBeProcessed (const Processor &) const |
| |
| Executor * | getTableExtractor (DataPointSet &, const Attrib::DescSet &, uiString &errmsg, int firstcol=0, bool needprep=true) |
| |
| Processor * | getTableOutExecutor (DataPointSet &datapointset, uiString &errmsg, int firstcol) |
| |
| bool | hasCache () const |
| |
| const NLAModel * | nlaModel () const |
| |
| void | setAttribSet (const DescSet *) |
| |
| void | setAttribSpec (const SelSpec &) |
| |
| void | setAttribSpecs (const TypeSet< SelSpec > &) |
| |
| void | setGeomID (const Pos::GeomID geomid) |
| |
| void | setNLAModel (const NLAModel *) |
| |
| void | setTrcKeyZSampling (const TrcKeyZSampling &) |
| |
| void | setUndefValue (float v) |
| |
| float | undefValue () const |
| |
| Processor * | usePar (const IOPar &, DescSet &, const char *linename, uiString &) |
| |
The attribute engine manager.
<>