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::vi::Pointing Struct Reference

#include <PointingDirectionCache.h>

Public Member Functions

 Pointing ()
 The direction and interval components are only usable if "valid" is set to true. More...
 
 Pointing (const Pointing &other)
 

Public Attributes

int antennaId
 
std::unique_ptr
< casacore::MDirection
direction
 
double interval
 
int row
 
const PointingSourcesource
 
double time
 

Detailed Description

Definition at line 123 of file PointingDirectionCache.h.

Constructor & Destructor Documentation

casa::vi::Pointing::Pointing ( )
inline

The direction and interval components are only usable if "valid" is set to true.

Definition at line 128 of file PointingDirectionCache.h.

casa::vi::Pointing::Pointing ( const Pointing other)
inline

Definition at line 129 of file PointingDirectionCache.h.

Member Data Documentation

int casa::vi::Pointing::antennaId

Definition at line 139 of file PointingDirectionCache.h.

std::unique_ptr<casacore::MDirection> casa::vi::Pointing::direction
mutable

Definition at line 140 of file PointingDirectionCache.h.

double casa::vi::Pointing::interval

Definition at line 141 of file PointingDirectionCache.h.

int casa::vi::Pointing::row

Definition at line 142 of file PointingDirectionCache.h.

const PointingSource* casa::vi::Pointing::source

Definition at line 143 of file PointingDirectionCache.h.

double casa::vi::Pointing::time

Definition at line 144 of file PointingDirectionCache.h.


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