JointEvent.cpp
Go to the documentation of this file.00001 /**<!--------------------------------------------------------------------> 00002 @file JointEvent.cpp 00003 @author Travis Fischer (fisch0920@gmail.com) 00004 @author Matthew Jacobs (jacobs.mh@gmail.com) 00005 @date Fall 2008 00006 00007 @brief 00008 Represents a single event which was sampled from a JointSampler. The 00009 internal value of this event is stored in a variant using boost::any, 00010 where the concrete value of type T can be extracted using 00011 Event<T>::getValue() 00012 <!-------------------------------------------------------------------->**/ 00013 00014 #include "JointEvent.h" 00015 00016 // intentionally empty 00017
Generated on 28 Feb 2009 for Milton by
1.5.6