View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001405VTK(No Category)public2004-12-07 19:262004-12-08 11:00
ReporterCharl Botha 
Assigned ToAmy Squillacote 
PriorityhighSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001405: vtkImageMedian3D::GetKernelSize() not accessible via wrappings
DescriptionThe GetKernelSize() method of vtkImageSpatialAlgorithm and hence of vtkImageMedian3D is not accesible via the wrappings. It used to be.

import vtk
a = vtk.vtkImageMedian3D()
a.SetKernelSize(1,1,1)
a.GetKernelSize()
Traceback (most recent call last):
  File "<input>", line 1, in ?
AttributeError: GetKernelSize
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0001772)
Mathieu Malaterre (developer)
2004-12-08 10:20

While updating the filter with the new pipeline we need to also update the file
VTK/Wrapping/hints

Thanks for bug report, Charles.
(0001773)
Amy Squillacote (reporter)
2004-12-08 11:00

This was corrected in revision 1.66 of the VTK/Wrapping/hints file.

 Issue History
Date Modified Username Field Change
2011-06-16 13:11 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team