7 #ifndef __intelligence_Observation_h__ 8 #define __intelligence_Observation_h__ 10 FE_ATTRIBUTE(
"sim:spectrum",
11 "Named domain of exposure (visible, infrared, radar)");
33 add(shape, FE_USE(
"bnd:shape"));
34 add(spectrum, FE_USE(
"sim:spectrum"));
36 add(observer, FE_SPEC(
"node:owner",
37 "Link back to Record that owns this Record"));
39 add(viewpoint, FE_SPEC(
"node:group",
40 "Link to a RecordGroup that is using this Record"));
kernel
Definition: namespace.dox:3
Bound accessor in a RecordView.
Definition: RecordView.h:147
Observation RecordView.
Definition: Observation.h:22
virtual void addFunctors(void)
Called at instantiation to add functors.
Definition: Observation.h:31
Bindable collection of accessor Functors.
Definition: RecordView.h:106
virtual void initializeRecord(void)
Called at instantiation to initialize attributes.
Definition: Observation.h:42