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