#include <CalCorruptor.h>
Public Member Functions | |
| ANoiseCorruptor () | |
| virtual | ~ANoiseCorruptor () |
| virtual void | initialize () |
| void | initialize (const Int seed, const Float amp) |
| virtual Complex | simPar (const VisIter &vi, VisCal::Type type, Int ipar) |
| virtual Complex | simPar () |
Private Attributes | |
| MLCG * | rndGen_p |
| Normal * | nDist_p |
Definition at line 169 of file CalCorruptor.h.
| casa::ANoiseCorruptor::ANoiseCorruptor | ( | ) | [inline] |
Definition at line 172 of file CalCorruptor.h.
| virtual casa::ANoiseCorruptor::~ANoiseCorruptor | ( | ) | [virtual] |
| void casa::ANoiseCorruptor::initialize | ( | const Int | seed, | |
| const Float | amp | |||
| ) | [inline] |
Definition at line 177 of file CalCorruptor.h.
References casa::CalCorruptor::amp_, nDist_p, and rndGen_p.
| virtual void casa::ANoiseCorruptor::initialize | ( | ) | [inline, virtual] |
Reimplemented from casa::CalCorruptor.
Definition at line 174 of file CalCorruptor.h.
| virtual Complex casa::ANoiseCorruptor::simPar | ( | ) | [virtual] |
| virtual Complex casa::ANoiseCorruptor::simPar | ( | const VisIter & | vi, | |
| VisCal::Type | type, | |||
| Int | ipar | |||
| ) | [virtual] |
Reimplemented from casa::CalCorruptor.
Normal* casa::ANoiseCorruptor::nDist_p [private] |
Definition at line 187 of file CalCorruptor.h.
Referenced by initialize().
MLCG* casa::ANoiseCorruptor::rndGen_p [private] |
Definition at line 186 of file CalCorruptor.h.
Referenced by initialize().
1.6.1