ArcGIS Procedural Runtime  3.2.10650
ContentType.h
1 /*
2  COPYRIGHT (c) 2012-2024 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 PRT_CONTENTTYPE_H_
19 #define PRT_CONTENTTYPE_H_
20 
21 
22 namespace prt {
23 
24 
44 };
45 
46 
47 } // namespace prt
48 
49 
50 #endif /* PRT_CONTENTTYPE_H_ */
Extension does not make use of specific content type.
Definition: ContentType.h:29
Extension can handle tables.
Definition: ContentType.h:42
Extension can handle textures.
Definition: ContentType.h:32
Extension can handle strings.
Definition: ContentType.h:41
Extension can handle materials (and potentially also textures).
Definition: ContentType.h:31
(Reserved) extension can handle initial shape.
Definition: ContentType.h:35
Extension can handle CGB resources.
Definition: ContentType.h:34
Extension can handle CGA print output (see cga print()).
Definition: ContentType.h:37
Extension can handle shape trees.
Definition: ContentType.h:40
Extension can handle CGA reports (see cga report()).
Definition: ContentType.h:38
(Reserved) Extension can handle shader resources.
Definition: ContentType.h:33
ContentType
Definition: ContentType.h:28
Sentinel value.
Definition: ContentType.h:43
Extension can handle CGA attributes.
Definition: ContentType.h:39
Extension can handle geometries (and potentially also materials and textures).
Definition: ContentType.h:30
Extension can handle CGA errors.
Definition: ContentType.h:36
The Procedural Runtime API namespace. The prt namespace contains the top level entry points into the ...
Definition: Annotation.h:24