chrono::ChCheckpoint Member List
This is the complete list of members for chrono::ChCheckpoint, including all inherited members.
| ChCheckpoint(Type type) (defined in chrono::ChCheckpoint) | chrono::ChCheckpoint | protected |
| CheckIfComponentType() const | chrono::ChCheckpoint | protected |
| CheckIfSystemType() const | chrono::ChCheckpoint | protected |
| Format enum name | chrono::ChCheckpoint | |
| GetFormatAsString(Format format) | chrono::ChCheckpoint | static |
| GetTime() const (defined in chrono::ChCheckpoint) | chrono::ChCheckpoint | inline |
| GetTypeAsString(Type type) | chrono::ChCheckpoint | static |
| Initialize()=0 | chrono::ChCheckpoint | pure virtual |
| Load(ChSystem *sys) (defined in chrono::ChCheckpoint) | chrono::ChCheckpoint | |
| Load(double &time, ChAssembly::Components &components) (defined in chrono::ChCheckpoint) | chrono::ChCheckpoint | |
| Load(ChAssembly::Components &components) (defined in chrono::ChCheckpoint) | chrono::ChCheckpoint | |
| LoadBodies(std::vector< std::shared_ptr< ChBody >> &bodies)=0 | chrono::ChCheckpoint | protectedpure virtual |
| LoadBodyBodyLoads(std::vector< std::shared_ptr< ChLoadBodyBody >> &loads)=0 | chrono::ChCheckpoint | protectedpure virtual |
| LoadChQuaternion(ChQuaterniond &quat)=0 | chrono::ChCheckpoint | protectedpure virtual |
| LoadChVector3(ChVector3d &vector)=0 | chrono::ChCheckpoint | protectedpure virtual |
| LoadCouples(std::vector< std::shared_ptr< ChShaftsCouple >> &couples)=0 | chrono::ChCheckpoint | protectedpure virtual |
| LoadDouble(double &value)=0 | chrono::ChCheckpoint | protectedpure virtual |
| LoadInteger(int &value)=0 | chrono::ChCheckpoint | protectedpure virtual |
| LoadJoints(std::vector< std::shared_ptr< ChLink >> &joints)=0 | chrono::ChCheckpoint | protectedpure virtual |
| LoadLinMotors(std::vector< std::shared_ptr< ChLinkMotorLinear >> &motors)=0 | chrono::ChCheckpoint | protectedpure virtual |
| LoadLinSprings(std::vector< std::shared_ptr< ChLinkTSDA >> &springs)=0 | chrono::ChCheckpoint | protectedpure virtual |
| LoadRotMotors(std::vector< std::shared_ptr< ChLinkMotorRotation >> &motors)=0 | chrono::ChCheckpoint | protectedpure virtual |
| LoadRotSprings(std::vector< std::shared_ptr< ChLinkRSDA >> &springs)=0 | chrono::ChCheckpoint | protectedpure virtual |
| LoadShafts(std::vector< std::shared_ptr< ChShaft >> &shafts)=0 | chrono::ChCheckpoint | protectedpure virtual |
| LoadState(ChSystem *sys)=0 | chrono::ChCheckpoint | protectedpure virtual |
| LoadVector(std::vector< double > &vector)=0 | chrono::ChCheckpoint | protectedpure virtual |
| m_time | chrono::ChCheckpoint | protected |
| m_type | chrono::ChCheckpoint | protected |
| ReadFile(const std::string &filename)=0 | chrono::ChCheckpoint | pure virtual |
| Save(ChSystem *sys) (defined in chrono::ChCheckpoint) | chrono::ChCheckpoint | |
| Save(double time, const ChAssembly::Components &components) (defined in chrono::ChCheckpoint) | chrono::ChCheckpoint | |
| Save(const ChAssembly::Components &components) (defined in chrono::ChCheckpoint) | chrono::ChCheckpoint | |
| SaveBodies(const std::vector< std::shared_ptr< ChBody >> &bodies)=0 | chrono::ChCheckpoint | protectedpure virtual |
| SaveBodyBodyLoads(const std::vector< std::shared_ptr< ChLoadBodyBody >> &loads)=0 | chrono::ChCheckpoint | protectedpure virtual |
| SaveChQuaternion(const ChQuaterniond &quat)=0 | chrono::ChCheckpoint | protectedpure virtual |
| SaveChVector3(const ChVector3d &vector)=0 | chrono::ChCheckpoint | protectedpure virtual |
| SaveCouples(const std::vector< std::shared_ptr< ChShaftsCouple >> &couples)=0 | chrono::ChCheckpoint | protectedpure virtual |
| SaveDouble(double value)=0 | chrono::ChCheckpoint | protectedpure virtual |
| SaveInteger(int value)=0 | chrono::ChCheckpoint | protectedpure virtual |
| SaveJoints(const std::vector< std::shared_ptr< ChLink >> &joints)=0 | chrono::ChCheckpoint | protectedpure virtual |
| SaveLinMotors(const std::vector< std::shared_ptr< ChLinkMotorLinear >> &motors)=0 | chrono::ChCheckpoint | protectedpure virtual |
| SaveLinSprings(const std::vector< std::shared_ptr< ChLinkTSDA >> &springs)=0 | chrono::ChCheckpoint | protectedpure virtual |
| SaveRotMotors(const std::vector< std::shared_ptr< ChLinkMotorRotation >> &motors)=0 | chrono::ChCheckpoint | protectedpure virtual |
| SaveRotSprings(const std::vector< std::shared_ptr< ChLinkRSDA >> &springs)=0 | chrono::ChCheckpoint | protectedpure virtual |
| SaveShafts(const std::vector< std::shared_ptr< ChShaft >> &shafts)=0 | chrono::ChCheckpoint | protectedpure virtual |
| SaveState(ChSystem *sys)=0 | chrono::ChCheckpoint | protectedpure virtual |
| SaveVector(const std::vector< double > &vector)=0 | chrono::ChCheckpoint | protectedpure virtual |
| SetTime(double time) (defined in chrono::ChCheckpoint) | chrono::ChCheckpoint | inline |
| Type enum name | chrono::ChCheckpoint | |
| WriteFile(const std::string &filename)=0 | chrono::ChCheckpoint | pure virtual |
| ~ChCheckpoint() (defined in chrono::ChCheckpoint) | chrono::ChCheckpoint | inlinevirtual |