[vtkusers] (vtk 4.2 ->4.5) Problem with double* vtkPoints::GetPoint(p) not working as it did
Sebastien Valette
sebastien.valette at lis.inpg.fr
Fri Mar 12 09:01:53 EST 2004
Hi,
I have a problem with the last version ov vtk (4.5) :
the method double *vtkPoints::GetPoint(Id) does not work as it did before.
Here is a sample code:
double *P1,*P2;
vtkIdType v1,v2;
vtkPoints *Points;
P1=Points->GetPoint(v1);
P2=Points->GetPoint(v2);
even if v1 and v2 have different values, the pointers P1 and P2 will be equal.
This was not the case with vtk 4.2 where P1 and P2 were different, and we
were able to adress several points simultaneously.
My question is : will this issue remain in future vtk Releases or this is only
due to the major updates happening to the vtk Library, and will then be fixed
in the future?
--
http://www.lis.inpg.fr/pages_perso/valette/
More information about the vtkusers
mailing list