MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
restypedef.cpp
Go to the documentation of this file.
1
8
struct
CoordStruct
9
{
11
float
x
;
13
float
y
;
14
};
15
17
typedef
CoordStruct
Coord
;
18
23
Coord
add
(
Coord
c1,
Coord
c2)
24
{
25
}
Coord
CoordStruct Coord
Definition
restypedef.cpp:17
add
Coord add(Coord c1, Coord c2)
Definition
restypedef.cpp:23
CoordStruct
Definition
restypedef.cpp:9
CoordStruct::x
float x
Definition
restypedef.cpp:11
CoordStruct::y
float y
Definition
restypedef.cpp:13
doxygen-1.12.0
examples
restypedef.cpp
Generated by
1.12.0