Public headers of device layer and some utils

This commit is contained in:
John Zhao
2018-04-19 23:19:00 +08:00
parent ad03d33d9c
commit a3f90d31c7
13 changed files with 22 additions and 25 deletions

View File

@@ -13,7 +13,7 @@
#include <stdexcept>
#include <utility>
#include "internal/files.h"
#include "mynteye/files.h"
#define FULL_PRECISION \
std::fixed << std::setprecision(std::numeric_limits<double>::max_digits10)

View File

@@ -7,7 +7,7 @@
#include <memory>
#include <string>
#include "internal/callbacks.h"
#include "mynteye/callbacks.h"
#include "mynteye/mynteye.h"
MYNTEYE_BEGIN_NAMESPACE

View File

@@ -3,10 +3,10 @@
#include "mynteye/glog_init.h"
#include "device/context.h"
#include "device/device.h"
#include "mynteye/context.h"
#include "mynteye/device.h"
#include "internal/times.h"
#include "mynteye/times.h"
#include "dataset/dataset.h"