chrono::ChFseqNode Class Reference
Description
Node for the list of functions in a ChFunctionSequence object.
#include <ChFunctionSequence.h>
Public Member Functions | |
void | SetDuration (double mdur) |
void | SetTend (double mt_end) |
ChFseqNode (std::shared_ptr< ChFunction > myfx, double mdur) | |
ChFseqNode (const ChFseqNode &other) | |
void | ArchiveOut (ChArchiveOut &archive_out) |
Method to allow serialization of transient data to archives. | |
void | ArchiveIn (ChArchiveIn &archive_in) |
Method to allow de-serialization of transient data from archives. | |
Public Attributes | |
std::shared_ptr< ChFunction > | fx |
double | duration |
double | weight |
double | t_start |
double | t_end |
double | Iy |
double | Iydt |
double | Iydtdt |
bool | y_cont |
bool | ydt_cont |
bool | ydtdt_cont |
The documentation for this class was generated from the following files:
- /builds/uwsbel/chrono/src/chrono/functions/ChFunctionSequence.h
- /builds/uwsbel/chrono/src/chrono/functions/ChFunctionSequence.cpp