|
|
|||
File indexing completed on 2026-04-10 07:49:47
0001 // name=SCAM_test ; gcc $name.cc -std=c++11 -lstdc++ -I.. -o /tmp/$name && /tmp/$name 0002 0003 #include <iostream> 0004 #include "SCAM.h" 0005 0006 int main() 0007 { 0008 const char* key = "CAM" ; 0009 int cam = SCAM::EGet(key, "orthographic" ); 0010 const char * name = SCAM::Name(cam) ; 0011 std::cout 0012 << key << " " << cam << " name " << name << std::endl ; 0013 return 0 ; 0014 }
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|