chrono::ChFseqNode Class Reference
Description
Node for the list of functions in a ChFunction_Sequence object.
#include <ChFunction_Sequence.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 &marchive) |
Method to allow serialization of transient data to archives. | |
void | ArchiveIN (ChArchiveIn &marchive) |
Method to allow deserialization 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 |