[vtkusers] vtkBandedPolyDataContourFilter

mail.ru patalog at mail.ru
Tue May 25 07:54:48 EDT 2004


Hello vtkusers,

  vtkBandedPolyDataContourFilter.cxx -
  ------------------------------------
  //...
 if ( numPolys > 0 || numStrips > 0 )
    {
    //...
    maxCellSize = polys->GetMaxCellSize();
    maxCellSize *= (1 + this->NumberOfClipValues);
    //...
    double *s = new double [maxCellSize];
    //...
 -------------------------------------

 So, if I have only strips in polydata, the maxCellSize = 0!

 Is this a feature? Or bug?
 
-- 
Best regards,
 Dmitry Gurulev                         mailto:patalog at mail.ru




More information about the vtkusers mailing list