Gocator Development Kit
Home
Topics
Types
Files
All
Classes
Files
Functions
Variables
Typedefs
Friends
Modules
Pages
GdkFeature.h
Go to the documentation of this file.
1
/**
2
* @file GdkFeature.h
3
* @brief Declares geometric feature class.
4
*
5
* @internal
6
* Copyright (C) 2016-2022 by LMI Technologies Inc.
7
* Licensed under the MIT License.
8
* Redistributed files must retain the above copyright notice.
9
*/
10
#ifndef GDK_FEATURE_H
11
#define GDK_FEATURE_H
12
13
#include <
Gdk/GdkDef.h
>
14
15
typedef
kObject
GdkFeature
;
16
17
GdkFx(
GdkFeatureDataType
) GdkFeature_Type(
GdkFeature
feature);
18
19
#include <Gdk/Tools/GdkFeature.x.h>
20
21
#endif
GdkDef.h
Essential Gdk declarations.
GdkFeatureDataType
Represents geometric feature output type.
kObject
Tools
GdkFeature.h