|
| Gaussian2DProbDenFunc (const char *dim0nm=nullptr, const char *dim1nm=nullptr) |
|
| Gaussian2DProbDenFunc (const Gaussian2DProbDenFunc &oth) |
|
| ~ Gaussian2DProbDenFunc () |
|
float | averagePos (int dim) const override |
|
Gaussian2DProbDenFunc * | clone () const override |
|
void | copyFrom (const ProbDenFunc &) override |
|
void | fillPar (IOPar &) const override |
|
float | getCorrelation () const |
|
const char * | getTypeStr () const override |
|
bool | isEq (const ProbDenFunc &) const override |
| already checked for type, name, dim names and units More...
|
|
Gaussian2DProbDenFunc & | operator= (const Gaussian2DProbDenFunc &) |
|
Gaussian2DProbDenFunc & | set (int idim, float exp, float std) |
|
Gaussian2DProbDenFunc & | setCorrelation (float cc) |
|
float | stddevPos (int dim) const override |
|
bool | usePar (const IOPar &) override |
|
void | drawRandomPos (float &x1, float &x2) const |
|
void | drawRandomPos (TypeSet< float > &v) const override |
|
bool | hasLimits () const override |
|
int | nrDims () const override |
|
float | value (const TypeSet< float > &v) const override |
|
float | value (float x1, float x2) const |
|
virtual | ~ProbDenFunc () |
|
virtual bool | canScale () const |
|
const char * | dimName (int dim) const |
|
void | getIndexTableFor (const ProbDenFunc &pdf, TypeSet< int > &tbl) const |
| tbl[0] tells what my index is for pdf's index '0' More...
|
|
const char * | getUOMSymbol (int dim) const |
|
virtual bool | isCompatibleWith (const ProbDenFunc &) const |
|
virtual bool | isEqual (const ProbDenFunc &) const |
|
virtual float | normFac () const |
|
virtual void | prepareRandDrawing () const |
|
virtual bool | readBulk (od_istream &, bool binary) |
|
virtual void | scale (float) |
|
void | setDimName (int dim, const char *) |
|
void | setUOMSymbol (int dim, const char *) |
|
virtual void | writeBulk (od_ostream &, bool binary) const |
|
| 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 |
|
Two dimensional Gaussian PDF.
<>