ArcGIS Procedural Runtime
3.1.9666
SDK
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
src
prtx
CGB.h
1
/*
2
COPYRIGHT (c) 2012-2023 Esri R&D Center Zurich
3
TRADE SECRETS: ESRI PROPRIETARY AND CONFIDENTIAL
4
Unpublished material - all rights reserved under the
5
Copyright Laws of the United States and applicable international
6
laws, treaties, and conventions.
7
8
For additional information, contact:
9
Environmental Systems Research Institute, Inc.
10
Attn: Contracts and Legal Services Department
11
380 New York Street
12
Redlands, California, 92373
13
USA
14
15
email: contracts@esri.com
16
*/
17
18
#ifndef PRTX_CGB_H_
19
#define PRTX_CGB_H_
20
21
#include "prt/Object.h"
22
23
#include "prtx/prtx.h"
24
#include "prtx/Content.h"
25
26
#include <vector>
27
#include <memory>
28
29
30
namespace
prtx {
31
32
33
class
CGB;
34
typedef
std::shared_ptr<CGB> CGBPtr;
35
typedef
std::vector<CGBPtr> CGBPtrVector;
36
37
class
PRTX_EXPORTS_API
CGB
:
public
Content
{
38
public
:
39
CGB
();
40
virtual
~
CGB
();
41
42
static
CGB
* create();
43
};
44
45
46
}
/* namespace prtx */
47
48
49
#endif
/* PRTX_CGB_H_ */
prtx::CGB
Definition:
CGB.h:37
prtx::Content
Definition:
Content.h:40
Generated on Wed Nov 8 2023 09:45:52 for ArcGIS Procedural Runtime by
1.8.5