Assurez-vous que les polices sont accompagnées de licences et qu'elles seront acceptées par tout le monde.
Analysez les projets afin d'identifier les risques liés à l’utilisation des polices au bon moment.
Current version: 1.1.4 (released January 2017)
(released January 2017)
/Zc:wchar_t-
so wchar_t
is now a compile defined type, which is the VS default behavior. The /Zc:wchar_t-
option is not required to link with wide string methods in FileIO and Version.ProgressDelegate::displayWarning()
, which is an optional override, it is called with informitive messages.PointInfo::init()
methods for building PointInfo object that have a subset of channels of a given PointInfo or PointData object.(released December 2015)
IO::open()
and IO::close()
thread safe. This will only affect derived sub-classes of IO. See the file lidar/IO.h
for more information.CHANNEL_NAME_GPSTime
macro with CHANNEL_NAME_GPSTime_Week
and added CHANNEL_NAME_GPSTime_Adjusted
. GPSTIme_Week
is the number of seconds since midnight Sunday. GPSTime_Adjusted
is the satellite GPS Time minus 1×109.(released December 2010)
Bounds::Huge
into a function Bounds::Huge()
.(released March 2010)
PointInfo
class to replace the (ChannelInfo[], length)
idiom.iter = reader->createIterator(bounds, 1.0, reader->getChannelInfo(),
reader->getNumChannels(), NULL);
iter = reader->createIterator(bounds, 1.0, reader->getPointInfo(), NULL);
LTLogMessage
functions. The information can be retrieved from the Error object.(released September 2009)
(released July 2009)