fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / System / FieldContainer / Attachments / OSGIntersectProxyAttachment.fcd
blob96b8a008af11ebafece5fe35bd34a54cdd734c86
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="IntersectProxyAttachment"
5 parent="Attachment"
6 library="System"
7 pointerfieldtypes="single"
8 structure="abstract"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 decoratable="false"
12 useLocalIncludes="false"
13 docGroupBase="GrpSystemFieldContainer"
15 Base class for attachments that proxy the intersect testing for the
16 core they are attached to or the whole hierarchy below them.
17 This attachment should be attached to nodes.
19 <Field
20 name="visitChildren"
21 type="bool"
22 category="data"
23 cardinality="single"
24 visibility="external"
25 access="public"
26 defaultValue="true"
28 Controls if the intersect should visit children of the node this
29 is attached to.
30 If true, the attachment is effectively a proxy for the core of the
31 node. If false, the attachment is a proxy for the whole hierarchy
32 below the node.
33 </Field>
35 </FieldContainer>