View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0006092VTK(No Category)public2007-11-28 16:482008-02-17 15:36
ReporterDominik Szczerba 
Assigned ToKarthik Krishnan 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0006092: vtkThreshold does not allow custom points datatype
DescriptionvtkThreshold always output points in float format. In vtkThreshold.cxx (5.0.3) in RequestData there is a local variable vtkPoints* newPoints. This defaults to float and being a local variable does not allow any customization. Either this variable should be made a public member, or better, a vtkThreshold::SetDataType method should be provided.
TagsNo tags attached.
Project
Type
Attached Filescxx file icon vtkThreshold.cxx [^] (9,523 bytes) 2007-12-14 04:14
? file icon vtkThreshold.h [^] (6,296 bytes) 2007-12-14 04:14

 Relationships

  Notes
(0010409)
Dominik Szczerba (reporter)
2008-02-07 04:01
edited on: 2008-02-07 04:03

I do not agree this is a feature request, this is a bug report as the problem disables operations on datasets mapping small domains (nano imaging etc.). Moreover, the same problem exists for other classes, e.g. the Append Filter.

(0010533)
Karthik Krishnan (reporter)
2008-02-17 15:34

This has been fixed in VTK CVS. Please see the method vtkThreshold::SetPointDataType

/cvsroot/VTK/VTK/Graphics/vtkThreshold.h,v <-- vtkThreshold.h
new revision: 1.52; previous revision: 1.51
/cvsroot/VTK/VTK/Graphics/vtkThreshold.cxx,v <-- vtkThreshold.cxx
new revision: 1.71; previous revision: 1.70
(0010534)
Karthik Krishnan (reporter)
2008-02-17 15:35

/cvsroot/VTK/VTK/Graphics/vtkThreshold.h,v <-- vtkThreshold.h
new revision: 1.52; previous revision: 1.51
/cvsroot/VTK/VTK/Graphics/vtkThreshold.cxx,v <-- vtkThreshold.cxx
new revision: 1.71; previous revision: 1.70
(0010535)
Karthik Krishnan (reporter)
2008-02-17 15:36

Fixed
/cvsroot/VTK/VTK/Graphics/vtkThreshold.h,v <-- vtkThreshold.h
new revision: 1.52; previous revision: 1.51
/cvsroot/VTK/VTK/Graphics/vtkThreshold.cxx,v <-- vtkThreshold.cxx
new revision: 1.71; previous revision: 1.70

 Issue History
Date Modified Username Field Change
2007-11-28 16:48 Dominik Szczerba New Issue
2007-12-14 04:14 Dominik Szczerba File Added: vtkThreshold.cxx
2007-12-14 04:14 Dominik Szczerba File Added: vtkThreshold.h
2008-02-06 09:37 Jeff Baumes Severity major => feature
2008-02-06 09:37 Jeff Baumes Status backlog => tabled
2008-02-06 09:37 Jeff Baumes Assigned To => Karthik Krishnan
2008-02-07 04:01 Dominik Szczerba Note Added: 0010409
2008-02-07 04:03 Dominik Szczerba Note Edited: 0010409
2008-02-17 15:34 Karthik Krishnan Note Added: 0010533
2008-02-17 15:35 Karthik Krishnan Status tabled => @80@
2008-02-17 15:35 Karthik Krishnan Resolution open => fixed
2008-02-17 15:35 Karthik Krishnan Note Added: 0010534
2008-02-17 15:36 Karthik Krishnan Status @80@ => closed
2008-02-17 15:36 Karthik Krishnan Note Added: 0010535
2011-06-16 13:11 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team