关于OSG中PICK的有关问题

关于OSG中PICK的问题OSG中PICK例子里面的一段程序:const osgUtil::LineSegmentIntersector::Intersection:

关于OSG中PICK的问题
OSG中PICK例子里面的一段程序:
 const osgUtil::LineSegmentIntersector::Intersection::IndexList& vil = hitr->indexList;
  for(unsigned int i=0;i<vil.size();++i)
  {
  os<<" vertex indices ["<<i<<"] = "<<vil[i]<<std::endl;
  }
这段程序有什么用呀,看不懂!
请教高手!!!

[解决办法]
osg有中文论坛,去那边问问吧