View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001126VTK(No Category)public2004-09-02 03:032011-01-13 17:00
ReporterJean Favre 
Assigned ToMathieu Malaterre 
PriorityurgentSeverityfeatureReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001126: vtkDataSetSurfaceFilter does not handle ObjectType UNIFORM_GRID
DescriptionTo develop more filters for AMR data (VTK and ParaView), we need to pass thru DataSetSurfaceFilter with object types UNIFORM_GRID. I added the following code to proceed further with my development. Can you please patch the existing code in vtkDataSetSurfaceFilter?
     
case VTK_UNIFORM_GRID:
      {
      vtkUniformGrid *grid = vtkUniformGrid::SafeDownCast(input);
      ext = grid->GetExtent();
      this->StructuredExecute(grid, ext);
      return;
      }
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0001406)
Mathieu Malaterre (developer)
2004-09-02 13:02

$ cvs ci vtkDataSetSurfaceFilter.cxx /opt/VTK/VTK/Graphics
Checking in vtkDataSetSurfaceFilter.cxx;
/cvsroot/VTK/VTK/Graphics/vtkDataSetSurfaceFilter.cxx,v <-- vtkDataSetSurfaceFilter.cxx
new revision: 1.37; previous revision: 1.36
done

 Issue History
Date Modified Username Field Change
2010-11-29 17:59 Mathieu Malaterre Source_changeset_attached => VTK master cfdf32be
2011-01-13 17:00 Source_changeset_attached => VTK master a2bd8391
2011-01-13 17:00 Source_changeset_attached => VTK master 020ef709
2011-06-16 13:11 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team