LASitem::is_type ( enum LASitem::Type t ) const1st parameter 't' has type 'enum LASitem::Type'.
LASunzipper::open ( FILE* file, LASzip const* laszip )Field 'laszip->items->type' in 2nd parameter 'laszip' (pointer) has type 'enum LASitem::Type'.
LASunzipper::open ( std::istream& stream, LASzip const* laszip )Field 'laszip->items->type' in 2nd parameter 'laszip' (pointer) has type 'enum LASitem::Type'.
LASzip::check ( )Field 'this->items->type' in the object of this method has type 'enum LASitem::Type'.
LASzip::check_coder ( unsigned short const coder )Field 'this->items->type' in the object of this method has type 'enum LASitem::Type'.
LASzip::check_compressor ( unsigned short const compressor )Field 'this->items->type' in the object of this method has type 'enum LASitem::Type'.
LASzip::check_item ( LASitem const* item )Field 'item->type' in 1st parameter 'item' (pointer) has type 'enum LASitem::Type'.
LASzip::check_items ( unsigned short const num_items, LASitem const* items )Field 'items->type' in 2nd parameter 'items' (pointer) has type 'enum LASitem::Type'.
LASzip::get_error ( ) constField 'this->items->type' in the object of this method has type 'enum LASitem::Type'.
LASzip::is_standard ( unsigned char* point_type, unsigned short* record_length )Field 'this->items->type' in the object of this method has type 'enum LASitem::Type'.
LASzip::is_standard ( unsigned short const num_items, LASitem const* items, unsigned char* point_type, unsigned short* record_length )Field 'items->type' in 2nd parameter 'items' (pointer) has type 'enum LASitem::Type'.
LASzip::LASzip [in-charge] ( )Field 'this->items->type' in the object of this method has type 'enum LASitem::Type'.
LASzip::pack ( unsigned char*& bytes, int& num )Field 'this->items->type' in the object of this method has type 'enum LASitem::Type'.
LASzip::request_version ( unsigned short const requested_version )Field 'this->items->type' in the object of this method has type 'enum LASitem::Type'.
LASzip::set_chunk_size ( unsigned int const chunk_size )Field 'this->items->type' in the object of this method has type 'enum LASitem::Type'.
LASzip::setup ( unsigned char const point_type, unsigned short const point_size, unsigned short const compressor )Field 'this->items->type' in the object of this method has type 'enum LASitem::Type'.
LASzip::setup ( unsigned short* num_items, LASitem** items, unsigned char const point_type, unsigned short const point_size, unsigned short const compressor )Field 'items->type' in 2nd parameter 'items' (pointer) has type 'enum LASitem::Type'.
LASzip::setup ( unsigned short const num_items, LASitem const* items, unsigned short const compressor )Field 'items->type' in 2nd parameter 'items' (pointer) has type 'enum LASitem::Type'.
LASzip::unpack ( unsigned char const* bytes, int const num )Field 'this->items->type' in the object of this method has type 'enum LASitem::Type'.
LASzip::~LASzip [in-charge] ( )Field 'this->items->type' in the object of this method has type 'enum LASitem::Type'.
LASzipper::open ( FILE* outfile, LASzip const* laszip )Field 'laszip->items->type' in 2nd parameter 'laszip' (pointer) has type 'enum LASitem::Type'.
LASzipper::open ( std::ostream& outstream, LASzip const* laszip )Field 'laszip->items->type' in 2nd parameter 'laszip' (pointer) has type 'enum LASitem::Type'.