[Insight-developers] wrap::Commands wish list

Luis Ibanez ibanez@choroid.cs.unc.edu
Mon, 29 Oct 2001 08:49:34 -0500 (EST)


Hi Brad,

The commands that you implemented under wrap::
are quite useful. In particular

  wrap::TypeOf         and
  wrap::ListMethods

I would like to suggest to add another one,
if you have a chance. Something that allows
to see the list of all the classes (at leat
the itk ones) that have been wrapped.

It could be something like

  wrap::ListWrappedClasses


After each wrapping test, one of the first
things I want to do is verify whether the
class wrapper was correctly created and
loaded. What I do now is to try to instantiate
a variable of this class and see if that
succed.

Is there another way of doing this
verification ?


Thanks


Luis