OSDN Git Service

Create a new command for edge enhancement before edge detection
[eos/hostdependX86LINUX64.git] / include / vtkAdditionalCommandForEos.hh
1 /*
2 # vtkAdditionalCommandForEos.h : $Revision$  
3 # $Date$ 
4 # Created by $Author$
5 # Usage : vtkAdditionalCommandForEos.h 
6 # Attention
7 #   $Loccker$
8 #       $State$ 
9 #
10 */
11 /* $Log$ */
12 #include <tcl.h>
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16
17 int
18 vtkAdditionalCommandForEos(Tcl_Interp* interp);
19
20 #ifdef __cplusplus
21 };
22 #endif
23
24 extern int Vtktcl_SafeInit(Tcl_Interp *interp);