Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110560196
ping_pong_ball.cc
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Apr 26, 22:05
Size
411 B
Mime Type
text/x-c
Expires
Mon, Apr 28, 22:05 (2 d)
Engine
blob
Format
Raw Data
Handle
25653881
Attached To
R7571 SP4E-TB-TL-FR
ping_pong_ball.cc
View Options
#include "ping_pong_ball.hh"
/* -------------------------------------------------------------------------- */
void PingPongBall::printself(std::ostream& stream) const {
Particle::printself(stream);
stream << " " << radius;
}
/* -------------------------------------------------------------------------- */
void PingPongBall::initself(std::istream& sstr) {
Particle::initself(sstr);
sstr >> radius;
}
Event Timeline
Log In to Comment