OpendTect  7.0
Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
ODMad::ProcFlow Class Reference
Inheritance diagram for ODMad::ProcFlow:
[legend]

Public Types

enum  IOType {
  Vol , VolPS , Line , LinePS ,
  Madagascar , SU , None
}
 
- Public Types inherited from ObjectWithName
typedef OD::String name_type
 
- Public Types inherited from ObjectSet< Proc >
typedef impl_type::const_iterator const_iterator
 
typedef const value_typeconst_reference
 
typedef size_type difference_type
 
typedef size_type idx_type
 
typedef impl_type::iterator iterator
 
typedef Proc object_type
 
typedef value_typereference
 
typedef int size_type
 
typedef Proc * value_type
 

Public Member Functions

 ProcFlow (const char *nm=0)
 
 ~ProcFlow ()
 
void fillPar (IOPar &) const
 
IOParinput ()
 
const IOParinput () const
 
IOType ioType (bool inp) const
 
bool isOK (uiString &) const
 
IOParoutput ()
 
const IOParoutput () const
 
void setIOType (bool inp, IOType iot)
 
void usePar (const IOPar &)
 
- Public Member Functions inherited from NamedObject
 NamedObject (const char *nm=nullptr)
 
 NamedObject (const NamedObject &oth)
 
virtual ~NamedObject ()
 
virtual BufferString getName () const
 
bool getNameFromPar (const IOPar &)
 
const name_typename () const override
 
NamedObjectoperator= (const NamedObject &)
 
bool operator== (const NamedObject &oth) const
 
virtual void setName (const char *nm)
 
- Public Member Functions inherited from ObjectWithName
virtual ~ObjectWithName ()
 
bool hasName (const char *nm) const
 
bool hasName (const name_type &nm) const
 
void putNameInPar (IOPar &) const
 
- Public Member Functions inherited from ObjectSet< Proc >
 ObjectSet ()
 
 ObjectSet (const ObjectSet &)
 
 ObjectSet (Proc *)
 
 ObjectSet (Proc *, Proc *)
 
 ObjectSet (Proc *, Proc *, Proc *)
 
virtual ~ObjectSet ()
 
ObjectSetadd (Proc *t)
 
bool addIfNew (Proc *)
 
void allowNull (bool yn=true)
 
virtual void append (const ObjectSet &)
 
iterator begin ()
 
const_iterator begin () const
 
const_iterator cbegin () const
 
const_iterator cend () const
 
ObjectSetclone () const override
 
virtual void copy (const ObjectSet &)
 
bool empty () const
 
iterator end ()
 
const_iterator end () const
 
void erase () override
 
Proc * first ()
 
const Proc * first () const
 
virtual Proc * get (const Proc *) const
 check & unconst More...
 
virtual Proc * get (idx_type)
 
virtual const Proc * get (idx_type) const
 
idx_type getIdx (const_iterator it) const
 
idx_type getIdx (iterator it) const
 
virtual idx_type indexOf (const Proc *) const
 
virtual void insertAfter (Proc *newptr, idx_type)
 
virtual void insertAt (Proc *newptr, idx_type)
 
virtual bool isManaged () const
 
virtual bool isPresent (const Proc *) const
 
Proc * last ()
 
const Proc * last () const
 
size_type max_size () const
 
std::int64_t nrItems () const override
 
bool nullAllowed () const
 
bool operator!= (const ObjectSet &oth) const
 
ObjectSetoperator+= (Proc *t)
 
virtual ObjectSetoperator-= (Proc *)
 
ObjectSetoperator= (const ObjectSet &)
 
bool operator== (const ObjectSet &) const
 
const Proc * operator[] (const Proc *t) const
 
Proc * operator[] (idx_type i)
 
const Proc * operator[] (idx_type i) const
 
void plainErase ()
 
virtual Proc * pop ()
 
void push (Proc *t)
 
virtual void removeRange (idx_type from, idx_type to)
 
virtual Proc * removeSingle (idx_type, bool keep_order=true)
 
virtual Proc * replace (idx_type, Proc *)
 
void reverse () override
 
void setNullAllowed (bool yn=true)
 
size_type size () const
 
void swap (idx_type, idx_type)
 
void swap (ObjectSet &oth)
 
void swapItems (std::int64_t i1, std::int64_t i2) override
 
void useIndexes (const idx_type *)
 
bool validIdx (std::int64_t) const override
 
- Public Member Functions inherited from OD::Set
virtual ~Set ()
 
bool isEmpty () const
 
void setEmpty ()
 

Static Public Member Functions

static IOType ioType (const IOPar &)
 
static void setIOType (IOPar &, IOType)
 
static const char * sKeyInp ()
 
static const char * sKeyNrProcs ()
 
static const char * sKeyOutp ()
 
static const char * sKeyProc ()
 
- Static Public Member Functions inherited from OD::Set
static std::int32_t maxIdx32 ()
 
static std::int64_t maxIdx64 ()
 

Protected Attributes

IOPar inpiop_
 
IOPar outiop_
 
- Protected Attributes inherited from NamedObject
BufferString name_
 
- Protected Attributes inherited from ObjectSet< Proc >
bool allow0_
 
impl_type vec_
 

Additional Inherited Members

- Protected Types inherited from ObjectSet< Proc >
typedef VectorAccess< Proc *, size_typeimpl_type
 
- Protected Member Functions inherited from ObjectSet< Proc >
virtual ObjectSetdoAdd (Proc *)
 

Detailed Description

<>

Member Enumeration Documentation

◆ IOType

Enumerator
Vol 
VolPS 
Line 
LinePS 
Madagascar 
SU 
None 

Constructor & Destructor Documentation

◆ ProcFlow()

ODMad::ProcFlow::ProcFlow ( const char *  nm = 0)

◆ ~ProcFlow()

ODMad::ProcFlow::~ProcFlow ( )

Member Function Documentation

◆ fillPar()

void ODMad::ProcFlow::fillPar ( IOPar ) const

◆ input() [1/2]

IOPar& ODMad::ProcFlow::input ( )
inline

◆ input() [2/2]

const IOPar& ODMad::ProcFlow::input ( ) const
inline

◆ ioType() [1/2]

IOType ODMad::ProcFlow::ioType ( bool  inp) const
inline

◆ ioType() [2/2]

static IOType ODMad::ProcFlow::ioType ( const IOPar )
static

◆ isOK()

bool ODMad::ProcFlow::isOK ( uiString ) const

◆ output() [1/2]

IOPar& ODMad::ProcFlow::output ( )
inline

◆ output() [2/2]

const IOPar& ODMad::ProcFlow::output ( ) const
inline

◆ setIOType() [1/2]

void ODMad::ProcFlow::setIOType ( bool  inp,
IOType  iot 
)
inline

◆ setIOType() [2/2]

static void ODMad::ProcFlow::setIOType ( IOPar ,
IOType   
)
static

◆ sKeyInp()

static const char* ODMad::ProcFlow::sKeyInp ( )
static

◆ sKeyNrProcs()

static const char* ODMad::ProcFlow::sKeyNrProcs ( )
static

◆ sKeyOutp()

static const char* ODMad::ProcFlow::sKeyOutp ( )
static

◆ sKeyProc()

static const char* ODMad::ProcFlow::sKeyProc ( )
static

◆ usePar()

void ODMad::ProcFlow::usePar ( const IOPar )

Member Data Documentation

◆ inpiop_

IOPar ODMad::ProcFlow::inpiop_
protected

◆ outiop_

IOPar ODMad::ProcFlow::outiop_
protected

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2024