public void Visit(IAABBTreeVistor T)
 {
     T.ProcessNodeData(this);
 }
示例#2
0
 public void Visit(IAABBTreeVistor T)
 {
 }