#include <PMParams_t.hh>
Collaboration diagram for PMParams_t:

Public Member Functions | |
| PMParams_t () | |
| PMParams_t & | operator= (const PMParams_t &aPM) |
| PMParams_t (const PMParams_t &x) | |
| PMParams_t (std::istream &in) | |
| std::istream & | operator>> (std::istream &in) |
Public Attributes | |
| float | v1 |
| float | v2 |
Friends | |
| std::istream & | operator>> (std::istream &in, PMParams_t &x) |
| std::ostream & | operator<< (std::ostream &out, const PMParams_t &x) |
Definition at line 17 of file PMParams_t.hh.
| PMParams_t::PMParams_t | ( | ) | [inline] |
| PMParams_t::PMParams_t | ( | const PMParams_t & | x | ) | [inline] |
| PMParams_t::PMParams_t | ( | std::istream & | in | ) |
| PMParams_t & PMParams_t::operator= | ( | const PMParams_t & | aPM | ) |
| std::istream & PMParams_t::operator>> | ( | std::istream & | in | ) |
| std::istream& operator>> | ( | std::istream & | in, | |
| PMParams_t & | x | |||
| ) | [friend] |
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const PMParams_t & | x | |||
| ) | [friend] |
| float PMParams_t::v1 |
Definition at line 32 of file PMParams_t.hh.
Referenced by operator<<(), operator=(), and operator>>().
| float PMParams_t::v2 |
Definition at line 33 of file PMParams_t.hh.
Referenced by operator<<(), operator=(), and operator>>().
1.4.7