View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005826IGSTKpublic2007-10-04 11:202007-10-04 11:20
ReporterLuis Ibanez 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusnewResolutionopen 
PlatformOSOS Version
Summary0005826: TransductionMacros naming Style
DescriptionNaming of the Observe..() method is not consistent across the transduction macros
Additional InformationReported 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 )

TagsNo tags attached.
Attached Files

 Relationships

  Notes
There are no notes attached to this issue.

 Issue History
Date Modified Username Field Change
2007-10-04 11:20 Luis Ibanez New Issue


Copyright © 2000 - 2018 MantisBT Team