Exemplo n.º 1
0
 public void addVisibleMapPoints(MapIntInt mapPoints)
 {
     solar_datastructurePINVOKE.Frame_addVisibleMapPoints(swigCPtr, MapIntInt.getCPtr(mapPoints));
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public CloudPoint(float x, float y, float z, float r, float g, float b, double reproj_error, MapIntInt visibility, SWIGTYPE_p_boost__shared_ptrT_DescriptorBuffer_t descriptor) : this(solar_datastructurePINVOKE.new_CloudPoint__SWIG_2(x, y, z, r, g, b, reproj_error, MapIntInt.getCPtr(visibility), SWIGTYPE_p_boost__shared_ptrT_DescriptorBuffer_t.getCPtr(descriptor)), true)
 {
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 3
0
 public CloudPoint(float x, float y, float z, float r, float g, float b, double reproj_error, MapIntInt visibility) : this(solar_datastructurePINVOKE.new_CloudPoint__SWIG_1(x, y, z, r, g, b, reproj_error, MapIntInt.getCPtr(visibility)), true)
 {
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 4
0
 public MapIntInt(MapIntInt other) : this(solar_datastructurePINVOKE.new_MapIntInt__SWIG_1(MapIntInt.getCPtr(other)), true)
 {
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }