fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / System / Cluster / Window / Base / OSGImageComposer.fcd
blobd908a0924a1e109e74d627708aee946fa701bbe5
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="ImageComposer"
5 parent="AttachmentContainer"
6 library="Cluster"
7 pointerfieldtypes="both"
8 structure="abstract"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 decoratable="false"
12 useLocalIncludes="false"
13 docGroupBase="GrpClusterWindow"
15 An image composer creates an image from multiple cluster rendering servers.
16 <Field
17 name="enabled"
18 type="bool"
19 cardinality="single"
20 visibility="external"
21 defaultValue="true"
22 access="public"
24 Do composition if value is true
25 </Field>
26 <Field
27 name="statistics"
28 type="bool"
29 cardinality="single"
30 visibility="external"
31 defaultValue="false"
32 access="public"
34 </Field>
35 </FieldContainer>