#include "lasreader_shp.hpp"
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
◆ fopen_compressed()
      
        
          | FILE* fopen_compressed | ( | const char * | filename, | 
        
          |  |  | const char * | mode, | 
        
          |  |  | bool * | piped | 
        
          |  | ) |  |  | 
      
 
 
◆ from_big_endian()
  
  | 
        
          | static void from_big_endian | ( | int * | value | ) |  |  | static | 
 
 
◆ from_little_endian() [1/2]
  
  | 
        
          | static void from_little_endian | ( | double * | value | ) |  |  | static | 
 
 
◆ from_little_endian() [2/2]
  
  | 
        
          | static void from_little_endian | ( | int * | value | ) |  |  | static | 
 
 
◆ initialize_endianness()
  
  | 
        
          | static void initialize_endianness | ( |  | ) |  |  | static | 
 
 
◆ is_little_endian
  
  | 
        
          | bool is_little_endian = true |  | static |