#include <SGNode.h>
Public Methods | |
| virtual istream & | Read (istream &is) |
| Reads a ShockInfo from the specified stream. | |
| virtual ostream & | Write (ostream &os) const |
| Writes the ShockInfo to the specified stream. | |
| void | Print (ostream &os) const |
| Prints the ShockInfo to the specified stream. | |
Public Attributes | |
| double | xcoord |
| X coordinate of branch points. | |
| double | ycoord |
| Y coordinate of branch points. | |
| double | radius |
| Radii at the branch points. | |
| double | speed |
| Velocities at the branch points. | |
| double | dr |
| Delta radius. Diff in radius with that of the previous point. | |
| int | dir |
| Direction: increasing=1, decreasing=-1, constant=0. | |
Definition at line 62 of file SGNode.h.
1.2.18