![]() |
OpendTect
6.3
|
Variable density A2DBitMap generation parameters. More...
Public Member Functions | |
| VDA2DBitMapGenerator (const A2DBitMapInpData &, const A2DBitMapPosSetup &) | |
| VDA2DBitMapGenPars & | vdpars () |
| const VDA2DBitMapGenPars & | vdpars () const |
| void | linearInterpolate (bool yn) |
Public Member Functions inherited from A2DBitMapGenerator | |
| virtual | ~A2DBitMapGenerator () |
| void | setBitMap (A2DBitMap &) |
| A2DBitMap & | bitmap () |
| const A2DBitMap & | bitmap () const |
| int | bitmapSize (int dim) const |
| void | initBitMap () |
| void | setPixSizes (int, int) |
| void | fill () |
| A2DBitMapGenPars & | pars () |
| const A2DBitMapGenPars & | pars () const |
| const A2DBitMapInpData & | data () const |
| const A2DBitMapPosSetup & | setup () const |
| const Interval< float > | getScaleRange () const |
Protected Member Functions | |
| od_int64 | nrIterations () const |
| bool | doWork (od_int64, od_int64, int) |
| VDA2DBitMapGenPars & | gtPars () const |
| VDA2DBitMapGenerator (const VDA2DBitMapGenerator &) | |
| void | doFill () |
| void | drawStrip (int) |
| void | drawPixLines (int, const Interval< int > &) |
| void | fillInterpPars (Interpolate::Applier2D< float > &, int, int) |
| void | drawVal (int, int, float) |
Protected Member Functions inherited from A2DBitMapGenerator | |
| A2DBitMapGenerator (const A2DBitMapInpData &, const A2DBitMapPosSetup &, A2DBitMapGenPars &) | |
Protected Attributes | |
| float | strippixs_ |
| TypeSet< int > | stripstodraw_ |
Protected Attributes inherited from A2DBitMapGenerator | |
| const A2DBitMapInpData & | data_ |
| const A2DBitMapPosSetup & | setup_ |
| A2DBitMapGenPars & | pars_ |
| A2DBitMap * | bitmap_ |
| int | szdim0_ |
| int | szdim1_ |
| const float * | dim0pos_ |
| Interval< float > | dim1pos_ |
| Interval< float > | dim0rg_ |
| Interval< float > | dim1rg_ |
| float | dim0perpix_ |
| float | dim1perpix_ |
| Interval< float > | scalerg_ |
| float | scalewidth_ |
Additional Inherited Members | |
Static Public Member Functions inherited from A2DBitMapGenerator | |
| static void | initBitMap (A2DBitMap &) |
| with cNoFill More... | |
Private Types inherited from Task | |
| enum | Control { Run, Pause, Stop } |
Private Member Functions inherited from ParallelTask | |
| virtual | ~ParallelTask () |
| bool | execute () |
| virtual bool | executeParallel (bool parallel) |
| void | setProgressMeter (ProgressMeter *) |
| Must be called before execute() More... | |
| int64_t | nrDone () const |
| May be -1, i.e. class does not report nrdone. More... | |
| int64_t | totalNr () const |
| virtual int | maxNrThreads () const |
| virtual int | minThreadSize () const |
| virtual bool | stopAllOnFailure () const |
| ParallelTask (const char *nm=0) | |
| ParallelTask (const ParallelTask &) | |
| int64_t | calculateThreadSize (int64_t totalnr, int nrthreads, int thread) const |
| void | addToNrDone (int64_t increment) |
| void | quickAddToNrDone (int64_t loopidx) |
| void | resetNrDone () |
Private Member Functions inherited from Task | |
| virtual | ~Task () |
| virtual uiString | message () const |
| virtual uiString | nrDoneText () const |
| virtual uiRetVal | errorWithDetails () const |
| virtual void | enableWorkControl (bool=true) |
| Must be called before execute() More... | |
| bool | workControlEnabled () const |
| virtual void | controlWork (Control) |
| virtual Control | getState () const |
| Task (const char *nm=0) | |
| virtual bool | shouldContinue () |
Private Member Functions inherited from NamedCallBacker | |
| NamedCallBacker (const char *nm=0) | |
| NamedCallBacker (const NamedCallBacker &) | |
| bool | operator== (const NamedCallBacker &oth) const |
| bool | operator== (const NamedObject &oth) const |
| virtual Notifier< NamedCallBacker > & | objectToBeDeleted () const |
| void | sendDelNotif () const |
Private Member Functions inherited from CallBacker | |
| CallBacker () | |
| CallBacker (const CallBacker &) | |
| virtual | ~CallBacker () |
| bool | attachCB (const NotifierAccess &, const CallBack &, bool onlyifnew=false) const |
| bool | attachCB (const NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) const |
| void | detachCB (const NotifierAccess &, const CallBack &) const |
| void | detachCB (const NotifierAccess *notif, const CallBack &cb) const |
| bool | isNotifierAttached (const NotifierAccess *) const |
| Only for debugging purposes, don't use. More... | |
| virtual bool | isCapsule () const |
| void | stopReceivingNotifications () const |
| void | detachAllNotifiers () const |
| Call from the destructor of your inherited object. More... | |
Private Member Functions inherited from NamedObject | |
| NamedObject (const char *nm=0) | |
| NamedObject (const NamedObject &oth) | |
| virtual | ~NamedObject () |
| NamedObject & | operator= (const NamedObject &) |
| bool | operator== (const NamedObject &oth) const |
| virtual const OD::String & | name () const |
| virtual BufferString | getName () const |
| virtual void | setName (const char *nm) |
| bool | getNameFromPar (const IOPar &) |
| void | putNameInPar (IOPar &) const |
Static Private Member Functions inherited from ParallelTask | |
| static uiString | sPosFinished () |
| static uiString | sTrcFinished () |
Static Private Member Functions inherited from Task | |
| static uiString | stdMessage () |
| static uiString | stdNrDoneText () |
Static Private Member Functions inherited from CallBacker | |
| static void | createReceiverForCurrentThread () |
| static void | removeReceiverForCurrentThread () |
Private Attributes inherited from Task | |
| Control | control_ |
| Threads::ConditionVar * | workcontrolcondvar_ |
Private Attributes inherited from NamedCallBacker | |
| Notifier< NamedCallBacker > | delnotif_ |
| Threads::Atomic< bool > | delalreadytriggered_ |
Private Attributes inherited from NamedObject | |
| BufferString | name_ |
Variable density A2DBitMap generation parameters.
Variable density drawing on A2DBitMap.
| VDA2DBitMapGenerator::VDA2DBitMapGenerator | ( | const A2DBitMapInpData & | , |
| const A2DBitMapPosSetup & | |||
| ) |
|
protected |
Not implemented to prevent usage Copy the pars instead
|
protectedvirtual |
Implements A2DBitMapGenerator.
|
protected |
|
protected |
|
protected |
|
protected |
|
inlineprotected |
|
inline |
|
protectedvirtual |
Implements ParallelTask.
|
inline |
|
inline |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2017