casa::FeatheredData Class Reference

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

#include <FeatheredData.h>

List of all members.

Public Member Functions

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

Private Attributes

Vector< Float > ux
Vector< Float > uy
Vector< Float > vx
Vector< Float > vy

Detailed Description

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

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

Member Data Documentation

Vector<Float> casa::FeatheredData::ux [private]

Definition at line 51 of file FeatheredData.h.

Vector<Float> casa::FeatheredData::uy [private]

Definition at line 52 of file FeatheredData.h.

Vector<Float> casa::FeatheredData::vx [private]

Definition at line 53 of file FeatheredData.h.

Vector<Float> casa::FeatheredData::vy [private]

Definition at line 54 of file FeatheredData.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1