[Insight-developers] New classes

Lorensen, William E (Research) lorensen@crd.ge.com
Wed, 1 May 2002 07:33:51 -0400


Ting,
Please fix the compile errors in your new checkins. It looks like you need to define a CellInterface
and template your TriangleCells over the CellInterface.

Also, the way tests are written has changed since sometime in January. Tests now do not have a main
program, but are all run from a common test program. I made the appropriate changes to your test. You
can how the new test format looks.

Finally, the PrintSelf method has some defects. And, some member ivar names should be expanded:
m_NumOfCells to m_NumberOfCells
The same goes for NumOfNodes.

In the future, you should always do a compile on your local system before you check in new code.

Thanks,

Bill