repo.or.cz
/
opensg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed: auto_ptr -> unique_ptr
[opensg.git]
/
Source
/
Test
/
GroupLib
/
OSGTestStage.fcd
blob
d4003e1443016c7499c3837d463be527ac25bc35
1
<?xml
version
=
"1.0"
?>
2
3
<FieldContainer
4
name
=
"TestStage"
5
parent
=
"Stage"
6
library
=
"Group"
7
pointerfieldtypes
=
"none"
8
structure
=
"concrete"
9
systemcomponent
=
"true"
10
parentsystemcomponent
=
"true"
11
decoratable
=
"false"
12
useLocalIncludes
=
"false"
13
isNodeCore
=
"true"
14
>
15
just dumps a message on traversal and render for testing
16
<Field
17
name
=
"message"
18
type
=
"std::string"
19
cardinality
=
"single"
20
visibility
=
"external"
21
access
=
"public"
22
>
23
</Field>
24
</FieldContainer>