#include <interface/RBCInput.h>
- Author
- Andres Osorio
email: aosor.nosp@m.io@u.nosp@m.niand.nosp@m.es.e.nosp@m.du.co
- Date
- 2008-10-16
Definition at line 22 of file RBCInput.h.
◆ RBCInput() [1/3]
◆ RBCInput() [2/3]
◆ RBCInput() [3/3]
◆ force()
void RBCInput::force |
( |
const std::vector< int > & |
forcevec | ) |
|
◆ mask()
void RBCInput::mask |
( |
const std::vector< int > & |
maskvec | ) |
|
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ printinfo()
void RBCInput::printinfo |
( |
| ) |
const |
|
inline |
◆ setWheelId()
void RBCInput::setWheelId |
( |
int |
wid | ) |
|
|
inline |
◆ wheelId()
int RBCInput::wheelId |
( |
| ) |
const |
|
inline |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
ostr, |
|
|
RBCInput const & |
rhs |
|
) |
| |
|
friend |
Definition at line 26 of file RBCInput.cc.
27 for (
int i = 0;
i < 15; ++
i)
28 ostr << rhs.input_sec[0][
i];
30 for (
int i = 0;
i < 15; ++
i)
31 ostr << rhs.input_sec[1][
i];
for(int i=first, nt=offsets[nh];i< nt;i+=gridDim.x *blockDim.x)
◆ operator>>
std::istream& operator>> |
( |
std::istream & |
istr, |
|
|
RBCInput & |
rhs |
|
) |
| |
|
friend |
◆ hasData
◆ input
◆ input_sec
std::array<std::bitset<15>, 2> RBCInput::input_sec |
◆ m_debug
◆ m_wheelId
◆ needmapping
bool RBCInput::needmapping |