|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLLIGO::CZoneBankElement Class Reference#include <zone_bank.h>
List of all members.
Constructor & Destructor Documentation
NLLIGO::CZoneBankElement::CZoneBankElement |
( |
|
) |
|
|
Member Function Documentation
void NLLIGO::CZoneBankElement::addCategory |
( |
const std::string & |
CatType, |
|
|
const std::string & |
CatValue |
|
) |
|
|
void NLLIGO::CZoneBankElement::convertSize |
( |
|
) |
|
|
const std::string& NLLIGO::CZoneBankElement::getCategory |
( |
const std::string & |
CatType |
) |
|
|
|
Return the CatValue or STRING_NO_CAT_TYPE if no category of that type found.
Referenced by getName, and getSize. |
const std::vector<bool>& NLLIGO::CZoneBankElement::getMask |
( |
|
) |
[inline] |
|
const string & NLLIGO::CZoneBankElement::getName |
( |
|
) |
|
|
const string & NLLIGO::CZoneBankElement::getSize |
( |
|
) |
|
|
uint8 NLLIGO::CZoneBankElement::getSizeX |
( |
|
) |
[inline] |
|
uint8 NLLIGO::CZoneBankElement::getSizeY |
( |
|
) |
[inline] |
|
void NLLIGO::CZoneBankElement::setMask |
( |
const std::vector< bool > & |
mask, |
|
|
uint8 |
sizeX, |
|
|
uint8 |
sizeY |
|
) |
|
|
Friends And Related Function Documentation
friend class CZoneBank [friend]
|
|
Member Data Documentation
std::map<std::string, std::string> NLLIGO::CZoneBankElement::_CategoriesMap [private]
|
|
std::vector<bool> NLLIGO::CZoneBankElement::_Mask [private]
|
|
string NLLIGO::CZoneBankElement::_NoCatTypeFound = STRING_NO_CAT_TYPE [static, private]
|
|
uint8 NLLIGO::CZoneBankElement::_SizeX [private]
|
|
uint8 NLLIGO::CZoneBankElement::_SizeY [private]
|
|
The documentation for this class was generated from the following files:
|
|