fixed: gcc8 compile issues
[opensg.git] / Source / Contrib / ComputeBase / Base / OSGAlgorithmComputeElement.fcd
blob04bb6d33c06ac88275323bdbbbeac9ffb02af397
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="AlgorithmComputeElement"
5 parent="ComputeElement"
6 library="ContribComputeBase"
7 pointerfieldtypes="both"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 decoratable="false"
12 useLocalIncludes="false"
13 isNodeCore="true"
15 <Field
16 name="algorithm"
17 type="ComputeAlgorithm"
18 category="pointer"
19 cardinality="single"
20 visibility="external"
21 defaultValue="NULL"
22 access="public"
24 </Field>
25 </FieldContainer>