X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkIsoSurfaceExtractor.cxx;h=e4bbc81577a1ffd08ae0fc13dc60c882e3ff7aef;hb=029bec1fef526327df088b15771a4a4d84af7b0b;hp=1ac72578591d49e62a6302117ae275f616f3894a;hpb=2114d2a089c36c35c09db63e003cec5c37a4a8c1;p=bbtk.git diff --git a/packages/vtk/src/bbvtkIsoSurfaceExtractor.cxx b/packages/vtk/src/bbvtkIsoSurfaceExtractor.cxx index 1ac7257..e4bbc81 100644 --- a/packages/vtk/src/bbvtkIsoSurfaceExtractor.cxx +++ b/packages/vtk/src/bbvtkIsoSurfaceExtractor.cxx @@ -4,8 +4,8 @@ Program: bbtk Module: $RCSfile: bbvtkIsoSurfaceExtractor.cxx,v $ Language: C++ - Date: $Date: 2008/03/03 14:01:49 $ - Version: $Revision: 1.1 $ + Date: $Date: 2008/03/03 14:10:03 $ + Version: $Revision: 1.2 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -26,15 +26,15 @@ #include "vtkProperty.h" -#include "bbvtkIsoSurfaceInserter.h" +#include "bbvtkIsoSurfaceExtractor.h" #include "bbvtkPackage.h" namespace bbvtk { - BBTK_ADD_BLACK_BOX_TO_PACKAGE(vtk,IsoSurfaceInserter) - BBTK_USER_BLACK_BOX_IMPLEMENTATION(IsoSurfaceInserter,bbtk::AtomicBlackBox); + BBTK_ADD_BLACK_BOX_TO_PACKAGE(vtk,IsoSurfaceExtractor) + BBTK_USER_BLACK_BOX_IMPLEMENTATION(IsoSurfaceExtractor,bbtk::AtomicBlackBox); - void IsoSurfaceInserter::bbUserConstructor() + void IsoSurfaceExtractor::bbUserConstructor() { Init(); std::vector colour; @@ -44,12 +44,12 @@ namespace bbvtk bbSetInputColour(colour); } - void IsoSurfaceInserter::bbUserCopyConstructor() + void IsoSurfaceExtractor::bbUserCopyConstructor() { Init(); } - void IsoSurfaceInserter::Init() + void IsoSurfaceExtractor::Init() { firsttime=true; @@ -74,7 +74,7 @@ namespace bbvtk //--------------------------------------------------------------------- - void IsoSurfaceInserter::DoProcess() + void IsoSurfaceExtractor::DoProcess() { // bbGetInputIn()->Print(std::cout); // Visualisation - result volume