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