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
/
OSGTestMultiPartitionStage.fcd
blob
6af982735e0ea7b3fa75ec33f87c19872e3ea1c0
1
<?xml
version
=
"1.0"
?>
2
3
<FieldContainer
4
name
=
"TestMultiPartitionStage"
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
<Field
25
name
=
"numPartitions"
26
type
=
"Int32"
27
cardinality
=
"single"
28
visibility
=
"external"
29
access
=
"public"
30
defaultValue
=
"1"
31
>
32
</Field>
33
<Field
34
name
=
"order"
35
type
=
"Int32"
36
cardinality
=
"multi"
37
visibility
=
"external"
38
access
=
"public"
39
>
40
</Field>
41
<Field
42
name
=
"useGroup"
43
type
=
"bool"
44
cardinality
=
"single"
45
visibility
=
"external"
46
access
=
"public"
47
>
48
</Field>
49
</FieldContainer>