Пример #1
0
 public void overrideWKT(string wkt)
 {
     LidarDSDKPINVOKE.PointReader_overrideWKT(swigCPtr, wkt);
     if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
     {
         throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
Файл: IO.cs Проект: caller/OMC
 public virtual void close()
 {
     LidarDSDKPINVOKE.IO_close(swigCPtr);
     if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
     {
         throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #3
0
Файл: IO.cs Проект: caller/OMC
 public virtual void truncate(long length)
 {
     LidarDSDKPINVOKE.IO_truncate(swigCPtr, length);
     if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
     {
         throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #4
0
 public void init(PointSource src, IO io, PointInfo fieldInfo)
 {
     LidarDSDKPINVOKE.TXTPointWriter_init__SWIG_3(swigCPtr, PointSource.getCPtr(src), IO.getCPtr(io), PointInfo.getCPtr(fieldInfo));
     if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
     {
         throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #5
0
 public void init(PointSource src, IO io, string format)
 {
     LidarDSDKPINVOKE.TXTPointWriter_init__SWIG_1(swigCPtr, PointSource.getCPtr(src), IO.getCPtr(io), format);
     if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
     {
         throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #6
0
 public virtual void writeEnd(long numPoints, Bounds bounds)
 {
     LidarDSDKPINVOKE.SimplePointWriter_writeEnd(swigCPtr, numPoints, Bounds.getCPtr(bounds));
     if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
     {
         throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #7
0
 public void setCancelled(bool cancel)
 {
     LidarDSDKPINVOKE.PercentProgressDelegate_setCancelled(swigCPtr, cancel);
     if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
     {
         throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #8
0
 public void add(string key, string description, MetadataDataType datatype, SWIGTYPE_p_void value, uint length)
 {
     LidarDSDKPINVOKE.Metadata_add__SWIG_0(swigCPtr, key, description, (int)datatype, SWIGTYPE_p_void.getCPtr(value), length);
     if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
     {
         throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #9
0
 public virtual void writeBegin(PointInfo pointInfo)
 {
     LidarDSDKPINVOKE.SimplePointWriter_writeBegin(swigCPtr, PointInfo.getCPtr(pointInfo));
     if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
     {
         throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #10
0
 public virtual void writePoints(PointData points, uint numPoints, ProgressDelegate arg2)
 {
     LidarDSDKPINVOKE.SimplePointWriter_writePoints(swigCPtr, PointData.getCPtr(points), numPoints, ProgressDelegate.getCPtr(arg2));
     if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
     {
         throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #11
0
        public bool empty()
        {
            bool ret = LidarDSDKPINVOKE.Range_empty(swigCPtr);

            if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
            {
                throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #12
0
        public bool overlaps(Range r)
        {
            bool ret = LidarDSDKPINVOKE.Range_overlaps(swigCPtr, Range.getCPtr(r));

            if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
            {
                throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #13
0
        public double getValue(uint i)
        {
            double ret = LidarDSDKPINVOKE.ChannelData_getValue(swigCPtr, i);

            if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
            {
                throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #14
0
        public virtual bool getCancelled()
        {
            bool ret = LidarDSDKPINVOKE.ProgressDelegate_getCancelled(swigCPtr);

            if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
            {
                throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #15
0
        public uint getNumChannels()
        {
            uint ret = LidarDSDKPINVOKE.PointSource_getNumChannels(swigCPtr);

            if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
            {
                throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #16
0
        public virtual double getTotalWork(Bounds bounds, double fraction)
        {
            double ret = LidarDSDKPINVOKE.PointSource_getTotalWork(swigCPtr, Bounds.getCPtr(bounds), fraction);

            if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
            {
                throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #17
0
        public virtual Bounds getBounds()
        {
            Bounds ret = new Bounds(LidarDSDKPINVOKE.PointSource_getBounds(swigCPtr), false);

            if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
            {
                throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #18
0
        public double length()
        {
            double ret = LidarDSDKPINVOKE.Range_length(swigCPtr);

            if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
            {
                throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #19
0
        public virtual string getWKT()
        {
            string ret = LidarDSDKPINVOKE.PointSource_getWKT(swigCPtr);

            if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
            {
                throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #20
0
        public double getQuantization()
        {
            double ret = LidarDSDKPINVOKE.ChannelInfo_getQuantization(swigCPtr);

            if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
            {
                throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #21
0
        public virtual uint getNumClassIdNames()
        {
            uint ret = LidarDSDKPINVOKE.PointSource_getNumClassIdNames(swigCPtr);

            if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
            {
                throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #22
0
        public string getName()
        {
            string ret = LidarDSDKPINVOKE.ChannelInfo_getName(swigCPtr);

            if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
            {
                throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #23
0
        public uint read(Bounds bounds, PointData points, ProgressDelegate arg2)
        {
            uint ret = LidarDSDKPINVOKE.PointSource_read(swigCPtr, Bounds.getCPtr(bounds), PointData.getCPtr(points), ProgressDelegate.getCPtr(arg2));

            if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
            {
                throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #24
0
        public uint getChannelIndex(string name)
        {
            uint ret = LidarDSDKPINVOKE.PointInfo_getChannelIndex(swigCPtr, name);

            if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
            {
                throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #25
0
        public bool hasChannel(string name)
        {
            bool ret = LidarDSDKPINVOKE.PointSource_hasChannel(swigCPtr, name);

            if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
            {
                throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #26
0
        public bool hasValidXYZ()
        {
            bool ret = LidarDSDKPINVOKE.PointInfo_hasValidXYZ(swigCPtr);

            if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
            {
                throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #27
0
        public double getProgress()
        {
            double ret = LidarDSDKPINVOKE.ProgressDelegate_getProgress(swigCPtr);

            if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
            {
                throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #28
0
        public bool Equals(PointInfo rhs)
        {
            bool ret = LidarDSDKPINVOKE.PointInfo_Equals(swigCPtr, PointInfo.getCPtr(rhs));

            if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
            {
                throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #29
0
        public uint getNumSamples()
        {
            uint ret = LidarDSDKPINVOKE.ChannelData_getNumSamples(swigCPtr);

            if (LidarDSDKPINVOKE.SWIGPendingException.Pending)
            {
                throw LidarDSDKPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #30
0
        public bool contains(double v)
        {
            bool ret = LidarDSDKPINVOKE.Range_contains(swigCPtr, v);

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