casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
casa::FeatheredData Class Reference

casacore::Data structure class to collect related feather data in one location. More...

#include <FeatheredData.h>

Public Member Functions

 FeatheredData ()
 
bool isEmpty () const
 
void setU (const casacore::Vector< casacore::Float > &xVal, const casacore::Vector< casacore::Float > &yVal)
 
void setV (const casacore::Vector< casacore::Float > &xVal, const casacore::Vector< casacore::Float > &yVal)
 
casacore::Vector< casacore::FloatgetUX () const
 
casacore::Vector< casacore::FloatgetUY () const
 
casacore::Vector< casacore::FloatgetVX () const
 
casacore::Vector< casacore::FloatgetVY () const
 
virtual ~FeatheredData ()
 

Private Attributes

casacore::Vector< casacore::Floatux
 
casacore::Vector< casacore::Floatuy
 
casacore::Vector< casacore::Floatvx
 
casacore::Vector< casacore::Floatvy
 

Detailed Description

casacore::Data structure class to collect related feather data in one location.

Definition at line 39 of file FeatheredData.h.

Constructor & Destructor Documentation

casa::FeatheredData::FeatheredData ( )
virtual casa::FeatheredData::~FeatheredData ( )
virtual

Member Function Documentation

casacore::Vector<casacore::Float> casa::FeatheredData::getUX ( ) const
casacore::Vector<casacore::Float> casa::FeatheredData::getUY ( ) const
casacore::Vector<casacore::Float> casa::FeatheredData::getVX ( ) const
casacore::Vector<casacore::Float> casa::FeatheredData::getVY ( ) const
bool casa::FeatheredData::isEmpty ( ) const
void casa::FeatheredData::setU ( const casacore::Vector< casacore::Float > &  xVal,
const casacore::Vector< casacore::Float > &  yVal 
)
void casa::FeatheredData::setV ( const casacore::Vector< casacore::Float > &  xVal,
const casacore::Vector< casacore::Float > &  yVal 
)

Member Data Documentation

casacore::Vector<casacore::Float> casa::FeatheredData::ux
private

Definition at line 51 of file FeatheredData.h.

casacore::Vector<casacore::Float> casa::FeatheredData::uy
private

Definition at line 52 of file FeatheredData.h.

casacore::Vector<casacore::Float> casa::FeatheredData::vx
private

Definition at line 53 of file FeatheredData.h.

casacore::Vector<casacore::Float> casa::FeatheredData::vy
private

Definition at line 54 of file FeatheredData.h.


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