Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90946700
particle.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
Wed, Nov 6, 07:31
Size
398 B
Mime Type
text/x-c
Expires
Fri, Nov 8, 07:31 (1 d, 22 h)
Engine
blob
Format
Raw Data
Handle
22162321
Attached To
R7571 SP4E-TB-TL-FR
particle.cc
View Options
#include "particle.hh"
void
Particle
::
printself
(
std
::
ostream
&
stream
)
const
{
stream
<<
" "
<<
position
;
stream
<<
" "
<<
velocity
;
stream
<<
" "
<<
force
;
stream
<<
" "
<<
mass
;
}
/* -------------------------------------------------------------------------- */
void
Particle
::
initself
(
std
::
istream
&
sstr
)
{
sstr
>>
position
;
sstr
>>
velocity
;
sstr
>>
force
;
sstr
>>
mass
;
}
Event Timeline
Log In to Comment