|
MULTIBODY SIMULATION SOFTWARE - API documentation |
#include <CHlinkPointSpline.h>


Public Member Functions | |
| virtual void | Copy (ChLinkPointSpline *source) |
| virtual ChLink * | new_Duplicate () |
| geometry::ChLine * | Get_trajectory_line () |
| void | Set_trajectory_line (geometry::ChLine *mline) |
| virtual void | UpdateTime (double mytime) |
| virtual void | StreamIN (ChStreamInBinary &mstream) |
| virtual void | StreamOUT (ChStreamOutBinary &mstream) |
Protected Attributes | |
| geometry::ChLine * | trajectory_line |
| geometry::ChLine* chrono::ChLinkPointSpline::Get_trajectory_line | ( | ) |
Get the address of the trajectory line.
| void chrono::ChLinkPointSpline::Set_trajectory_line | ( | geometry::ChLine * | mline | ) |
Sets the trajectory line (take ownership - does not copy line).
| void chrono::ChLinkPointSpline::UpdateTime | ( | double | time | ) | [virtual] |
UPDATING PROCEDURES
Reimplemented from chrono::ChLinkLock.
| void chrono::ChLinkPointSpline::StreamIN | ( | ChStreamInBinary & | mstream | ) | [virtual] |
Method to allow deserializing a persistent binary archive (ex: a file) into transient data.
Reimplemented from chrono::ChLinkLock.
| void chrono::ChLinkPointSpline::StreamOUT | ( | ChStreamOutBinary & | mstream | ) | [virtual] |
Method to allow serializing transient data into a persistent binary archive (ex: a file).
Reimplemented from chrono::ChLinkLock.
The line for the trajectory.
CHRONO::ENGINE