Support more complex fixed position selections
[alexxy/gromacs.git] / src / gromacs / selection / tests / refdata / SelectionCollectionDataTest_HandlesConstantPositions.xml
1 <?xml version="1.0"?>
2 <?xml-stylesheet type="text/xsl" href="referencedata.xsl"?>
3 <ReferenceData>
4   <ParsedSelections Name="Parsed">
5     <ParsedSelection Name="Selection1">
6       <String Name="Input">[1, -2, 3.5]</String>
7       <String Name="Text">[1, -2, 3.5]</String>
8       <Bool Name="Dynamic">false</Bool>
9     </ParsedSelection>
10   </ParsedSelections>
11   <CompiledSelections Name="Compiled">
12     <Selection Name="Selection1">
13       <Sequence Name="Atoms">
14         <Int Name="Length">0</Int>
15       </Sequence>
16       <Sequence Name="Positions">
17         <Int Name="Length">1</Int>
18         <Position>
19           <Int Name="RefId">0</Int>
20           <Int Name="MappedId">0</Int>
21         </Position>
22       </Sequence>
23     </Selection>
24   </CompiledSelections>
25   <EvaluatedSelections Name="Frame1">
26     <Selection Name="Selection1">
27       <Sequence Name="Atoms">
28         <Int Name="Length">0</Int>
29       </Sequence>
30       <Sequence Name="Positions">
31         <Int Name="Length">1</Int>
32         <Position>
33           <Vector Name="Coordinates">
34             <Real Name="X">1</Real>
35             <Real Name="Y">-2</Real>
36             <Real Name="Z">3.5</Real>
37           </Vector>
38           <Int Name="RefId">0</Int>
39           <Int Name="MappedId">0</Int>
40         </Position>
41       </Sequence>
42     </Selection>
43   </EvaluatedSelections>
44 </ReferenceData>