|
| | GaussianNDProbDenFunc (int nrdims=3) |
| |
| | GaussianNDProbDenFunc (const GaussianNDProbDenFunc &oth) |
| |
| | ~GaussianNDProbDenFunc () |
| |
| GaussianNDProbDenFunc & | operator= (const GaussianNDProbDenFunc &) |
| |
| virtual GaussianNDProbDenFunc * | 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, const char *) |
| |
| virtual float | averagePos (int) const |
| |
| void | prepareRandDrawing () const |
| |
| virtual void | drawRandomPos (TypeSet< float > &) const |
| |
| virtual float | value (const TypeSet< float > &) const |
| | Not properly implemented because it can't be done. More...
|
| |
| const char * | firstUncorrelated () 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...
|
| |
| | 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...
|
| |
Multi-dimensional pure Gaussian PDF.