|
cgma
|
#include <SphereEvaluator.hpp>
Public Member Functions | |
| virtual GeometryType | ask_type () const |
Public Attributes | |
| double | radius |
| CubitVector | center |
Definition at line 25 of file SphereEvaluator.hpp.
| virtual GeometryType SphereEvaluatorData::ask_type | ( | ) | const [inline, virtual] |
Reimplemented from CubitEvaluatorData.
Definition at line 31 of file SphereEvaluator.hpp.
{ return SPHERE_SURFACE_TYPE; }
Definition at line 29 of file SphereEvaluator.hpp.
| double SphereEvaluatorData::radius |
Definition at line 28 of file SphereEvaluator.hpp.