Esempio n. 1
0
 public static ChokepointPtrSet getChokepoints() {
   ChokepointPtrSet ret = new ChokepointPtrSet(bwtaPINVOKE.getChokepoints(), false);
   return ret;
 }
Esempio n. 2
0
 public virtual ChokepointPtrSet getChokepoints() {
   ChokepointPtrSet ret = new ChokepointPtrSet(bwtaPINVOKE.Region_getChokepoints(swigCPtr), false);
   return ret;
 }