MantisBT - VTK
View Issue Details
0000904VTK(No Category)public2004-06-02 10:402016-08-12 09:54
Mathieu Malaterre 
Kitware Robot 
lowminoralways
closedmoved 
 
 
0000904: 64 bits implicit cast
There is still some place where there is a loss of precision. Like in vtkCell.h

int GetNumberOfPoints() {return this->PointIds->GetNumberOfIds();}

it should be

vtkIdType GetNumberOfPoints() {return this->PointIds->GetNumberOfIds();}
No tags attached.
Issue History
2008-11-30 09:26Mathieu MalaterreAssigned ToMathieu Malaterre => François Bertel
2010-09-07 13:45François BertelAssigned ToFrançois Bertel =>
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:54Kitware RobotNote Added: 0036733
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved
2016-08-12 09:54Kitware RobotAssigned To => Kitware Robot

Notes
(0036733)
Kitware Robot   
2016-08-12 09:54   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.