casa
5.7.0-16
|
#include <FlagDataHandler.h>
Public Member Functions | |
VectorView (casacore::Vector< T > *parentVector, std::vector< casacore::uInt > *rows=NULL) | |
T & | operator() (casacore::uInt i1) |
const casacore::IPosition & | shape () const |
void | shape (casacore::Int &s1) const |
Protected Member Functions | |
std::vector< casacore::uInt > * | createIndex (casacore::uInt size) |
T & | accessUnmapped (casacore::uInt i1) |
T & | accessMapped (casacore::uInt i1) |
Private Attributes | |
casacore::Vector< T > * | parentVector_p |
std::vector< casacore::uInt > * | rows_p |
casacore::IPosition | reducedLength_p |
T &(casa::VectorView< T >::* | access_p )(casacore::uInt) |
Definition at line 242 of file FlagDataHandler.h.
|
inline |
Definition at line 246 of file FlagDataHandler.h.
|
inlineprotected |
Definition at line 307 of file FlagDataHandler.h.
Referenced by casa::VectorView< casacore::Bool >::VectorView().
|
inlineprotected |
Definition at line 302 of file FlagDataHandler.h.
Referenced by casa::VectorView< casacore::Bool >::VectorView().
|
inlineprotected |
Definition at line 291 of file FlagDataHandler.h.
|
inline |
Definition at line 273 of file FlagDataHandler.h.
|
inline |
Definition at line 278 of file FlagDataHandler.h.
|
inline |
Definition at line 283 of file FlagDataHandler.h.
|
private |
Definition at line 317 of file FlagDataHandler.h.
Referenced by casa::VectorView< casacore::Bool >::operator()(), and casa::VectorView< casacore::Bool >::VectorView().
|
private |
Definition at line 314 of file FlagDataHandler.h.
Referenced by casa::VectorView< casacore::Bool >::accessMapped(), casa::VectorView< casacore::Bool >::accessUnmapped(), and casa::VectorView< casacore::Bool >::VectorView().
|
private |
Definition at line 316 of file FlagDataHandler.h.
Referenced by casa::VectorView< casacore::Bool >::shape(), and casa::VectorView< casacore::Bool >::VectorView().
|
private |
Definition at line 315 of file FlagDataHandler.h.
Referenced by casa::VectorView< casacore::Bool >::accessMapped(), and casa::VectorView< casacore::Bool >::VectorView().