#include <BDF2AsdmStManIndex.h>
|
| BDF2AsdmStManIndex () |
|
| BDF2AsdmStManIndex (const std::vector< std::string > &bdfNames, bool isBigEndian, const string &fname) |
|
virtual | ~BDF2AsdmStManIndex () |
|
void | init (const std::vector< std::string > &bdfNames, bool isBigEndian, const string &fname) |
|
void | setNumberOfDataDescriptions (unsigned int numberOfDataDescriptions) |
|
void | done () |
|
void | clearIndexes () |
|
void | clearAutoIndexes () |
|
void | clearCrossIndexes () |
|
void | appendAutoIndex (unsigned int iDD, const string &bdfName, unsigned int nBl, unsigned int nSpw, unsigned int nChan, unsigned int nPol, unsigned int stepBl, unsigned int stepSpw, const std::vector< double > &scaleFactors, uint64_t fileOffset, uint32_t spwOffset) |
|
void | appendWVRIndex (unsigned int iDD, const string &bdfName, unsigned int nBl, unsigned int nSpw, unsigned int nChan, unsigned int nPol, unsigned int stepBl, unsigned int stepSpw, const std::vector< double > &scaleFactors, uint64_t fileOffset, uint32_t spwOffset) |
|
void | appendCrossIndex (unsigned int iDD, const string &bdfName, unsigned int nBl, unsigned int nSpw, unsigned int nChan, unsigned int nPol, unsigned int stepBl, unsigned int stepSpw, const std::vector< double > &scaleFactors, uint64_t fileOffset, uint32_t spwOffset, PrimitiveDataTypeMod::PrimitiveDataType dataType) |
|
void | dumpAutoCross () |
|
void | dumpCrossAuto () |
|
Definition at line 26 of file BDF2AsdmStManIndex.h.
BDF2AsdmStManIndex::BDF2AsdmStManIndex |
( |
| ) |
|
BDF2AsdmStManIndex::BDF2AsdmStManIndex |
( |
const std::vector< std::string > & |
bdfNames, |
|
|
bool |
isBigEndian, |
|
|
const string & |
fname |
|
) |
| |
virtual BDF2AsdmStManIndex::~BDF2AsdmStManIndex |
( |
| ) |
|
|
virtual |
void BDF2AsdmStManIndex::appendAutoIndex |
( |
unsigned int |
iDD, |
|
|
const string & |
bdfName, |
|
|
unsigned int |
nBl, |
|
|
unsigned int |
nSpw, |
|
|
unsigned int |
nChan, |
|
|
unsigned int |
nPol, |
|
|
unsigned int |
stepBl, |
|
|
unsigned int |
stepSpw, |
|
|
const std::vector< double > & |
scaleFactors, |
|
|
uint64_t |
fileOffset, |
|
|
uint32_t |
spwOffset |
|
) |
| |
void BDF2AsdmStManIndex::appendCrossIndex |
( |
unsigned int |
iDD, |
|
|
const string & |
bdfName, |
|
|
unsigned int |
nBl, |
|
|
unsigned int |
nSpw, |
|
|
unsigned int |
nChan, |
|
|
unsigned int |
nPol, |
|
|
unsigned int |
stepBl, |
|
|
unsigned int |
stepSpw, |
|
|
const std::vector< double > & |
scaleFactors, |
|
|
uint64_t |
fileOffset, |
|
|
uint32_t |
spwOffset, |
|
|
PrimitiveDataTypeMod::PrimitiveDataType |
dataType |
|
) |
| |
void BDF2AsdmStManIndex::appendWVRIndex |
( |
unsigned int |
iDD, |
|
|
const string & |
bdfName, |
|
|
unsigned int |
nBl, |
|
|
unsigned int |
nSpw, |
|
|
unsigned int |
nChan, |
|
|
unsigned int |
nPol, |
|
|
unsigned int |
stepBl, |
|
|
unsigned int |
stepSpw, |
|
|
const std::vector< double > & |
scaleFactors, |
|
|
uint64_t |
fileOffset, |
|
|
uint32_t |
spwOffset |
|
) |
| |
void BDF2AsdmStManIndex::clearAutoIndexes |
( |
| ) |
|
void BDF2AsdmStManIndex::clearCrossIndexes |
( |
| ) |
|
void BDF2AsdmStManIndex::clearIndexes |
( |
| ) |
|
void BDF2AsdmStManIndex::done |
( |
| ) |
|
void BDF2AsdmStManIndex::dumpAutoCross |
( |
| ) |
|
void BDF2AsdmStManIndex::dumpCrossAuto |
( |
| ) |
|
void BDF2AsdmStManIndex::init |
( |
const std::vector< std::string > & |
bdfNames, |
|
|
bool |
isBigEndian, |
|
|
const string & |
fname |
|
) |
| |
void BDF2AsdmStManIndex::setNumberOfDataDescriptions |
( |
unsigned int |
numberOfDataDescriptions | ) |
|
static int BDF2AsdmStManIndex::version |
( |
| ) |
|
|
static |
std::vector<std::vector<casa::AsdmIndex> > BDF2AsdmStManIndex::autoIndexes_vv |
|
private |
std::vector<std::vector<casa::AsdmIndex> > BDF2AsdmStManIndex::crossIndexes_vv |
|
private |
bool BDF2AsdmStManIndex::fileAttached |
|
private |
uint64_t BDF2AsdmStManIndex::MSMainRowNumber |
|
private |
uint32_t BDF2AsdmStManIndex::numberOfDataDescriptions |
|
private |
std::map<std::string, int> BDF2AsdmStManIndex::s2i_m |
|
private |
The documentation for this class was generated from the following file: