#include <MeshParams_t.hh>

Public Member Functions | |
| MeshParams_t () | |
| MeshParams_t (const MeshParams_t &x) | |
| MeshParams_t (std::istream &in) | |
| std::istream & | operator>> (std::istream &in) |
Public Attributes | |
| float | voltage |
| float | current |
Friends | |
| std::istream & | operator>> (std::istream &in, MeshParams_t &x) |
| std::ostream & | operator<< (std::ostream &out, const MeshParams_t &x) |
Definition at line 8 of file MeshParams_t.hh.
| MeshParams_t::MeshParams_t | ( | ) | [inline] |
| MeshParams_t::MeshParams_t | ( | const MeshParams_t & | x | ) | [inline] |
| MeshParams_t::MeshParams_t | ( | std::istream & | in | ) |
| std::istream& MeshParams_t::operator>> | ( | std::istream & | in | ) |
| std::istream& operator>> | ( | std::istream & | in, | |
| MeshParams_t & | x | |||
| ) | [friend] |
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const MeshParams_t & | x | |||
| ) | [friend] |
| float MeshParams_t::voltage |
Definition at line 12 of file MeshParams_t.hh.
| float MeshParams_t::current |
Definition at line 13 of file MeshParams_t.hh.
1.5.8