geometryPoses_test.cpp
Go to the documentation of this file.
00001 #include "hardcoded_facts/geometryPoses.h"
00002 #include <stdlib.h>
00003 
00004 int main(int argc, char** argv) 
00005 {
00006    GeometryPoses poses;
00007    if(!poses.load(argv[1])) {
00008       exit(1);
00009    }
00010 
00011    std::cout << poses << std::endl;
00012 
00013    return 0;
00014 }
00015 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends


hardcoded_facts
Author(s): Christian Dornhege
autogenerated on Wed Dec 26 2012 15:46:00