In file /home/blah/darwin2k/src/dyno/mechanism/dynoCollision.h:

class cdRecord

bookkeepping class used by dynoContactor

Public Fields

[more]link* l
the link (if any) for the object
[more]cdPolyhedronObstacle* o
the obstacle (if any) for the object
[more]dynoContactor::contactType type
the type of contact
[more]userContactCB* contactCB
user callback function for computing contact conditions
[more]void* contactCBdata
user data for contactCB
[more]collisionObjectCB* objectCB
user callback function for creating/updating contact object (eg.
[more]void* objectCBdata
user data for objectCB;
[more]synObject* owner
object that created the cdRecord
[more]double muS
static friction
[more]double muD
dynamic friction
[more]double kp
stiffness
[more]double kv
damping

Public Methods

[more] cdRecord(link* L, dynoContactor::contactType Type, double MuS, double MuD, userContactCB* CB = NULL, void* UserData = NULL, collisionObjectCB* coCB = NULL, void* collisionCBdata = NULL)
constructor
[more] cdRecord(cdPolyhedronObstacle* O, double MuS, double MuD)
constructor


Documentation

bookkeepping class used by dynoContactor
olink* l
the link (if any) for the object

ocdPolyhedronObstacle* o
the obstacle (if any) for the object

odynoContactor::contactType type
the type of contact

ouserContactCB* contactCB
user callback function for computing contact conditions

ovoid* contactCBdata
user data for contactCB

ocollisionObjectCB* objectCB
user callback function for creating/updating contact object (eg. creating a dynoObject for the contact)

ovoid* objectCBdata
user data for objectCB;

osynObject* owner
object that created the cdRecord

odouble muS
static friction

odouble muD
dynamic friction

odouble kp
stiffness

odouble kv
damping

o cdRecord(link* L, dynoContactor::contactType Type, double MuS, double MuD, userContactCB* CB = NULL, void* UserData = NULL, collisionObjectCB* coCB = NULL, void* collisionCBdata = NULL)
constructor

o cdRecord(cdPolyhedronObstacle* O, double MuS, double MuD)
constructor


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.