SketchUp SDK
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
slapi
model
defs.h
Go to the documentation of this file.
1
// Copyright 2013 Trimble Navigation Ltd. All Rights Reserved.
2
// Common SU API defines
3
#ifndef SLAPI_MODEL_DEFS_H_
4
#define SLAPI_MODEL_DEFS_H_
5
6
#include <
slapi/slapi.h
>
7
8
#pragma pack(push, 8)
9
10
DEFINE_SU_TYPE
(
SUAttributeDictionaryRef
)
11
DEFINE_SU_TYPE
(
SUCameraRef
)
12
DEFINE_SU_TYPE
(
SUComponentDefinitionRef
)
13
DEFINE_SU_TYPE
(
SUComponentInstanceRef
)
14
DEFINE_SU_TYPE
(
SUCurveRef
)
15
DEFINE_SU_TYPE
(
SUDrawingElementRef
)
16
DEFINE_SU_TYPE
(
SUEdgeRef
)
17
DEFINE_SU_TYPE
(
SUEdgeUseRef
)
18
DEFINE_SU_TYPE
(
SUEntitiesRef
)
19
DEFINE_SU_TYPE
(
SUEntityRef
)
20
DEFINE_SU_TYPE
(
SUFaceRef
)
21
DEFINE_SU_TYPE
(
SUGroupRef
)
22
DEFINE_SU_TYPE
(
SUImageRef
)
23
DEFINE_SU_TYPE
(
SULayerRef
)
24
DEFINE_SU_TYPE
(
SULocationRef
)
25
DEFINE_SU_TYPE
(
SULoopRef
)
26
DEFINE_SU_TYPE
(
SUGeometryInputRef
)
27
DEFINE_SU_TYPE
(
SUMeshHelperRef
)
28
DEFINE_SU_TYPE
(
SUMaterialRef
)
29
DEFINE_SU_TYPE
(
SUModelRef
)
30
DEFINE_SU_TYPE
(
SUOptionsManagerRef
)
31
DEFINE_SU_TYPE
(
SUOptionsProviderRef
)
32
DEFINE_SU_TYPE
(
SUPolyline3dRef
)
33
DEFINE_SU_TYPE
(
SUSceneRef
)
34
DEFINE_SU_TYPE
(
SUTextureRef
)
35
DEFINE_SU_TYPE
(
SUTextureWriterRef
)
36
DEFINE_SU_TYPE
(
SUTypedValueRef
);
37
DEFINE_SU_TYPE
(
SUUVHelperRef
)
38
DEFINE_SU_TYPE
(
SUVertexRef
)
39
DEFINE_SU_TYPE
(
SURenderingOptionsRef
)
40
45
enum
SURefType
{
46
SURefType_Unknown
= 0,
47
SURefType_AttributeDictionary
,
48
SURefType_Camera
,
49
SURefType_ComponentDefinition
,
50
SURefType_ComponentInstance
,
51
SURefType_Curve
,
52
SURefType_Edge
,
53
SURefType_EdgeUse
,
54
SURefType_Entities
,
55
SURefType_Face
,
56
SURefType_Group
,
57
SURefType_Image
,
58
SURefType_Layer
,
59
SURefType_Location
,
60
SURefType_Loop
,
61
SURefType_MeshHelper
,
62
SURefType_Material
,
63
SURefType_Model
,
64
SURefType_Polyline3D
,
65
SURefType_Scene
,
66
SURefType_Texture
,
67
SURefType_TextureWriter
,
68
SURefType_TypedValue
,
69
SURefType_UVHelper
,
70
SURefType_Vertex
,
71
SURefType_RenderingOptions
72
};
73
74
#pragma pack(pop)
75
76
#endif // SLAPI_MODEL_DEFS_H_
Generated on Tue Aug 6 2013 11:05:25 for SketchUp SDK by
1.8.3.1