00001 /** @mainpage 00002 * 00003 * Documentation of BRL-CAD<sup>tm</sup> libraries. 00004 * 00005 * This 00006 * is the second iteration of the documentation. Pages have been subdivided 00007 * and should load much more quickly in your browser now. 00008 * 00009 * At this point, only the libbu module has been fully converted to the 00010 * new format. Other modules should follow soon. 00011 */ 00012 /** @defgroup libbu libbu (utility functions) 00013 * 00014 * @defgroup avs Attribute/Value Sets 00015 * @ingroup libbu 00016 * 00017 * @defgroup bitv Bit Vectors 00018 * @ingroup libbu 00019 * 00020 * @defgroup color Color 00021 * @ingroup libbu 00022 * 00023 * @defgroup conv Data Conversion 00024 * @ingroup libbu 00025 * 00026 * @addtogroup bu_debug Debugging 00027 * @ingroup libbu 00028 * 00029 * @defgroup hton Endian Support 00030 * @ingroup libbu 00031 * 00032 * @defgroup getopt getopt 00033 * @ingroup libbu 00034 * 00035 * @defgroup bu_hash Hashing 00036 * @ingroup libbu 00037 * 00038 * @defgroup bu_hist Histogram Support 00039 * @ingroup libbu 00040 * 00041 * @defgroup bu_list Linked Lists 00042 * @ingroup libbu 00043 * 00044 * @defgroup mf Mapped Files 00045 * @ingroup libbu 00046 * 00047 * @defgroup malloc Memory 00048 * @ingroup libbu 00049 * 00050 * @defgroup magic Magic Numbers 00051 * @ingroup libbu 00052 * 00053 * @defgroup mro Multiply Represented Objects 00054 * @ingroup libbu 00055 * 00056 * @defgroup thread Parallel processing, semaphores 00057 * @ingroup libbu 00058 * 00059 * @defgroup ptbl Pointer Tables 00060 * @ingroup libbu 00061 * 00062 * @defgroup bu_log File I/O 00063 * @ingroup libbu 00064 * 00065 * @defgroup rb RedBlack trees 00066 * @ingroup libbu 00067 * 00068 * @defgroup parse Structure Parse/Print/read/write 00069 * @ingroup libbu 00070 * 00071 * @defgroup butcl Tcl 00072 * @ingroup libbu 00073 * 00074 * @defgroup vls Variable Length Strings 00075 * @ingroup libbu 00076 * 00077 * @defgroup vfont vector fonts 00078 * @ingroup libbu 00079 */ 00080 00081 /** @defgroup libbn libbn (numerical functions) 00082 * 00083 * @defgroup anim Animation 00084 * @ingroup libbn 00085 * 00086 * @defgroup axis Axis 00087 * @ingroup libbn 00088 * 00089 * @defgroup complex Complex Numbers 00090 * @ingroup libbn 00091 * 00092 * @defgroup const Constants 00093 * @ingroup libbn 00094 * 00095 * @defgroup vlist Display Lists 00096 * @ingroup libbn 00097 * 00098 * @defgroup plot Plot/Draw 00099 * @ingroup libbn 00100 * 00101 * @defgroup noise Fractal Noise 00102 * @ingroup libbn 00103 * 00104 * @defgroup mat Matrix/Vector/Quaternion Math 00105 * @ingroup libbn 00106 * 00107 * @defgroup plane Point/Line/Plane Geometry Math 00108 * @ingroup libbn 00109 * 00110 * @defgroup poly Polynomials 00111 * @ingroup libbn 00112 * 00113 * @defgroup rand Random Numbers 00114 * @ingroup libbn 00115 * 00116 * @defgroup msr Minimal Standard Random Numbers 00117 * @ingroup rand 00118 * 00119 * @defgroup bntcl bn Tcl interface 00120 * @ingroup libbn 00121 * 00122 * @defgroup rnd Random Number Tables 00123 * @ingroup rand 00124 * 00125 * @defgroup sphmap spherical maps 00126 * @ingroup libbn 00127 * 00128 * @defgroup tol Tolerances 00129 * @ingroup libbn 00130 * 00131 * @defgroup vtree Vertex Trees 00132 * @ingroup libbn 00133 * 00134 * @defgroup wavelet Wavelets 00135 * @ingroup libbn 00136 * 00137 00138 /** @defgroup libfb libfb (framebuffer) */ 00139 00140 00141 /** @defgroup librt librt geometry, raytracing 00142 * 00143 * @defgroup dbio Database IO 00144 * @ingroup librt 00145 * 00146 * @defgroup db5 Database5 00147 * @ingroup dbio 00148 * 00149 * @defgroup db4 Database4 00150 * @ingroup dbio 00151 * 00152 * @defgroup g_ Primitives 00153 * @ingroup librt 00154 * 00155 * @defgroup nmg N-Manifold Geometry 00156 * @ingroup g_ 00157 * 00158 * @defgroup nurb NURBS 00159 * @ingroup g_ 00160 * 00161 ** @defgroup ray Ray Tracing 00162 * @ingroup librt 00163 * 00164 * @defgroup timer Timer 00165 * @ingroup librt 00166 * 00167 * @defgroup fort Fortran 00168 * @ingroup librt 00169 * 00170 * @defgroup wdb WriteDatabase 00171 * @ingroup dbio 00172 */