]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkMarchingCubes.cxx
* Created vtk package
[bbtk.git] / packages / vtk / src / bbvtkMarchingCubes.cxx
diff --git a/packages/vtk/src/bbvtkMarchingCubes.cxx b/packages/vtk/src/bbvtkMarchingCubes.cxx
new file mode 100644 (file)
index 0000000..98dd19e
--- /dev/null
@@ -0,0 +1,40 @@
+/*=========================================================================
+                                                                                
+  Program:   bbtk
+  Module:    $RCSfile: bbvtkMarchingCubes.cxx,v $
+  Language:  C++
+  Date:      $Date: 2008/02/13 08:21:38 $
+  Version:   $Revision: 1.1 $
+                                                                                
+  Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
+  l'Image). All rights reserved. See Doc/License.txt or
+  http://www.creatis.insa-lyon.fr/Public/bbtk/License.html for details.
+                                                                                
+     This software is distributed WITHOUT ANY WARRANTY; without even
+     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+     PURPOSE.  See the above copyright notices for more information.
+                                                                                
+=========================================================================*/
+/**
+ *  \file 
+ *  \brief 
+ */
+
+
+#ifdef _USE_VTK_
+
+#include "bbvtkMarchingCubes.h"
+#include "bbvtkPackage.h"
+
+namespace bbvtk
+{
+
+   BBTK_ADD_BLACK_BOX_TO_PACKAGE(vtk,MarchingCubes)
+   BBTK_USER_BLACK_BOX_IMPLEMENTATION(MarchingCubes,bbtk::AtomicBlackBox);
+
+} // EO namespace bbvtk
+
+
+#endif //_USE_VTK_
+
+