]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkClosePolyData.cxx
#3109 creaMaracasVisu Bug New Normal - branch vtk7itk4 compilation with vtk7
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkClosePolyData.cxx
index bb2446879b5eb843d376177c9025c20f0508eefb..3ef680a78b55906f4f360abb179e7be922bbb78e 100644 (file)
@@ -126,23 +126,6 @@ vtkClosePolyData::~vtkClosePolyData()
        }
 
 #else
-/*
-       int vtkClosePolyData::ProcessRequest(   vtkInformation *request, 
-                                                                                       vtkInformationVector **inputVector, 
-                                                                                       vtkInformationVector *outputVector)
-       {
-printf("EED Warning ERROR ! vtkClosePolyData::ProcessRequest  not implemented  VTK7 migration");
-               // generate the data
-               if(request->Has(vtkDemandDrivenPipeline::REQUEST_INFORMATION()))
-               {
-                       // specify that the output (only one for this filter) will be double
-                       vtkInformation* outInfo = outputVector->GetInformationObject(0);
-                       outInfo->Set(vtkDataObject::SCALAR_TYPE(),VTK_DOUBLE);
-                       return 1;
-               }
-               return this->Superclass::ProcessRequest(request,inputVector,outputVector);
-       }
-*/
 
 int vtkClosePolyData::RequestData(  vtkInformation *vtkNotUsed(request),  vtkInformationVector **inputVector,  vtkInformationVector *outputVector)
 {