19#ifndef _GENERALIZED_CONSTRAINT_H
20#define _GENERALIZED_CONSTRAINT_H
22#include "mechanical_constraint.h"
37 void init(
InitStage stage,
const InitConfigSet &config)
override;
39 virtual void setSupportFrame(
Frame *frame) { support = frame; }
41 void initializeUsingXML(xercesc::DOMElement * element)
override;
44 std::string saved_DependentBody, saved_supportFrame;
InitStage
The stages of the initialization.
Definition: element.h:62
std::string name
name of element
Definition: element.h:260
cartesian frame on bodies used for application of e.g. links and loads
Definition: frame.h:39
Class for generalized constraints.
Definition: generalized_constraint.h:30
void init(InitStage stage, const InitConfigSet &config) override
plots time series header
Definition: generalized_constraint.cc:30
Class for mechanical constraints.
Definition: mechanical_constraint.h:32
namespace MBSim
Definition: bilateral_constraint.cc:30