Program: bbtk
Module: $RCSfile: bbvtkIsoSurfaceExtractor.cxx,v $
Language: C++
- Date: $Date: 2009/05/15 14:58:01 $
- Version: $Revision: 1.14 $
+ Date: $Date: 2009/05/28 08:55:44 $
+ Version: $Revision: 1.15 $
=========================================================================*/
/* ---------------------------------------------------------------------
void IsoSurfaceExtractor::bbUserSetDefaultValues()
{
- printf("EED %p IsoSurfaceExtractor::bbUserConstructor \n", this);
+ // printf("EED %p IsoSurfaceExtractor::bbUserConstructor \n", this);
firsttime=true;
std::vector<double> colour;
colour.push_back(1.0);
void IsoSurfaceExtractor::DoProcess()
{
-printf("EED %p IsoSurfaceExtractor::DoProcess \n", this);
+ //printf("EED %p IsoSurfaceExtractor::DoProcess \n", this);
marchingcubes->SetInput( bbGetInputIn() );
marchingcubes->SetValue(0, bbGetInputIsovalue() );
marchingcubes->Update();
Program: bbtk
Module: $RCSfile: bbwxvtkViewer2D.cxx,v $
Language: C++
- Date: $Date: 2009/05/28 08:12:18 $
- Version: $Revision: 1.36 $
+ Date: $Date: 2009/05/28 08:55:45 $
+ Version: $Revision: 1.37 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
bbtkMessage("Output", 2, "Viewer2D : Orientation was not 0< <2 "<<std::endl);
orientation=2; // Why not?
}
- std::cout << "slicepre = "<<std::endl;
- // mBox->bbIsShown() is necessary to be sure that the wxWindow is already
+
+ // mBox->bbIsShown() is necessary to be sure that the wxWindow is already
// created and displayed.
// Else when slice != 0 we get an X Window System error with wxGTK
-
- std::cout << "shown = "<<mBox->bbIsShown()<<std::endl;
if (
(backImageData!=NULL)&&
(mBox->bbIsShown()))
{
int z = mBox->bbGetInputSlice();
- std::cout << "slice = "<<z<<std::endl;
int ext[6];
backImageData->GetWholeExtent(ext);
/*