VR-Forces 4.6.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
features
ogrMutex.h
Go to the documentation of this file.
1
2
3
4
5
#pragma once
6
7
#include <
features/featuresDefines.h
>
8
9
#include <boost/noncopyable.hpp>
10
11
#include <memory>
12
13
namespace
MAKVRinTerra
14
{
19
DT_DLL_features
void
RegisterOGRPlugins
();
20
21
typedef
void (*
OgrMutexLockFunction
)();
22
23
DT_DLL_features
void
setOgrMutex
(
OgrMutexLockFunction
lock,
OgrMutexLockFunction
unlock);
24
25
class
DT_DLL_features
DtScopedOgrLock
:
private
boost::noncopyable
26
{
27
public
:
28
DtScopedOgrLock
();
29
~
DtScopedOgrLock
();
30
};
31
32
class
DT_DLL_features
DtCPLString
:
private
boost::noncopyable
33
{
34
public
:
35
explicit
DtCPLString
(
char
* cplstring = 0);
36
~
DtCPLString
();
37
38
char
* c_str()
const
;
39
char
** toCPL();
40
41
private
:
42
char
*
myCPLStr
;
43
};
44
45
}
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)