Salome HOME
PAL 14158 Add the Octree and OctreeNode classes to accelerate detection of close...
[modules/smesh.git] / doc / salome / gui / SMESH / whdata / whftdata.js
1 //      WebHelp 5.10.001\r
2 var gTEA = new Array();\r
3 function aTE(sTopicTitle, sTopicURL)\r
4 {\r
5         var len = gTEA.length;\r
6         gTEA[len] = new topicEntry(sTopicTitle, sTopicURL);\r
7 }\r
8 \r
9 function topicEntry(sTopicTitle, sTopicURL)\r
10 {\r
11         this.sTopicTitle = sTopicTitle;\r
12         this.sTopicURL = sTopicURL;\r
13 }\r
14 \r
15 function window_OnLoad()\r
16 {\r
17         if (parent && parent != this) {\r
18                 if (parent.putFtsTData) \r
19                 {\r
20                         parent.putFtsTData(gTEA);\r
21                 }\r
22         }\r
23 }\r
24 \r
25 window.onload = window_OnLoad;