Control the chaos and unleash your team's potential with Extensis Connect / Learn More
The Most Accurate Font Manager Around. Connect Fonts
Get Your Team Access To Everything, From Anywhere. Connect Assets
Fonts and digital assets, together at last. Discover what’s new in Extensis Connect
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)