casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
casa::CalStats::OUT< T > Class Template Reference

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 templates

More...
 
 OUT (const OUT &oOut)
 Copy constructor. More...
 
 ~OUT (void)
 Destructor. More...
 
OUToperator= (const OUT &oOut)
 operator= More...
 

Public Attributes

AXES oAxes
 
DATA oData
 
oT
 

Detailed Description

template<typename T>
class casa::CalStats::OUT< T >

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.

Constructor & Destructor Documentation

template<typename T >
casa::CalStats::OUT< T >::OUT ( void  )


End of ARG<T> specialized class templates


Start of OUT<T> specialized class template public member functions

Default constructor

Definition at line 403 of file CalStats.h.

template<typename T >
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.

template<typename T >
casa::CalStats::OUT< T >::~OUT ( void  )

Destructor.

Definition at line 419 of file CalStats.h.

Member Function Documentation

template<typename T >
CalStats::OUT< T > & casa::CalStats::OUT< T >::operator= ( const OUT< T > &  oOut)

Member Data Documentation

template<typename T>
AXES casa::CalStats::OUT< T >::oAxes
template<typename T>
DATA casa::CalStats::OUT< T >::oData
template<typename T>
T casa::CalStats::OUT< T >::oT

The documentation for this class was generated from the following file: