|
Jpp 20.0.0-rc.9-22-g74b57fa79
the software that should make you happy
|
Implementation of point source morphology. More...
#include <JMorphology.hh>
Public Types | |
| typedef JClonable< JClonable_t >::clone_type | clone_type |
Public Member Functions | |
| virtual std::istream & | read (std::istream &in) override |
| Read source morphology from input stream. | |
| virtual std::ostream & | write (std::ostream &out) const override |
| Write source morphology to output stream. | |
| virtual JSourceLocation | get () const override |
| Get location on sky. | |
| virtual clone_type | clone () const override |
| Get clone of this object. | |
Implementation of point source morphology.
Note that all input angles are in degrees.
Definition at line 122 of file JMorphology.hh.
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inlineoverridevirtual |
Read source morphology from input stream.
| in | input stream |
Definition at line 131 of file JMorphology.hh.
|
inlineoverridevirtual |
Write source morphology to output stream.
| out | output stream |
Definition at line 143 of file JMorphology.hh.
|
inlineoverridevirtual |
Get location on sky.
Definition at line 154 of file JMorphology.hh.
|
inlineoverridevirtualinherited |
Get clone of this object.
Reimplemented in JPHYSICS::JPD0Transformer_t< JArgument_t >, JPHYSICS::JPDFTransformer< 2, JArgument_t >, JPHYSICS::JPDFTransformer< 3, JArgument_t >, JPHYSICS::JPDFTransformer< 4, JArgument_t >, JPHYSICS::JPDFTransformer< 5, JArgument_t >, JPHYSICS::JPDFTransformer_t< JArgument_t >, JPHYSICS::JPDGTransformer_t< JArgument_t >, and JTOOLS::JMultiMapTransformer< N, JArgument_t >::JMultiMapDefaultTransformer.
Definition at line 69 of file JClonable.hh.