gft_filtering3.h
Go to the documentation of this file.
1 
2 #ifndef _GFT_FILTERING3_H_
3 #define _GFT_FILTERING3_H_
4 
5 #include "gft_common.h"
6 #include "gft_scene.h"
7 #include "gft_adjrel3.h"
8 
9 namespace gft{
10 
11 
12  namespace Scene8{
13 
14  void ModeFilterLabel(Scene8 *label, float r);
15 
16  } //end Scene8 namespace
17 
18 
19 
20 
21 } //end gft namespace
22 
23 
24 #endif
25 
26 
27 
28 
29 
30 
31 
32 
33 
34 
struct gft::Scene8::_scene8 Scene8
Header file for common definitions and function prototypes.
void ModeFilterLabel(Scene8 *label, float r)
Definition: gft_filtering3.cpp:10