MantisBT - IGSTK
View Issue Details
0005826IGSTKpublic2007-10-04 11:202007-10-04 11:20
Luis Ibanez 
 
normalminoralways
newopen 
0005826: TransductionMacros naming Style
Naming of the Observe..() method is not consistent across the transduction macros
Reported by Vincent Gratsac in the users list
http://public.kitware.com/pipermail/igstk-users/2007-October/000273.html [^]

I noticed something strange in the following macros :

igstkEventTransductionMacro ( event, input )
igstkLoadedEventTransductionMacro ( event, input )
igstkLoadedObjectEventTransductionMacro ( event, input )

In fact, generated "Observe..." public methods are completed with the
#event name in the first macro, and with the #input name with the two
last ones.

public:
  void Observe##event(const ::itk::Object * object )


public:
  void Observe##input(const ::itk::Object * object )

No tags attached.
Issue History
2007-10-04 11:20Luis IbanezNew Issue

There are no notes attached to this issue.