]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkAtomicBlackBoxMacros.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkAtomicBlackBoxMacros.h
index ff2d034d70a85c98b1c9583523986b6f2ef89d7c..2162b4cab326df9fa3bac6756ff1fafafd0a3803 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkAtomicBlackBoxMacros.h,v $
   Language:  C++
-  Date:      $Date: 2008/04/24 10:24:58 $
-  Version:   $Revision: 1.7 $
+  Date:      $Date: 2008/05/06 07:36:42 $
+  Version:   $Revision: 1.8 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
     /*bbSetModifiedStatus();*/ }
 //===========================================================================
 
-
+#define BBTK_VTK_DELETE(VTKPARENT)                     \
+  void bbDelete() { VTKPARENT::Delete(); }
 
 //===========================================================================
 /// EOF