// DebugSphere.h: interface for the DebugSphere class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_DEBUGSPHERE_H__F306BBE4_D4CA_45B9_A6F0_35420505CB37__INCLUDED_) #define AFX_DEBUGSPHERE_H__F306BBE4_D4CA_45B9_A6F0_35420505CB37__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include "ISDF.h" #include "mathlib.h" #include "ADFCreator_debug_flags.h" class DebugSphere : public SDF::ISDF { public: double closest_signed_distance( const Point &from, Point &closest_surface_pt ); DebugSphere(); virtual ~DebugSphere(); }; #endif // !defined(AFX_DEBUGSPHERE_H__F306BBE4_D4CA_45B9_A6F0_35420505CB37__INCLUDED_)