Esempio n. 1
0
 public VectorsCalculator(IComponentConfiguration componentConfiguration, ICameraCalibration calibration,
     IVectorsFilter filter)
 {
     cameraCalibration = calibration;
     vectorsFilter = filter;
     configuration = componentConfiguration;
 }
Esempio n. 2
0
        public static ICameraCalibration bindTo_ICameraCalibration(IComponentIntrospect component)
        {
            global::System.IntPtr cPtr = solarPINVOKE.bindTo_ICameraCalibration(IComponentIntrospect.getCPtr(component));
            ICameraCalibration    ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ICameraCalibration(cPtr, true);

            if (solarPINVOKE.SWIGPendingException.Pending)
            {
                throw solarPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }