/* =============================================================================== FILE: lasvlr.cpp CONTENTS: see corresponding header file PROGRAMMERS: martin.isenburg@rapidlasso.com - http://rapidlasso.com COPYRIGHT: (c) 2007-2019, martin isenburg, rapidlasso - fast tools to catch reality This is free software; you can redistribute and/or modify it under the terms of the GNU Lesser General Licence as published by the Free Software Foundation. See the LICENSE.txt file for more information. This software is distributed WITHOUT ANY WARRANTY and without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. CHANGE HISTORY: see corresponding header file =============================================================================== */ #include "lasvlr.hpp" LASvlr_lastiling::LASvlr_lastiling() { memset((void*)this, 0, sizeof(LASvlr_lastiling)); } LASvlr_lasoriginal::LASvlr_lasoriginal() { memset((void*)this, 0, sizeof(LASvlr_lasoriginal)); }