My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
gcp::receiver::BoloPixel Class Reference

Public Member Functions

 BoloPixel ()
 
 BoloPixel (const BoloPixel &objToBeCopied)
 
 BoloPixel (BoloPixel &objToBeCopied)
 
void operator= (const BoloPixel &objToBeAssigned)
 
void operator= (BoloPixel &objToBeAssigned)
 
virtual ~BoloPixel ()
 
void setBoloId (std::string id)
 
void setBoloReadoutChannel (std::string channel)
 
void setSquidId (std::string id)
 
void setSquidReadoutChannel (std::string channel)
 
void setPixelIndex (unsigned number)
 
void setPixelXY (std::vector< double > &xy)
 
std::string getBoloName ()
 
std::string getSquidName ()
 
std::string getBoloReadoutChannel ()
 
std::string getSquidReadoutChannel ()
 
unsigned getPixelIndex ()
 
std::vector< double > getPixelXY ()
 

Friends

std::ostream & operator<< (std::ostream &os, BoloPixel &obj)
 

Constructor & Destructor Documentation

BoloPixel::BoloPixel ( )

Constructor.

....................................................................... Constructor.

BoloPixel::BoloPixel ( const BoloPixel objToBeCopied)

Copy Constructor.

....................................................................... Const Copy Constructor.

BoloPixel::BoloPixel ( BoloPixel objToBeCopied)

Copy Constructor.

....................................................................... Copy Constructor.

BoloPixel::~BoloPixel ( )
virtual

Destructor.

....................................................................... Destructor.

Member Function Documentation

void BoloPixel::operator= ( const BoloPixel objToBeAssigned)

Const Assignment Operator.

....................................................................... Const Assignment Operator.

void BoloPixel::operator= ( BoloPixel objToBeAssigned)

Assignment Operator.

....................................................................... Assignment Operator.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
BoloPixel obj 
)
friend

Output Operator.


The documentation for this class was generated from the following files: