[vtk-developers] Urgent, A little help, please
Dean Inglis
dean.inglis at on.aibn.com
Thu May 23 15:51:25 EDT 2002
my last experimental build shows problems with TestSetGet and
Hybrid-Printself because I added (with a get macro but no set) in
vtkImagePlaneWidget.h:
vtkGetObjectMacro(LookupTable,vtkLookupTable)
void SetLookupTable(vtkLookupTable*)
the set method has to be a bit more elaborate than what a macro
will allow since other vars must be initialised. The Get can
be as simple as the macro allows.
How do I do this correctly without damning the dashboard?
Dean
More information about the vtk-developers
mailing list