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
The documentation for this class was generated from the following file: