|
| Gaussian1DProbDenFunc (float exp=0, float stdev=1) |
|
| Gaussian1DProbDenFunc (const Gaussian1DProbDenFunc &oth) |
|
| ~Gaussian1DProbDenFunc () |
|
Gaussian1DProbDenFunc & | operator= (const Gaussian1DProbDenFunc &) |
|
virtual Gaussian1DProbDenFunc * | clone () const |
|
virtual void | copyFrom (const ProbDenFunc &) |
|
virtual const char * | getTypeStr () const |
|
virtual void | fillPar (IOPar &) const |
|
virtual bool | usePar (const IOPar &) |
|
virtual bool | isEq (const ProbDenFunc &) const |
| already checked for type, name and dim names More...
|
|
virtual int | nrDims () const |
|
virtual const char * | dimName (int) const |
|
virtual void | setDimName (int dim, const char *nm) |
|
virtual const char * | varName () const |
|
virtual float | averagePos (int) const |
|
float | value (float v) const |
|
virtual float | value (const TypeSet< float > &v) const |
|
void | drawRandomPos (float &v) const |
|
virtual void | drawRandomPos (TypeSet< float > &v) const |
|
virtual | ~ProbDenFunc () |
|
virtual bool | isEqual (const ProbDenFunc &) const |
|
virtual bool | canScale () const |
|
virtual void | scale (float) |
|
virtual float | normFac () const |
|
virtual void | writeBulk (od_ostream &, bool binary) const |
|
virtual bool | readBulk (od_istream &, bool binary) |
|
virtual bool | isCompatibleWith (const ProbDenFunc &) const |
|
void | getIndexTableFor (const ProbDenFunc &pdf, TypeSet< int > &tbl) const |
| tbl[0] tells what my index is for pdf's index '0' More...
|
|
virtual void | prepareRandDrawing () const |
|
| NamedObject (const char *nm=0) |
|
| NamedObject (const NamedObject *linkedto) |
|
| NamedObject (const NamedObject &) |
|
virtual | ~NamedObject () |
|
void | setLinkedTo (NamedObject *) |
|
bool | operator== (const NamedObject &oth) const |
|
virtual const OD::String & | name () const |
|
virtual const OD::String & | annotName () const |
|
virtual void | setName (const char *) |
|
void | setCleanName (const char *) |
| cleans string first More...
|
|
void | deleteNotify (const CallBack &) |
|
| CallBacker () |
|
| CallBacker (const CallBacker &) |
|
virtual | ~CallBacker () |
|
bool | attachCB (NotifierAccess &, const CallBack &, bool onlyifnew=false) |
|
bool | attachCB (NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) |
|
void | detachCB (NotifierAccess &, const CallBack &) |
|
void | detachCB (NotifierAccess *notif, const CallBack &cb) |
|
bool | isNotifierAttached (NotifierAccess *) const |
| Only for debugging purposes, don't use. More...
|
|
One dimensional Gaussian PDF.