Public Member Functions | |
| mDefineFactoryInClass (EventTracker, factory) | |
| virtual void | reInit () |
| Should be called after each survey change. | |
| virtual void | setMute (bool inner, MuteDef *, OD::PtrPolicy) |
| virtual bool | setMute (bool inner, const MultiID &) |
| virtual bool | trackEvents (const Gather &, ObjectSet< Event > &) const =0 |
| virtual | ~EventTracker () |
| virtual bool | usePar (const IOPar &) |
| virtual void | fillPar (IOPar &) const |
| const char * | errMsg () |
Static Public Member Functions | |
| static const char * | sKeyInnerMute () |
| static const char * | sKeyOuterMute () |
Protected Member Functions | |
| EventTracker () | |
| void | removeMutes () |
Protected Attributes | |
| MuteDef * | innermute_ |
| MuteDef * | outermute_ |
| bool | ownsinnermute_ |
| bool | ownsoutermute_ |
| MultiID | innermuteid_ |
| MultiID | outermuteid_ |
| BufferString | errmsg_ |
Baseclass for algorithms that track pre-stack events on a gather.
| virtual PreStack::EventTracker::~EventTracker | ( | ) | [virtual] |
| PreStack::EventTracker::EventTracker | ( | ) | [protected] |
| const char* PreStack::EventTracker::errMsg | ( | ) | [inline] |
| virtual void PreStack::EventTracker::fillPar | ( | IOPar & | ) | const [virtual] |
| PreStack::EventTracker::mDefineFactoryInClass | ( | EventTracker | , | |
| factory | ||||
| ) |
| virtual void PreStack::EventTracker::reInit | ( | ) | [virtual] |
Should be called after each survey change.
| void PreStack::EventTracker::removeMutes | ( | ) | [protected] |
| virtual bool PreStack::EventTracker::setMute | ( | bool | inner, | |
| const MultiID & | ||||
| ) | [virtual] |
| virtual void PreStack::EventTracker::setMute | ( | bool | inner, | |
| MuteDef * | , | |||
| OD::PtrPolicy | ||||
| ) | [virtual] |
| static const char* PreStack::EventTracker::sKeyInnerMute | ( | ) | [inline, static] |
| static const char* PreStack::EventTracker::sKeyOuterMute | ( | ) | [inline, static] |
| virtual bool PreStack::EventTracker::trackEvents | ( | const Gather & | , | |
| ObjectSet< Event > & | ||||
| ) | const [pure virtual] |
| virtual bool PreStack::EventTracker::usePar | ( | const IOPar & | ) | [virtual] |
BufferString PreStack::EventTracker::errmsg_ [protected] |
MuteDef* PreStack::EventTracker::innermute_ [protected] |
MultiID PreStack::EventTracker::innermuteid_ [protected] |
MuteDef* PreStack::EventTracker::outermute_ [protected] |
MultiID PreStack::EventTracker::outermuteid_ [protected] |
bool PreStack::EventTracker::ownsinnermute_ [protected] |
bool PreStack::EventTracker::ownsoutermute_ [protected] |
1.7.1