LayOut C API
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
LayOutAPI
model
entitylist.h
Go to the documentation of this file.
1
// Copyright 2015 Trimble Navigation Ltd. All rights reserved.
2
// This file is intended for public distribution.
3
4
#ifndef LAYOUT_MODEL_ENTITY_LIST_H_
5
#define LAYOUT_MODEL_ENTITY_LIST_H_
6
7
#include <
LayOutAPI/common.h
>
8
#include <
LayOutAPI/model/defs.h
>
9
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif // __cplusplus
18
28
LO_RESULT
LOEntityListCreate
(
LOEntityListRef
* entity_list);
29
38
LO_RESULT
LOEntityListRelease
(
LOEntityListRef
* entity_list);
39
49
LO_RESULT
LOEntityListAddEntity
(
LOEntityListRef
entity_list,
50
LOEntityRef
entity);
51
61
LO_RESULT
LOEntityListGetNumberOfEntities
(
LOEntityListRef
entity_list,
62
size_t
* num_entities);
63
76
LO_RESULT
LOEntityListGetEntityAtIndex
(
LOEntityListRef
entity_list,
77
size_t
index,
78
LOEntityRef
* entity);
79
80
#ifdef __cplusplus
81
}
// end extern "C"
82
#endif // __cplusplus
83
84
#endif // LAYOUT_MODEL_ENTITY_LIST_H_
Generated on Wed Sep 8 2021 14:15:26 for LayOut C API by
1.8.3.1