MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
autolink.cpp
Go to the documentation of this file.
1
58{
59 public:
62 void member(int);
63 void member(int,int);
66 enum EType {
68 Val2
69 };
70
71 protected:
72 int var;
73};
74
77
80
83
89
93#define ABS(x) (((x)>0)?(x):-(x))
94
96