fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / System / Dynamics / VRMLAnimation / OSGVRMLCoordinateInterpolator.fcd
blob7e7ff30fce1ce5e308c5a4460f32a7b1321d109a
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="VRMLCoordinateInterpolator"
5 parent="VRMLInterpolator"
6 library="Dynamics"
7 pointerfieldtypes="none"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 decoratable="false"
12 useLocalIncludes="false"
13 isNodeCore="true"
14 isBundle="false"
15 parentFields="none"
16 docGroupBase="GrpDynamicsVRMLAnimation"
18 <Field
19 name="keyValue"
20 type="Pnt3f"
21 cardinality="multi"
22 visibility="external"
23 access="public"
24 defaultValue=""
25 fieldFlags="FStdAccess, FThreadLocal"
27 </Field>
28 <Field
29 name="outValue"
30 type="Pnt3f"
31 cardinality="multi"
32 visibility="internal"
33 access="public"
34 defaultValue=""
35 fieldFlags="FStdAccess, FThreadLocal"
37 This is VRML's value field.
38 </Field>
39 </FieldContainer>