Home Previous Up Next Index

MotionDatabase::Motion

Overview

class Motion extends DatabaseObject

Used By

MotionList
MotionDatabaseSession::getMotion

Data Member Index

associatedInstitution
motionDescriptions
associatedProject
associatedSubjects
associatedObjects
date
comment

Data Members

Institution associatedInstitution;

MotionDescriptionTreeNodeList motionDescriptions;

Project associatedProject;

SubjectList associatedSubjects;

MoCapObjectList associatedObjects;

string date;

string comment;


Home Previous Up Next Index