#include "lvr2/reconstruction/QueryPoint.hpp"
#include "lvr2/reconstruction/LBKdTree.hpp"
#include "lvr2/geometry/LBPointArray.hpp"
#include "lvr2/geometry/ColorVertex.hpp"
#include "lvr2/geometry/BaseVector.hpp"
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <fstream>
#include <sstream>
#include <vector>
#include <math.h>
#include <float.h>
#include <stdint.h>
#include <cuda_runtime.h>
#include <driver_types.h>
#include <boost/shared_array.hpp>
Go to the source code of this file.
|
#define | HANDLE_ERROR(err) (HandleError( err, __FILE__, __LINE__ )) |
|
◆ HANDLE_ERROR
#define HANDLE_ERROR |
( |
|
err | ) |
(HandleError( err, __FILE__, __LINE__ )) |