![]() |
|
|||
File indexing completed on 2023-03-17 10:46:39
0001 #ifndef CSCobject_h 0002 #define CSCobject_h 0003 0004 #include <vector> 0005 #include <map> 0006 0007 class CSCobject { 0008 public: 0009 CSCobject(); 0010 ~CSCobject(); 0011 0012 std::map<int, std::vector<std::vector<float> > > obj; 0013 }; 0014 0015 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |