]> Creatis software - FrontAlgorithms.git/blob - lib/fpaPlugins/GrowFunction.cxx
...
[FrontAlgorithms.git] / lib / fpaPlugins / GrowFunction.cxx
1 #include <fpaPlugins/GrowFunction.h>
2
3 // -------------------------------------------------------------------------
4 void fpaPlugins::GrowFunction::
5 SetVTK( vtkObjectBase* o )
6 {
7   // Do nothing: this has only sense in ITK
8 }
9
10 // -------------------------------------------------------------------------
11 fpaPlugins::GrowFunction::
12 GrowFunction( )
13   : Superclass( )
14 {
15 }
16
17 // -------------------------------------------------------------------------
18 fpaPlugins::GrowFunction::
19 ~GrowFunction( )
20 {
21 }
22
23 // eof - $RCSfile$