Is it possible to pass an object method in as a function_name in, for example, curvefit? I have an obj and would like a method that does a curvefit. curvefit isn't liking a function named 'self.someMethodName'. It if undefined. Curvefit has no knowledge of self (that is is called within an object class definition). Yes I am new to oop. Does what I am trying to do make any sense? It would nice to have all the obj properties available with the method used by curvefit, to avoid all the _extra and common block stuff.
|