![]() |
libLAS API Reference
1.8.1
|
#include <liblas/export.hpp>

Go to the source code of this file.
Macros | |
| #define | LIBLAS_C_API 1 |
| #define | LAS_C_START |
| #define | LAS_C_END |
| #define | NULL 0 |
| #define | TRUE 1 |
| #define | FALSE 0 |
| #define | MIN(a, b) ((a<b) ? a : b) |
| #define | MAX(a, b) ((a>b) ? a : b) |
| #define | LASCopyString strdup |
| #define FALSE 0 |
| #define LAS_C_END |
Referenced by liblas::SpatialReference::operator!=().
| #define LAS_C_START |
Referenced by liblas::SpatialReference::operator!=().
| #define LASCopyString strdup |
| #define LIBLAS_C_API 1 |
| #define MAX | ( | a, | |
| b | |||
| ) | ((a>b) ? a : b) |
| #define MIN | ( | a, | |
| b | |||
| ) | ((a<b) ? a : b) |
| #define NULL 0 |
Referenced by liblas::Create(), and liblas::Open().
| #define TRUE 1 |
1.8.11