Zivid  1.0.1+3607.8a7510c4
Zivid API
Environment.h
Go to the documentation of this file.
1 /*[
2  * This file is part of the Zivid 3D Camera API
3  *
4  * Copyright 2015-2018 (C) Zivid Labs. All rights reserved.
5  * Contact info@zividlabs.com or see http://www.zividlabs.com
6  *
7  * This code is proprietary and confidential.
8  * Unauthorized copying of this file, via any medium is strictly prohibited.
9 ]*/
10 
11 #pragma once
12 
15 
16 #include "APIExport.h"
17 #include <string>
18 
19 namespace Zivid
20 {
24  namespace Environment
25  {
31  ZIVID_API std::string dataPath();
32  }
33 } // namespace Zivid
34 
ZIVID_API std::string dataPath()
Get default location for sample data
Definition: Application.h:19
Definitions for export of DLL interfaces