#ifndef DISKTEST_H
#define DISKTEST_H

class disktest
{
public:

  /** Test a simple case of disk at origin intersecting a plane
      through the origin. */
  static void test00();


};


#endif




