7 #ifndef __shape_Sphere_h__ 8 #define __shape_Sphere_h__ 10 FE_ATTRIBUTE(
"spc:at",
"Local origin");
11 FE_ATTRIBUTE(
"bnd:radius",
"Spherical shell");
12 FE_ATTRIBUTE(
"bnd:picked",
"Set 0 to 1 during a selection operation");
13 FE_ATTRIBUTE(
"bnd:shape",
"Record of spatial encapsulation");
35 Sphere(
void) { setName(
"Sphere"); }
38 add(radius, FE_USE(
"bnd:radius"));
39 add(picked, FE_USE(
"bnd:picked"));
40 add(location, FE_USE(
"spc:at"));
virtual void addFunctors(void)
Called at instantiation to add functors.
Definition: Sphere.h:36
kernel
Definition: namespace.dox:3
Bound accessor in a RecordView.
Definition: RecordView.h:147
virtual void initializeRecord(void)
Called at instantiation to initialize attributes.
Definition: Sphere.h:42
Bindable collection of accessor Functors.
Definition: RecordView.h:106
Sphere RecordView.
Definition: Sphere.h:28