[vtk-developers] GetInputData() versus GetInput()

David Gobbi david.gobbi at gmail.com
Fri Mar 9 14:18:47 EST 2012


Hi Marcus,

There is an asymmetry in the naming of the new SetInputData() method:

void SetInputData(vtkDataObject *);
vtkDataObject *GetInput();

Why is it SetInputData(), but just GetInput()?  The reason that I'm
concerned is that some of my wrapping tools require symmetry in the
naming of Get/Set methods in order to infer class properties.

 - David



More information about the vtk-developers mailing list