File indexing completed on 2026-04-09 07:49:24
0001 #include "SGeo.hh"
0002
0003 #include "SYSRAP_API_EXPORT.hh"
0004
0005 struct sframe ;
0006 struct stree ;
0007
0008 struct SYSRAP_API CheckGeo : public SGeo
0009 {
0010 unsigned getNumMeshes() const ;
0011 const char* getMeshName(unsigned midx) const ;
0012 int getMeshIndexWithName(const char* name, bool startswith) const ;
0013 int getFrame(sframe& fr, int ins_idx ) const ;
0014 std::string descBase() const ;
0015
0016 int lookup_mtline(int mtindex) const ;
0017 std::string desc_mt() const ;
0018
0019 stree* getTree() const ;
0020
0021 };
0022
0023
0024