| 1 |
<html><head> |
|---|
| 2 |
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|---|
| 3 |
<meta content="text/javascript" http-equiv="content-script-type"> |
|---|
| 4 |
<title>helix.config</title> |
|---|
| 5 |
<link rel="stylesheet" type="text/css" href="candydoc/style.css"> |
|---|
| 6 |
<!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="candydoc/ie56hack.css"><![endif]--> |
|---|
| 7 |
<script language="JavaScript" src="candydoc/util.js" type="text/javascript"></script> |
|---|
| 8 |
<script language="JavaScript" src="candydoc/tree.js" type="text/javascript"></script> |
|---|
| 9 |
<script language="JavaScript" src="candydoc/explorer.js" type="text/javascript"></script> |
|---|
| 10 |
</head><body> |
|---|
| 11 |
<div id="tabarea"></div><div id="explorerclient"></div> |
|---|
| 12 |
<div id="content"><script>explorer.initialize("helix.config");</script> |
|---|
| 13 |
<table class="content"> |
|---|
| 14 |
<tr><td id="docbody"><h1>helix.config</h1><!-- Generated by Ddoc from c:\sdk\helix\trunk\helix\config.d --> |
|---|
| 15 |
Module for helix global configuration. It's like some find of .ini file |
|---|
| 16 |
that should be corrected according to your needs prior to using helix in your |
|---|
| 17 |
project. |
|---|
| 18 |
<br><br> |
|---|
| 19 |
<b>Authors:</b><br> |
|---|
| 20 |
Victor Nakoryakov, nail-mail[at]mail.ru |
|---|
| 21 |
<br><br> |
|---|
| 22 |
|
|---|
| 23 |
|
|---|
| 24 |
<script>explorer.outline.incSymbolLevel();</script> |
|---|
| 25 |
<dl> |
|---|
| 26 |
<script>explorer.outline.writeEnabled = true;</script> |
|---|
| 27 |
<dt><span class="decl">alias |
|---|
| 28 |
<span class="currsymbol">float_t</span> |
|---|
| 29 |
<script>explorer.outline.addDecl('float_t');</script> |
|---|
| 30 |
|
|---|
| 31 |
; |
|---|
| 32 |
</span></dt> |
|---|
| 33 |
<script>explorer.outline.writeEnabled = false;</script> |
|---|
| 34 |
|
|---|
| 35 |
|
|---|
| 36 |
<dd>Defines default internal float type for typenames without explicit type suffixes. |
|---|
| 37 |
E.g. Vector3 will have components of type |
|---|
| 38 |
<span class="currsymbol">float_t</span> |
|---|
| 39 |
<script>explorer.outline.addDecl('float_t');</script> |
|---|
| 40 |
|
|---|
| 41 |
but Vector3d still will have |
|---|
| 42 |
components of type double, since suffix 'd' explicitly specifies internal type. |
|---|
| 43 |
<br><br> |
|---|
| 44 |
|
|---|
| 45 |
</dd> |
|---|
| 46 |
|
|---|
| 47 |
<script>explorer.outline.writeEnabled = true;</script> |
|---|
| 48 |
<dt><span class="decl">const int |
|---|
| 49 |
<span class="currsymbol">defrelprec</span> |
|---|
| 50 |
<script>explorer.outline.addDecl('defrelprec');</script> |
|---|
| 51 |
|
|---|
| 52 |
; |
|---|
| 53 |
<br>const int |
|---|
| 54 |
<span class="currsymbol">defabsprec</span> |
|---|
| 55 |
<script>explorer.outline.addDecl('defabsprec');</script> |
|---|
| 56 |
|
|---|
| 57 |
; |
|---|
| 58 |
</span></dt> |
|---|
| 59 |
<script>explorer.outline.writeEnabled = false;</script> |
|---|
| 60 |
|
|---|
| 61 |
|
|---|
| 62 |
<dd>Values that are passed as defaults to equal function. |
|---|
| 63 |
<br><br> |
|---|
| 64 |
|
|---|
| 65 |
</dd> |
|---|
| 66 |
</dl> |
|---|
| 67 |
<script>explorer.outline.decSymbolLevel();</script> |
|---|
| 68 |
|
|---|
| 69 |
|
|---|
| 70 |
</td></tr> |
|---|
| 71 |
<tr><td id="docfooter"> |
|---|
| 72 |
Page was generated with |
|---|
| 73 |
<img src="candydoc/img/candydoc.gif" style="vertical-align:middle; position:relative; top:-1px"> |
|---|
| 74 |
on Tue Feb 21 11:32:53 2006 |
|---|
| 75 |
|
|---|
| 76 |
</td></tr> |
|---|
| 77 |
</table> |
|---|
| 78 |
</div> |
|---|
| 79 |
<script> |
|---|
| 80 |
explorer.packageExplorer.addModule("helix.basic"); |
|---|
| 81 |
explorer.packageExplorer.addModule("helix.color"); |
|---|
| 82 |
explorer.packageExplorer.addModule("helix.config"); |
|---|
| 83 |
explorer.packageExplorer.addModule("helix.linalgebra");</script> |
|---|
| 84 |
</body></html> |
|---|