|
| CC () |
|
static ::Factory< CC > & | factory () |
|
virtual uiString | factoryDisplayName () const |
|
virtual const char * | factoryKeyword () const |
|
virtual int | getFastSize (int sz) const |
|
bool | isFast (int sz) const |
|
| mDefaultFactoryCreatorImpl (CC, CC) |
|
void | setNormalization (bool yn) |
|
| GenericTransformND () |
|
virtual | ~GenericTransformND () |
|
bool | getDir () const |
|
const ArrayNDInfo & | getInputInfo () const |
|
bool | run (bool parallel) |
|
bool | setDir (bool forward) |
|
void | setInput (const float *) |
|
void | setInput (const float_complex *) |
|
bool | setInputInfo (const ArrayNDInfo &) |
|
void | setOutput (float *) |
|
void | setOutput (float_complex *) |
|
void | setSampling (int) |
|
void | setScope (int nr, const int *batchstarts) |
|
void | setScope (int nr, int batchsampling) |
|
| SequentialTask (const char *nm=nullptr) |
|
virtual | ~SequentialTask () |
|
virtual int | doStep () |
|
bool | execute () override |
|
virtual | ~ReportingTask () |
|
void | getProgress (const ReportingTask &) |
|
virtual | ~Task () |
|
virtual void | controlWork (Control) |
|
virtual void | enableWorkControl (bool=true) |
| Must be called before execute() More...
|
|
virtual uiRetVal | errorWithDetails () const |
|
virtual Control | getState () const |
|
virtual std::int64_t | nrDone () const |
|
virtual std::int64_t | totalNr () const |
|
virtual uiString | uiMessage () const |
| will be message() again in 7.x More...
|
|
virtual uiString | uiNrDoneText () const |
| will be nrDoneText() in 7.x More...
|
|
bool | workControlEnabled () const |
|
| NamedCallBacker (const char *nm=0) |
|
| NamedCallBacker (const NamedCallBacker &) |
|
virtual Notifier< NamedCallBacker > & | objectToBeDeleted () const |
|
bool | operator== (const NamedCallBacker &oth) const |
|
bool | operator== (const NamedObject &oth) const |
|
| 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 | detachAllNotifiers () const |
| Call from the destructor of your inherited object. More...
|
|
void | detachCB (const NotifierAccess &, const CallBack &) const |
|
void | detachCB (const NotifierAccess *notif, const CallBack &cb) const |
|
virtual bool | isCapsule () const |
|
bool | isNotifierAttached (const NotifierAccess *) const |
| Only for debugging purposes, don't use. More...
|
|
void | stopReceivingNotifications () const |
|
virtual CallBacker * | trueCaller () |
|
| NamedObject (const char *nm=nullptr) |
|
| NamedObject (const NamedObject &oth) |
|
virtual | ~NamedObject () |
|
virtual BufferString | getName () const |
|
bool | getNameFromPar (const IOPar &) |
|
const name_type & | name () const override |
|
NamedObject & | operator= (const NamedObject &) |
|
bool | operator== (const NamedObject &oth) const |
|
virtual void | setName (const char *nm) |
|
virtual | ~ObjectWithName () |
|
bool | hasName (const char *nm) const |
|
bool | hasName (const name_type &nm) const |
|
void | putNameInPar (IOPar &) const |
|
|
static CC * | createDefault () |
|
static float | getDf (float samplespacing, int nrsamples) |
|
static void | getFrequencies (float samplespacing, int nrsamples, TypeSet< float > &) |
|
static float | getNyqvist (float samplespacing) |
|
static void | initClass () |
|
static int | npfao (int nmin, int nmax) |
|
static int | npfaro (int nmin, int nmax) |
|
static void | pfacr (int isign, int n, const float_complex *, float *rz) |
|
static void | pfarc (int isign, int n, const float *rz, float_complex *cz) |
|
static int | ErrorOccurred () |
|
static int | Finished () |
|
static int | MoreToDo () |
|
static int | WarningAvailable () |
|
static uiString | stdNrDoneText () |
|
static uiString | uiStdNrDoneText () |
|
static void | createReceiverForCurrentThread () |
|
static void | removeReceiverForCurrentThread () |
|
|
static uiString * | legalInfo () |
|
static void | pfacc (char dir, int sz, float_complex *) |
|
static void | pfacc (char dir, int sz, int step, float_complex *signal) |
|
static void | pfacc (char dir, int sz, int step, int nr, const int *starts, float_complex *signal) |
|
static void | pfacc (char dir, int sz, int step, int nr, int batchstep, float_complex *signal) |
|
Does Fourier Transforms of any size.
<>