[vtk-developers] Proposed change to vtkSetGet.h
Lorensen, William E (CRD)
lorensen at crd.ge.com
Fri Apr 6 14:39:04 EDT 2001
Try running all the regression tests. If they pass, I would say check it in,
Bill
-----Original Message-----
From: Prabhu Ramachandran [mailto:prabhu at aero.iitm.ernet.in]
Sent: Friday, April 06, 2001 2:31 PM
To: vtk-developers at public.kitware.com
Subject: [vtk-developers] Proposed change to vtkSetGet.h
hi,
I propose to change a few things in vtkSetGet.h. I reported a problem
with this a little while earlier in
http://public.kitware.com/pipermail/vtkusers/2001-April/005957.html
Here is what I propose to change:
line 514 - 518
virtual void Set##name(float x, float y, float z) \
{ \
this->name##Coordinate->SetCoordinateSystem(VTK_WORLD); \
this->name##Coordinate->SetValue(x,y,z); \
} \
remove line 516
line 531 - 535
virtual void Set##name(float x, float y) \
{ \
this->name##Coordinate->SetCoordinateSystem(VTK_VIEWPORT); \
this->name##Coordinate->SetValue(x,y); \
} \
remove line 533.
I am not an expert at this so I plan to wait for a couple of days
before I make the change to the CVS tree. Please let me know if you
think this shouldn't be done.
thanks,
prabhu
_______________________________________________
vtk-developers mailing list
vtk-developers at public.kitware.com
http://public.kitware.com/mailman/listinfo/vtk-developers
More information about the vtk-developers
mailing list