pairing circle outer surface to line More...
#include <circle_line.h>
Public Member Functions | |
virtual void | assignContours (const std::vector< Contour * > &contour) |
treats ordering of contours More... | |
virtual void | updateg (double &g, std::vector< ContourFrame * > &cFrame, int index=0) |
compute normal distance, possible contact point positions and orientation (cf. contact.cc) More... | |
virtual void | updatewb (fmatvec::Vec &wb, double g, std::vector< ContourFrame * > &cFrame) |
compute acceleration in terms of contour parameters for event driven integration More... | |
![]() | |
ContactKinematics () | |
constructor | |
virtual | ~ContactKinematics () |
destructor | |
void | assignContours (Contour *contour1, Contour *contour2) |
treats ordering of contours More... | |
int | getNumberOfPotentialContactPoints () const |
virtual ContactKinematics * | getContactKinematics (int i=0) const |
virtual void | setSearchAllContactPoints (bool searchAllCP_=true) |
virtual void | setInitialGuess (const fmatvec::VecV &zeta0_) |
![]() | |
Atom & | operator= (const Atom &) |
void | setMessageStreamActive (MsgType type, bool active) |
void | getMessageStream (MsgType type, std::shared_ptr< bool > &a, std::shared_ptr< std::ostream > &s) |
void | adoptMessageStreams (const Atom *src=NULL) |
std::ostream & | msg (MsgType type) |
bool | msgAct (MsgType type) |
Private Attributes | |
int | icircle |
contour index | |
int | iline |
Circle * | circle |
contour classes | |
Line * | line |
Additional Inherited Members | |
![]() | |
enum | MsgType |
![]() | |
static void | setCurrentMessageStream (MsgType type, const std::shared_ptr< bool > &a=std::make_shared< bool >(true), const std::shared_ptr< std::ostream > &s=std::make_shared< std::ostream >(std::cout.rdbuf())) |
static std::ostream & | msgStatic (MsgType type) |
static bool | msgActStatic (MsgType type) |
![]() | |
Atom (const Atom &src) | |
![]() | |
int | numberOfPotentialContactPoints |
number of potential contact points | |
pairing circle outer surface to line
|
virtual |
|
virtual |
compute normal distance, possible contact point positions and orientation (cf. contact.cc)
t | time |
g | normal distance |
cFrame | contour point Frame |
index | index of the contact point that should be updated |
Implements MBSim::ContactKinematics.
|
virtual |
compute acceleration in terms of contour parameters for event driven integration
t | time |
wb | acceleration in terms of contour parameters |
g | normal distance |
cFrame | contact point parametrisation |
Implements MBSim::ContactKinematics.