|
|
|||
File indexing completed on 2026-04-09 07:49:05
0001 /** 0002 QBnd_test.cc 0003 ============== 0004 0005 Canonically built standalone with:: 0006 0007 ./QBnd_test.sh 0008 0009 0010 0011 **/ 0012 0013 #include "NP.hh" 0014 #include "QBnd.hh" 0015 0016 int main() 0017 { 0018 NP* bnd = NP::Load("$HOME/.opticks/GEOM/$GEOM/CSGFoundry/SSim/stree/standard/bnd.npy") ; 0019 std::cout << " bnd " << ( bnd ? bnd->sstr() : "-" ) << std::endl ; 0020 if(bnd == nullptr) return 1 ; 0021 0022 QBnd qb(bnd) ; 0023 qb.save("$FOLD"); 0024 0025 return 0 ; 0026 }
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|