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
ellipse.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_ELLIPSE_H_
5
#define LAYOUT_MODEL_ELLIPSE_H_
6
7
#include <
LayOutAPI/common.h
>
8
#include <
LayOutAPI/geometry/geometry.h
>
9
#include <
LayOutAPI/model/defs.h
>
10
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif // __cplusplus
19
31
LO_RESULT
LOEllipseCreate
(
LOEllipseRef
* ellipse,
32
const
LOAxisAlignedRect2D
* bounds);
33
41
LO_RESULT
LOEllipseAddReference
(
LOEllipseRef
ellipse);
42
52
LO_RESULT
LOEllipseRelease
(
LOEllipseRef
* ellipse);
53
63
LO_EXPORT
LOEllipseRef
LOEllipseFromEntity
(
LOEntityRef
entity);
64
73
LO_EXPORT
LOEntityRef
LOEllipseToEntity
(
LOEllipseRef
ellipse);
74
75
#ifdef __cplusplus
76
}
// end extern "C"
77
#endif // __cplusplus
78
79
#endif // LAYOUT_MODEL_ELLIPSE_H_
Generated on Wed Sep 8 2021 14:15:26 for LayOut C API by
1.8.3.1