MantisBT - ITK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0010633 | ITK | public | 2010-04-28 09:42 | 2011-06-17 12:53 | |
Reporter | jneuhaus | ||||
Assigned To | Nick Tustison | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | won't fix | ||
Platform | Windows/x64 | OS | Windows Vista x64 | OS Version | |
Product Version | ITK-3-18 | ||||
Target Version | Fixed in Version | ||||
Resolution Date | |||||
Sprint | |||||
Sprint Status | backlog | ||||
Summary | 0010633: itk::NonUniformBSpline can not be instantiated | ||||
Description | I try to compile a very simple test program (see section "Steps To Reproduce") that basically defines a variable of type itk::NonUniformBSpline<3>. Visual Studio 2008 produces the following complier error: Compiling... mitkSplineTest.cpp v:\windows\source\itk318\code\common\itkNonUniformBSpline.h(83) : error C2679: binary '<<' : no operator found which takes a right-hand operand of type 'const std::vector<_Ty>' (or there is no acceptable conversion) with [ _Ty=itk::Point<itk::NonUniformBSpline<3>::ScalarType,3> ] [... <-- lot of output with possible types that do not match...] The same code was working on ITK 3.16. I suppose, the problem is, that this class is not used anywhere in ITK and that there is no unit test for the class, therefore changes to the class were never really compiled (e.g. bug 0010458). | ||||
Steps To Reproduce | #include <itkNonUniformBSpline.h> int main(int /* argc */, char* /*argv*/[]) { typedef itk::NonUniformBSpline<3> SplineType; SplineType::Pointer mySpline; return 0; } | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | NonUniformBSpline.patch (4,130) 2010-04-28 12:47 https://public.kitware.com/Bug/file/3073/NonUniformBSpline.patch itkNonUniformBSplineTest.cxx (5,957) 2010-04-28 12:47 https://public.kitware.com/Bug/file/3074/itkNonUniformBSplineTest.cxx | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-04-28 09:42 | jneuhaus | New Issue | |||
2010-04-28 10:13 | jneuhaus | Note Added: 0020461 | |||
2010-04-28 11:48 | jneuhaus | Note Added: 0020462 | |||
2010-04-28 12:26 | Luis Ibanez | Status | new => assigned | ||
2010-04-28 12:26 | Luis Ibanez | Assigned To | => Luis Ibanez | ||
2010-04-28 12:47 | Luis Ibanez | File Added: NonUniformBSpline.patch | |||
2010-04-28 12:47 | Luis Ibanez | File Added: itkNonUniformBSplineTest.cxx | |||
2010-04-28 12:52 | Luis Ibanez | Note Added: 0020464 | |||
2010-11-07 02:00 | Luis Ibanez | Note Added: 0022994 | |||
2011-06-17 12:31 | Hans Johnson | Assigned To | Luis Ibanez => Nick Tustison | ||
2011-06-17 12:45 | Nick Tustison | Note Added: 0026899 | |||
2011-06-17 12:53 | Hans Johnson | Sprint Status | => backlog | ||
2011-06-17 12:53 | Hans Johnson | Note Added: 0026901 | |||
2011-06-17 12:53 | Hans Johnson | Status | assigned => closed | ||
2011-06-17 12:53 | Hans Johnson | Resolution | open => won't fix |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|