#include "ct_lasdata.h" CT_LASData::CT_LASData() { _Intensity = 0; _Return_Number = 0; _Number_of_Returns = 0; _Classification_Flags = 0; _Scanner_Channel = 0; _Scan_Direction_Flag = 0; _Edge_of_Flight_Line = 0; _Classification = 0; _Scan_Angle_Rank = 0; _User_Data = 0; _Point_Source_ID = 0; _GPS_Time = 0; _Red = 0; _Green = 0; _Blue = 0; _NIR = 0; _Wave_Packet_Descriptor_Index = 0; _Byte_offset_to_waveform_data = 0; _Waveform_packet_size_in_bytes = 0; _Return_Point_Waveform_Location = 0; } CT_LASData::~CT_LASData() { }