casa
5.7.0-16
|
Statistics OUT nested class (allowed T: CalStats::NONE, CalStatsFitter::FIT, or CalStatsHist::HIST), used to hold the output of statsWrap<T>(). More...
#include <CalStats.h>
Public Member Functions | |
OUT (void) | |
End of ARG<T> specialized class templatesMore... | |
OUT (const OUT &oOut) | |
Copy constructor. More... | |
~OUT (void) | |
Destructor. More... | |
OUT & | operator= (const OUT &oOut) |
operator= More... | |
Public Attributes | |
AXES | oAxes |
DATA | oData |
T | oT |
Statistics OUT nested class (allowed T: CalStats::NONE, CalStatsFitter::FIT, or CalStatsHist::HIST), used to hold the output of statsWrap<T>().
Definition at line 275 of file CalStats.h.
casa::CalStats::OUT< T >::OUT | ( | void | ) |
Default constructor
Definition at line 403 of file CalStats.h.
casa::CalStats::OUT< T >::OUT | ( | const OUT< T > & | oOut | ) |
Copy constructor.
Definition at line 411 of file CalStats.h.
References casa::CalStats::OUT< T >::oAxes, casa::CalStats::OUT< T >::oData, and casa::CalStats::OUT< T >::oT.
casa::CalStats::OUT< T >::~OUT | ( | void | ) |
Destructor.
Definition at line 419 of file CalStats.h.
CalStats::OUT< T > & casa::CalStats::OUT< T >::operator= | ( | const OUT< T > & | oOut | ) |
operator=
Definition at line 423 of file CalStats.h.
References casa::CalStats::OUT< T >::oAxes, casa::CalStats::OUT< T >::oData, and casa::CalStats::OUT< T >::oT.
AXES casa::CalStats::OUT< T >::oAxes |
Definition at line 277 of file CalStats.h.
Referenced by casa::CalStats::OUT< T >::operator=(), and casa::CalStats::OUT< T >::OUT().
DATA casa::CalStats::OUT< T >::oData |
Definition at line 278 of file CalStats.h.
Referenced by casa::CalStats::OUT< T >::operator=(), and casa::CalStats::OUT< T >::OUT().
T casa::CalStats::OUT< T >::oT |
Definition at line 279 of file CalStats.h.
Referenced by casa::CalStats::OUT< T >::operator=(), and casa::CalStats::OUT< T >::OUT().