]> Creatis software - cpPlugins.git/blob - lib/cpInstances/Skeleton.cxx
...
[cpPlugins.git] / lib / cpInstances / Skeleton.cxx
1 #include <cpInstances/Skeleton.h>
2
3 // -------------------------------------------------------------------------
4 void cpInstances::Skeleton::
5 SetITK( itk::LightObject* o )
6 {
7   this->Superclass::SetITK( o );
8   /* TODO
9      cpPlugins_Demangle_Skeleton_VisualDims_1( o, _ITK_2_VTK_0 )
10      cpPlugins_Demangle_Skeleton_DiffTensors3D_1( o, _ITK_2_VTK_1 )
11      {
12      this->m_VTK = NULL;
13      this->m_ITKvVTK = NULL;
14
15      } // fi
16   */
17   this->Modified( );
18 }
19
20 // -------------------------------------------------------------------------
21 void cpInstances::Skeleton::
22 SetVTK( vtkObjectBase* o )
23 {
24 }
25
26 // -------------------------------------------------------------------------
27 cpInstances::Skeleton::
28 Skeleton( )
29   : Superclass( )
30 {
31 }
32
33 // -------------------------------------------------------------------------
34 cpInstances::Skeleton::
35 ~Skeleton( )
36 {
37 }
38
39 // eof - $RCSfile$