[Insight-developers] Registration Framework getting closer...

Lorensen, William E (CRD) lorensen@crd.ge.com
Wed, 27 Feb 2002 08:36:30 -0500


Luis,
	 Subclasses of CostFunction were throwing an exception if the method GetNumberOfParameters
was not defined. This was causing some optimizer tests to crash. These required methods should really
be pure virtual so that the compiler detects the missing method. I changed CostFunction to do this so
you may see a few more compile errors show up.

Bill