1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>plugin.h Source File</title>
<link href="/site.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="search/search.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!--#include file="header.html" -->
<!-- Generated by Doxygen 1.7.5.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.shtml"><span>Main Page</span></a></li>
<li><a href="pages.shtml"><span>Related Pages</span></a></li>
<li><a href="modules.shtml"><span>Modules</span></a></li>
<li><a href="namespaces.shtml"><span>Namespaces</span></a></li>
<li><a href="annotated.shtml"><span>Classes</span></a></li>
<li class="current"><a href="files.shtml"><span>Files</span></a></li>
<li><a href="examples.shtml"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.shtml"><span>File List</span></a></li>
<li><a href="globals.shtml"><span>File Members</span></a></li>
</ul>
</div>
<div class="header">
<div class="headertitle">
<div class="title">plugin.h</div> </div>
</div>
<div class="contents">
<a href="plugin_8h.shtml">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/**********************************************************************</span>
<a name="l00002"></a>00002 <span class="comment">plugin.h - facilitates construction of plugin classes</span>
<a name="l00003"></a>00003 <span class="comment"></span>
<a name="l00004"></a>00004 <span class="comment">Copyright (C) 2007 by Chris Morley</span>
<a name="l00005"></a>00005 <span class="comment"></span>
<a name="l00006"></a>00006 <span class="comment">This file is part of the Open Babel project.</span>
<a name="l00007"></a>00007 <span class="comment">For more information, see <http://openbabel.org/></span>
<a name="l00008"></a>00008 <span class="comment"></span>
<a name="l00009"></a>00009 <span class="comment">This program is free software; you can redistribute it and/or modify</span>
<a name="l00010"></a>00010 <span class="comment">it under the terms of the GNU General Public License as published by</span>
<a name="l00011"></a>00011 <span class="comment">the Free Software Foundation version 2 of the License.</span>
<a name="l00012"></a>00012 <span class="comment"></span>
<a name="l00013"></a>00013 <span class="comment">This program is distributed in the hope that it will be useful, but</span>
<a name="l00014"></a>00014 <span class="comment">WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00015"></a>00015 <span class="comment">MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span>
<a name="l00016"></a>00016 <span class="comment">General Public License for more details.</span>
<a name="l00017"></a>00017 <span class="comment">***********************************************************************/</span>
<a name="l00018"></a>00018
<a name="l00019"></a>00019 <span class="preprocessor">#ifndef OB_PLUGIN_H</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span><span class="preprocessor">#define OB_PLUGIN_H</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span>
<a name="l00022"></a>00022 <span class="preprocessor">#include <openbabel/babelconfig.h></span>
<a name="l00023"></a>00023 <span class="preprocessor">#include <string></span>
<a name="l00024"></a>00024 <span class="preprocessor">#include <iostream></span>
<a name="l00025"></a>00025 <span class="preprocessor">#include <vector></span>
<a name="l00026"></a>00026 <span class="preprocessor">#include <map></span>
<a name="l00027"></a>00027 <span class="preprocessor">#include <sstream></span>
<a name="l00028"></a>00028 <span class="preprocessor">#include <cstring></span>
<a name="l00029"></a>00029
<a name="l00030"></a>00030 <span class="preprocessor">#ifndef OBERROR</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span><span class="preprocessor"> #define OBERROR</span>
<a name="l00032"></a>00032 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00033"></a>00033 <span class="preprocessor"></span>
<a name="l00034"></a>00034 <span class="keyword">namespace </span>OpenBabel
<a name="l00035"></a>00035 {
<a name="l00038"></a>00038
<a name="l00040"></a><a class="code" href="structOpenBabel_1_1CharPtrLess.shtml">00040</a> <span class="keyword">struct </span>OBERROR <a class="code" href="structOpenBabel_1_1CharPtrLess.shtml" title="Case insensitive string comparison for PluginMapType key.">CharPtrLess</a> : <span class="keyword">public</span> std::binary_function<const char*,const char*, bool>
<a name="l00041"></a>00041 {
<a name="l00042"></a><a class="code" href="group__plugins.shtml#gac2505b03ab30bfd419b570e0324743ab">00042</a> <span class="keywordtype">bool</span> operator()(<span class="keyword">const</span> <span class="keywordtype">char</span>* p1,<span class="keyword">const</span> <span class="keywordtype">char</span>* p2)<span class="keyword"> const</span>
<a name="l00043"></a>00043 <span class="keyword"> </span>{ <span class="keywordflow">return</span> strcasecmp(p1,p2)<0; }
<a name="l00044"></a>00044 };
<a name="l00045"></a>00045
<a name="l00051"></a><a class="code" href="classOpenBabel_1_1OBPlugin.shtml">00051</a> <span class="keyword">class </span>OBERROR <a class="code" href="classOpenBabel_1_1OBPlugin.shtml" title="Base class for all types of dynamic classes discovered at runtime.">OBPlugin</a>
<a name="l00052"></a>00052 {
<a name="l00053"></a>00053 <span class="keyword">public</span>:
<a name="l00054"></a>00054
<a name="l00055"></a>00055 <span class="comment">//Maps of thistype are used to store</span>
<a name="l00056"></a>00056 <span class="comment">// (a)a list of the plugin types in OBPlugin, and</span>
<a name="l00057"></a>00057 <span class="comment">// (b)a list of the sub-types in each type class derived from OBPlugin.</span>
<a name="l00058"></a><a class="code" href="group__plugins.shtml#ga0fd3c807ed3341c33070c93b14739bc8">00058</a> <span class="keyword">typedef</span> std::map<const char*, OBPlugin*, CharPtrLess> <a class="code" href="group__plugins.shtml#ga0fd3c807ed3341c33070c93b14739bc8">PluginMapType</a>;
<a name="l00059"></a><a class="code" href="group__plugins.shtml#ga8fac85f5497f873a2dd8734b47f0bdc0">00059</a> <span class="keyword">typedef</span> PluginMapType::const_iterator <a class="code" href="group__plugins.shtml#ga8fac85f5497f873a2dd8734b47f0bdc0">PluginIterator</a>;
<a name="l00060"></a>00060
<a name="l00062"></a><a class="code" href="group__plugins.shtml#ga2f6f0f4ddec879439f78de686c459fb0">00062</a> <span class="keyword">virtual</span> <a class="code" href="group__plugins.shtml#ga2f6f0f4ddec879439f78de686c459fb0" title="Virtual destructor necessary for classes with virtual functions.">~OBPlugin</a>(){};
<a name="l00063"></a>00063
<a name="l00065"></a><a class="code" href="group__plugins.shtml#ga4a6b8d1611d5d963fc29982cc1ebcbf7">00065</a> <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="group__plugins.shtml#ga4a6b8d1611d5d963fc29982cc1ebcbf7" title="Required description of a sub-type.">Description</a>() { <span class="keywordflow">return</span> NULL;} ;
<a name="l00066"></a>00066
<a name="l00068"></a><a class="code" href="group__plugins.shtml#ga45dfda1fb13d3c26ab7f8f7631e3351c">00068</a> <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="group__plugins.shtml#ga45dfda1fb13d3c26ab7f8f7631e3351c" title="Redefined by each plugin type: "formats", "fingerprints", etc.">TypeID</a>(){ <span class="keywordflow">return</span> <span class="stringliteral">"plugins"</span>; }
<a name="l00069"></a>00069
<a name="l00075"></a>00075 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> Display(std::string&txt, <span class="keyword">const</span> <span class="keywordtype">char</span>* param, <span class="keyword">const</span> <span class="keywordtype">char</span>* ID=NULL);
<a name="l00076"></a>00076
<a name="l00081"></a><a class="code" href="group__plugins.shtml#ga9399e9568ab809d714385f1b237a9335">00081</a> <span class="keyword">virtual</span> <a class="code" href="classOpenBabel_1_1OBPlugin.shtml" title="Base class for all types of dynamic classes discovered at runtime.">OBPlugin</a>* <a class="code" href="group__plugins.shtml#ga9399e9568ab809d714385f1b237a9335">MakeInstance</a>(<span class="keyword">const</span> std::vector<std::string>&){<span class="keywordflow">return</span> NULL;}
<a name="l00082"></a>00082
<a name="l00085"></a><a class="code" href="group__plugins.shtml#ga3e0b39e1326de703012f81ac2be7feba">00085</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="group__plugins.shtml#ga3e0b39e1326de703012f81ac2be7feba">Init</a>(){};
<a name="l00086"></a>00086
<a name="l00089"></a>00089 <span class="keyword">static</span> <a class="code" href="classOpenBabel_1_1OBPlugin.shtml" title="Base class for all types of dynamic classes discovered at runtime.">OBPlugin</a>* GetPlugin(<span class="keyword">const</span> <span class="keywordtype">char</span>* Type, <span class="keyword">const</span> <span class="keywordtype">char</span>* ID);
<a name="l00090"></a>00090
<a name="l00092"></a><a class="code" href="group__plugins.shtml#ga753a34173c6750388d33e5294556790f">00092</a> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="group__plugins.shtml#ga753a34173c6750388d33e5294556790f" title="Return the ID of the sub-type instance.">GetID</a>()<span class="keyword">const</span>{<span class="keywordflow">return</span> _id;};
<a name="l00093"></a>00093
<a name="l00097"></a>00097 <span class="keyword">static</span> <span class="keywordtype">bool</span> ListAsVector(<span class="keyword">const</span> <span class="keywordtype">char</span>* PluginID, <span class="keyword">const</span> <span class="keywordtype">char</span>* param, std::vector<std::string>& vlist);
<a name="l00098"></a>00098
<a name="l00100"></a>00100 <span class="keyword">static</span> <span class="keywordtype">void</span> List(<span class="keyword">const</span> <span class="keywordtype">char</span>* PluginID, <span class="keyword">const</span> <span class="keywordtype">char</span>* param=NULL, std::ostream* os=&std::cout);
<a name="l00101"></a>00101
<a name="l00103"></a>00103 <span class="keyword">static</span> std::string ListAsString(<span class="keyword">const</span> <span class="keywordtype">char</span>* PluginID, <span class="keyword">const</span> <span class="keywordtype">char</span>* param=NULL);
<a name="l00104"></a>00104
<a name="l00106"></a>00106 <span class="keyword">static</span> std::string FirstLine(<span class="keyword">const</span> <span class="keywordtype">char</span>* txt);
<a name="l00107"></a>00107
<a name="l00110"></a><a class="code" href="group__plugins.shtml#ga1d4d73999ab0518ee471c635bd0a7e87">00110</a> <span class="keyword">static</span> <a class="code" href="group__plugins.shtml#ga8fac85f5497f873a2dd8734b47f0bdc0">PluginIterator</a> Begin(<span class="keyword">const</span> <span class="keywordtype">char</span>* PluginID)
<a name="l00111"></a>00111 {
<a name="l00112"></a>00112 <span class="keywordflow">if</span>( !strcmp(PluginID, <span class="stringliteral">"plugins"</span>) || GetTypeMap(PluginID)!=PluginMap())
<a name="l00113"></a>00113 <span class="keywordflow">return</span> GetTypeMap(PluginID).begin();
<a name="l00114"></a>00114 <span class="keywordflow">else</span>
<a name="l00115"></a>00115 <span class="keywordflow">return</span> PluginMap().end();
<a name="l00116"></a>00116 }
<a name="l00117"></a>00117
<a name="l00118"></a><a class="code" href="group__plugins.shtml#ga9a330280c1cd2e7119dac87a6fd0b762">00118</a> <span class="keyword">static</span> <a class="code" href="group__plugins.shtml#ga8fac85f5497f873a2dd8734b47f0bdc0">PluginIterator</a> End(<span class="keyword">const</span> <span class="keywordtype">char</span>* PluginID)
<a name="l00119"></a>00119 {
<a name="l00120"></a>00120 <span class="keywordflow">return</span> GetTypeMap(PluginID).end();
<a name="l00121"></a>00121 }
<a name="l00122"></a>00122
<a name="l00124"></a>00124 <span class="keyword">virtual</span> PluginMapType& GetMap() <span class="keyword">const</span> =0;
<a name="l00125"></a>00125
<a name="l00126"></a>00126 <span class="keyword">protected</span>:
<a name="l00129"></a><a class="code" href="group__plugins.shtml#gac40457336d7b12bb632b4ac4e8955a3a">00129</a> <span class="keyword">static</span> <a class="code" href="group__plugins.shtml#ga0fd3c807ed3341c33070c93b14739bc8">PluginMapType</a>& PluginMap()
<a name="l00130"></a>00130 {
<a name="l00131"></a>00131 <span class="keyword">static</span> <a class="code" href="group__plugins.shtml#ga0fd3c807ed3341c33070c93b14739bc8">PluginMapType</a> m;
<a name="l00132"></a>00132 <span class="keywordflow">return</span> m;
<a name="l00133"></a>00133 }
<a name="l00134"></a>00134
<a name="l00136"></a>00136 <span class="keyword">static</span> PluginMapType& GetTypeMap(<span class="keyword">const</span> <span class="keywordtype">char</span>* PluginID);
<a name="l00137"></a>00137
<a name="l00140"></a>00140 <span class="keyword">static</span> <a class="code" href="classOpenBabel_1_1OBPlugin.shtml" title="Base class for all types of dynamic classes discovered at runtime.">OBPlugin</a>* BaseFindType(PluginMapType& Map, <span class="keyword">const</span> <span class="keywordtype">char</span>* ID);
<a name="l00141"></a>00141
<a name="l00142"></a>00142 <span class="keyword">protected</span>:
<a name="l00143"></a><a class="code" href="group__plugins.shtml#ga1f8d25dafb0bc13814ca451035f67955">00143</a> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="group__plugins.shtml#ga1f8d25dafb0bc13814ca451035f67955">_id</a>;
<a name="l00144"></a>00144 };
<a name="l00145"></a>00145
<a name="l00146"></a>00146 <span class="preprocessor">#if defined(__CYGWIN__) || defined(__MINGW32__)</span>
<a name="l00147"></a>00147 <span class="preprocessor"></span>
<a name="l00148"></a>00148 <span class="comment">//Macro to be added to definition of the base class</span>
<a name="l00149"></a>00149 <span class="preprocessor">#define MAKE_PLUGIN(BaseClass)\</span>
<a name="l00150"></a>00150 <span class="preprocessor">protected:\</span>
<a name="l00151"></a>00151 <span class="preprocessor">static PluginMapType& Map();\</span>
<a name="l00152"></a>00152 <span class="preprocessor">virtual PluginMapType& GetMap()const{return Map();}\</span>
<a name="l00153"></a>00153 <span class="preprocessor">public:\</span>
<a name="l00154"></a>00154 <span class="preprocessor">static BaseClass*& Default(){static BaseClass* d;return d;}\</span>
<a name="l00155"></a>00155 <span class="preprocessor"> BaseClass(const char* ID, bool IsDefault=false)\</span>
<a name="l00156"></a>00156 <span class="preprocessor"> {_id=ID;if(ID&&*ID){if(IsDefault || Map().empty()) Default() = this;\</span>
<a name="l00157"></a>00157 <span class="preprocessor"> Map()[ID]=this;PluginMap()[TypeID()] =this;}}\</span>
<a name="l00158"></a>00158 <span class="preprocessor">static BaseClass* FindType(const char* ID)\</span>
<a name="l00159"></a>00159 <span class="preprocessor"> {if(!ID || *ID==0 || *ID==' ') return Default();\</span>
<a name="l00160"></a>00160 <span class="preprocessor"> return static_cast<BaseClass*>(BaseFindType(Map(),ID));}</span>
<a name="l00161"></a>00161 <span class="preprocessor"></span>
<a name="l00162"></a>00162 <span class="preprocessor">#define PLUGIN_CPP_FILE(BaseClass)\</span>
<a name="l00163"></a>00163 <span class="preprocessor">OBPlugin::PluginMapType& BaseClass::Map()\</span>
<a name="l00164"></a>00164 <span class="preprocessor">{ static OBPlugin::PluginMapType map; return map; }</span>
<a name="l00165"></a>00165 <span class="preprocessor"></span>
<a name="l00166"></a>00166 <span class="preprocessor">#else // __CYGWIN__ || __MINGW32__</span>
<a name="l00167"></a>00167 <span class="preprocessor"></span>
<a name="l00168"></a>00168 <span class="comment">//Macro to be added to definition of the base class</span>
<a name="l00169"></a><a class="code" href="group__plugins.shtml#gadd740e2a386b7db3e1f0e271cbe8a3f1">00169</a> <span class="preprocessor">#define MAKE_PLUGIN(BaseClass)\</span>
<a name="l00170"></a>00170 <span class="preprocessor">protected:\</span>
<a name="l00171"></a>00171 <span class="preprocessor">static PluginMapType& Map(){static PluginMapType m;return m;}\</span>
<a name="l00172"></a>00172 <span class="preprocessor">virtual PluginMapType& GetMap()const{return Map();}\</span>
<a name="l00173"></a>00173 <span class="preprocessor">public:\</span>
<a name="l00174"></a>00174 <span class="preprocessor">static BaseClass*& Default(){static BaseClass* d;return d;}\</span>
<a name="l00175"></a>00175 <span class="preprocessor"> BaseClass(const char* ID, bool IsDefault=false)\</span>
<a name="l00176"></a>00176 <span class="preprocessor"> {_id=ID;if(ID&&*ID){if(IsDefault || Map().empty()) Default() = this;\</span>
<a name="l00177"></a>00177 <span class="preprocessor"> Map()[ID]=this;PluginMap()[TypeID()] =this;}}\</span>
<a name="l00178"></a>00178 <span class="preprocessor">static BaseClass* FindType(const char* ID)\</span>
<a name="l00179"></a>00179 <span class="preprocessor"> {if(!ID || *ID==0 || *ID==' ') return Default();\</span>
<a name="l00180"></a>00180 <span class="preprocessor"> return static_cast<BaseClass*>(BaseFindType(Map(),ID));}</span>
<a name="l00181"></a>00181 <span class="preprocessor"></span>
<a name="l00182"></a>00182 <span class="preprocessor">#endif // __CYGWIN__ || __MINGW32__</span>
<a name="l00183"></a>00183 <span class="preprocessor"></span>
<a name="l00312"></a>00312
<a name="l00320"></a>00320 <span class="comment">/*\@}*/</span>
<a name="l00321"></a>00321
<a name="l00322"></a>00322 <span class="preprocessor">#ifndef SWIG // Skipped by SWIG (for the moment)</span>
<a name="l00323"></a>00323 <span class="preprocessor"></span>
<a name="l00324"></a>00324 <span class="preprocessor">#ifndef USING_DYNAMIC_LIBS</span>
<a name="l00325"></a>00325 <span class="preprocessor"></span>
<a name="l00326"></a><a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">00326</a> <span class="preprocessor">#define OB_STATIC_PLUGIN(className,instanceName) \</span>
<a name="l00327"></a>00327 <span class="preprocessor"> class className; \</span>
<a name="l00328"></a>00328 <span class="preprocessor"> OBAPI EXTERN className instanceName;</span>
<a name="l00329"></a>00329 <span class="preprocessor"></span>
<a name="l00330"></a>00330 <span class="comment">// formats</span>
<a name="l00331"></a>00331 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(ACRFormat, theACRFormat)
<a name="l00332"></a>00332 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(ADFOutputFormat, theADFOutputFormat)
<a name="l00333"></a>00333 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(ADFInputFormat, theADFInputFormat)
<a name="l00334"></a>00334 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(AlchemyFormat, theAlchemyFormat)
<a name="l00335"></a>00335 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(AmberPrepFormat, theAmberPrepFormat)
<a name="l00336"></a>00336 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OBAPIInterface, theOBAPIInterface)
<a name="l00337"></a>00337 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(BallStickFormat, theBallStickFormat)
<a name="l00338"></a>00338 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(BGFFormat, theBGFFormat)
<a name="l00339"></a>00339 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(BoxFormat, theBoxFormat)
<a name="l00340"></a>00340 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(CacaoFormat, theCacaoFormat)
<a name="l00341"></a>00341 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(CacheFormat, theCacheFormat)
<a name="l00342"></a>00342 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(CARFormat, theCARFormat)
<a name="l00343"></a>00343 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(CCCFormat, theCCCFormat)
<a name="l00344"></a>00344 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(CHEM3D1Format, theCHEM3D1Format)
<a name="l00345"></a>00345 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(CHEM3D2Format, theCHEM3D2Format)
<a name="l00346"></a>00346 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(ChemDrawBinaryFormat, theChemDrawBinaryFormat)
<a name="l00347"></a>00347 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(ChemDrawFormat, theChemDrawFormat)
<a name="l00348"></a>00348 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(ChemKinFormat, theChemKinFormat)
<a name="l00349"></a>00349 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(CHTFormat, theCHTFormat)
<a name="l00350"></a>00350 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(CIFFormat, theCIFFormat)
<a name="l00351"></a>00351 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(CopyFormat, theCopyFormat)
<a name="l00352"></a>00352 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(CRK2DFormat, theCRK2DFormat)
<a name="l00353"></a>00353 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(CRK3DFormat, theCRK3DFormat)
<a name="l00354"></a>00354 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(CSRFormat, theCSRFormat)
<a name="l00355"></a>00355 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(CSSRFormat, theCSSRFormat)
<a name="l00356"></a>00356 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(DlpolyConfigFormat, theDlpolyConfigFormat)
<a name="l00357"></a>00357 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(DlpolyHISTORYFormat, theDlpolyHISTORYFormat)
<a name="l00358"></a>00358 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(DMolFormat, theDMolFormat)
<a name="l00359"></a>00359 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(FASTAFormat, theFASTAFormat)
<a name="l00360"></a>00360 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(FastSearchFormat, theFastSearchFormat)
<a name="l00361"></a>00361 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(FCHKFormat, theFCHKFormat)
<a name="l00362"></a>00362 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(FEATFormat, theFEATFormat)
<a name="l00363"></a>00363 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(FenskeZmatFormat, theFenskeZmatFormat)
<a name="l00364"></a>00364 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(FHIaimsFormat,theFHIaimsFormat)
<a name="l00365"></a>00365 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(FingerprintFormat, theFingerprintFormat)
<a name="l00366"></a>00366 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(FreeFormFractionalFormat, theFreeFormFractionalFormat)
<a name="l00367"></a>00367 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(GAMESSOutputFormat, theGAMESSOutputFormat)
<a name="l00368"></a>00368 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(GAMESSInputFormat, theGAMESSInputFormat)
<a name="l00369"></a>00369 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OBGaussianCubeFormat, theGaussianCubeFormat)
<a name="l00370"></a>00370 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(GaussianOutputFormat, theGaussianOutputFormat)
<a name="l00371"></a>00371 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(GaussianInputFormat, theGaussianInputFormat)
<a name="l00372"></a>00372 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(GaussianZMatrixInputFormat, theGaussianZMatrixInputFormat)
<a name="l00373"></a>00373 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(GenBankFormat, theGenBankFormat)
<a name="l00374"></a>00374 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(GhemicalFormat, theGhemicalFormat)
<a name="l00375"></a>00375 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(GROMOS96Format, theGROMOS96Format)
<a name="l00376"></a>00376 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(GULPFormat, theGULPFormat)
<a name="l00377"></a>00377 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(HINFormat, theHINFormat)
<a name="l00378"></a>00378 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(JaguarOutputFormat, theJaguarOutputFormat)
<a name="l00379"></a>00379 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(JaguarInputFormat, theJaguarInputFormat)
<a name="l00380"></a>00380 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(MCDLFormat, theMCDLFormat)
<a name="l00381"></a>00381 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(MOLFormat, theMOLFormat)
<a name="l00382"></a>00382 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(SDFormat, theSDFormat)
<a name="l00383"></a>00383 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OBT41Format, t41Format__)
<a name="l00384"></a>00384 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OBMoldenFormat, moldenFormat__)
<a name="l00385"></a>00385 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(mmCIFFormat, themmCIFFormat)
<a name="l00386"></a>00386 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(MacroModFormat, theMacroModFormat)
<a name="l00387"></a>00387 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(MNAFormat, theMNAFormat)
<a name="l00388"></a>00388 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(MOL2Format, theMOL2Format)
<a name="l00389"></a>00389 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(MolproOutputFormat, theMolproOutputFormat)
<a name="l00390"></a>00390 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(MolproInputFormat, theMolproInputFormat)
<a name="l00391"></a>00391 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(MolReportFormat, theMolReportFormat)
<a name="l00392"></a>00392 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(MOPACFormat, theMOPACFormat)
<a name="l00393"></a>00393 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(MOPACCARTFormat, theMOPACCARTFormat)
<a name="l00394"></a>00394 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(MOPACINTFormat, theMOPACINTFormat)
<a name="l00395"></a>00395 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(MPDFormat, theMPDFormat)
<a name="l00396"></a>00396 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(MPQCFormat, theMPQCFormat)
<a name="l00397"></a>00397 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(MPQCInputFormat, theMPQCInputFormat)
<a name="l00398"></a>00398 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(MSIFormat, theMSIFormat)
<a name="l00399"></a>00399 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OBMSMSFormat, msmsFormat__)
<a name="l00400"></a>00400 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(NulFormat, theNulFormat)
<a name="l00401"></a>00401 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(NWChemOutputFormat, theNWChemOutputFormat)
<a name="l00402"></a>00402 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(NWChemInputFormat, theNWChemInputFormat)
<a name="l00403"></a>00403 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OBOpenDXCubeFormat, theOpenDXCubeFormat)
<a name="l00404"></a>00404 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OutputFormat, theOutputFormat)
<a name="l00405"></a>00405 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(PCModelFormat, thePCModelFormat)
<a name="l00406"></a>00406 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(PDBFormat, thePDBFormat)
<a name="l00407"></a>00407 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(PDBQTFormat, thePDBQTFormat)
<a name="l00408"></a>00408 <span class="preprocessor">#ifdef HAVE_LIBZ</span>
<a name="l00409"></a>00409 <span class="preprocessor"></span> <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(PNGFormat, thePNGFormat)
<a name="l00410"></a>00410 <span class="preprocessor">#endif</span>
<a name="l00411"></a>00411 <span class="preprocessor"></span> <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(PovrayFormat, thePovrayFormat)
<a name="l00412"></a>00412 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(PQRFormat, thePQRFormat)
<a name="l00413"></a>00413 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(PQSFormat, thePQSFormat)
<a name="l00414"></a>00414 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(PWscfFormat, thePWscfFormat)
<a name="l00415"></a>00415 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(QChemOutputFormat, theQChemOutputFormat)
<a name="l00416"></a>00416 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(QChemInputFormat, theQChemInputFormat)
<a name="l00417"></a>00417 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(ReportFormat, theReportFormat)
<a name="l00418"></a>00418 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(SmiReactFormat, theSmiReactFormat)
<a name="l00419"></a>00419 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(RXNFormat, theRXNFormat)
<a name="l00420"></a>00420 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(ShelXFormat, theShelXFormat)
<a name="l00421"></a>00421 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(SMIFormat, theSMIFormat)
<a name="l00422"></a>00422 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(CANSMIFormat, theCANSMIFormat)
<a name="l00423"></a>00423 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(FIXFormat, theFIXFormat)
<a name="l00424"></a>00424 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(SVGFormat, theSVGFormat)
<a name="l00425"></a>00425 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(TextFormat, theTextFormat)
<a name="l00426"></a>00426 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(ThermoFormat, theThermoFormat)
<a name="l00427"></a>00427 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(TinkerFormat, theTinkerFormat)
<a name="l00428"></a>00428 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(TitleFormat, theTitleFormat)
<a name="l00429"></a>00429 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(TurbomoleFormat, theTurbomoleFormat)
<a name="l00430"></a>00430 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(UniChemFormat, theUniChemFormat)
<a name="l00431"></a>00431 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(VASPFormat, theVASPFormat)
<a name="l00432"></a>00432 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(ViewMolFormat, theViewMolFormat)
<a name="l00433"></a>00433 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(XEDFormat, theXEDFormat)
<a name="l00434"></a>00434 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(XYZFormat, theXYZFormat)
<a name="l00435"></a>00435 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(YOBFormat, theYOBFormat)
<a name="l00436"></a>00436 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(ZINDOFormat, theZINDOFormat)
<a name="l00437"></a>00437 <span class="preprocessor">#ifdef HAVE_STATIC_LIBXML</span>
<a name="l00438"></a>00438 <span class="preprocessor"></span> <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(ChemDrawXMLFormat, theChemDrawXMLFormat)
<a name="l00439"></a>00439 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(CMLFormat, theCMLFormat)
<a name="l00440"></a>00440 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(CMLReactFormat, theCMLReactFormat)
<a name="l00441"></a>00441 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(PubChemFormat, thePubChemFormat)
<a name="l00442"></a>00442 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(XMLFormat, theXMLFormat)
<a name="l00443"></a>00443 <span class="preprocessor">#endif</span>
<a name="l00444"></a>00444 <span class="preprocessor"></span><span class="preprocessor">#ifdef HAVE_STATIC_INCHI</span>
<a name="l00445"></a>00445 <span class="preprocessor"></span> <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(InChIFormat, theInChIFormat)
<a name="l00446"></a>00446 <span class="preprocessor">#endif</span>
<a name="l00447"></a>00447 <span class="preprocessor"></span><span class="preprocessor">#ifdef HAVE_REGEX_H</span>
<a name="l00448"></a>00448 <span class="preprocessor"></span> <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(GAMESSUKInputFormat, theGAMESSUKInputFormat)
<a name="l00449"></a>00449 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(GAMESSUKOutputFormat, theGAMESSUKOutputFormat)
<a name="l00450"></a>00450 <span class="preprocessor">#endif</span>
<a name="l00451"></a>00451 <span class="preprocessor"></span><span class="preprocessor">#ifdef HAVE_RPC_XDR_H</span>
<a name="l00452"></a>00452 <span class="preprocessor"></span> <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(XTCFormat, theXTCFormat)
<a name="l00453"></a>00453 <span class="preprocessor">#endif</span>
<a name="l00454"></a>00454 <span class="preprocessor"></span>
<a name="l00455"></a>00455 <span class="comment">// descriptors</span>
<a name="l00456"></a>00456 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(CanSmiles, theCanSmiles)
<a name="l00457"></a>00457 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(CompoundFilter, dummyCmpFilter)
<a name="l00458"></a>00458 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(MWFilter, theMWFilter)
<a name="l00459"></a>00459 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(SmartsFilter, firstSmartsFilter)
<a name="l00460"></a>00460 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(SmartsFilter, secondSmartsFilter)
<a name="l00461"></a>00461 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(TitleFilter, theTitleFilter)
<a name="l00462"></a>00462 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(FormulaDescriptor, TheFormulaDescriptor)
<a name="l00463"></a>00463 <span class="comment">//OB_STATIC_PLUGIN(FPCount, theFPCount)</span>
<a name="l00464"></a>00464 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(InChIFilter, theInChIFilter)
<a name="l00465"></a>00465 <span class="comment">// smarts descriptors</span>
<a name="l00466"></a>00466 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(SmartsDescriptor, theHBD)
<a name="l00467"></a>00467 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(SmartsDescriptor, theHBA1)
<a name="l00468"></a>00468 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(SmartsDescriptor, theHBA2)
<a name="l00469"></a>00469 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(SmartsDescriptor, thenF)
<a name="l00470"></a>00470 <span class="comment">// group contribution descriptors</span>
<a name="l00471"></a>00471 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OBGroupContrib, thelogP)
<a name="l00472"></a>00472 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OBGroupContrib, theTPSA)
<a name="l00473"></a>00473 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OBGroupContrib, theMR)
<a name="l00474"></a>00474
<a name="l00475"></a>00475 <span class="comment">// fingerprints</span>
<a name="l00476"></a>00476 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(fingerprint2, thefingerprint2)
<a name="l00477"></a>00477 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(PatternFP, FP3PatternFP)
<a name="l00478"></a>00478 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(PatternFP, FP4PatternFP)
<a name="l00479"></a>00479
<a name="l00480"></a>00480 <span class="comment">// forcefields</span>
<a name="l00481"></a>00481 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OBForceFieldGaff, theForceFieldGaff)
<a name="l00482"></a>00482 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OBForceFieldGhemical, theForceFieldGhemical)
<a name="l00483"></a>00483 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OBForceFieldMMFF94, theForceFieldMMFF94)
<a name="l00484"></a>00484 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OBForceFieldMMFF94, theForceFieldMMFF94s)
<a name="l00485"></a>00485 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OBForceFieldUFF, theForceFieldUFF)
<a name="l00486"></a>00486
<a name="l00487"></a>00487 <span class="comment">// operations</span>
<a name="l00488"></a>00488 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OpAddInIndex, theOpAddInIndex)
<a name="l00489"></a>00489 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OpAddPolarH, theOpAddPolarH)
<a name="l00490"></a>00490 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OpCanonical, theOpCanonical)
<a name="l00491"></a>00491 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OpFillUC, theOpFillUC)
<a name="l00492"></a>00492 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OpEnergy, theOpEnergy)
<a name="l00493"></a>00493 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OpMinimize, theOpMinimize)
<a name="l00494"></a>00494 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OpGen2D, theOpGen2D)
<a name="l00495"></a>00495 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OpGen3D, theOpGen3D)
<a name="l00496"></a>00496 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OpNewS, theOpNewS)
<a name="l00497"></a>00497 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OpPartialCharge, theOpPartialCharge)
<a name="l00498"></a>00498 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OpReadConformers, theOpReadConformers)
<a name="l00499"></a>00499 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OpSort, theOpSort)
<a name="l00500"></a>00500 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OpExtraOut, theOpExtraOut)
<a name="l00501"></a>00501 <span class="preprocessor">#ifdef HAVE_STATIC_INCHI</span>
<a name="l00502"></a>00502 <span class="preprocessor"></span> <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OpUnique, theOpUnique)
<a name="l00503"></a>00503 <span class="preprocessor">#endif</span>
<a name="l00504"></a>00504 <span class="preprocessor"></span><span class="preprocessor">#ifdef HAVE_EIGEN</span>
<a name="l00505"></a>00505 <span class="preprocessor"></span> <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(OpConformer, theOpConformer)
<a name="l00506"></a>00506 <span class="preprocessor">#endif</span>
<a name="l00507"></a>00507 <span class="preprocessor"></span>
<a name="l00508"></a>00508 <span class="comment">// charges</span>
<a name="l00509"></a>00509 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(GasteigerCharges, theGasteigerCharges)
<a name="l00510"></a>00510 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(MMFF94Charges, theMMFF94Charges)
<a name="l00511"></a>00511 <span class="preprocessor">#ifdef HAVE_EIGEN</span>
<a name="l00512"></a>00512 <span class="preprocessor"></span> <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(QEqCharges, theQEqCharges)
<a name="l00513"></a>00513 <a class="code" href="group__plugins.shtml#gaac917d0f317751ba3ac45628fb467e58">OB_STATIC_PLUGIN</a>(QTPIECharges, theQTPIECharges)
<a name="l00514"></a>00514 <span class="preprocessor">#endif</span>
<a name="l00515"></a>00515 <span class="preprocessor"></span>
<a name="l00516"></a>00516 OBAPI std::vector<std::string> <a class="code" href="group__plugins.shtml#ga7a0297c3c2a3fa58bbd5e321b900ddec">EnableStaticPlugins</a>();
<a name="l00517"></a>00517
<a name="l00518"></a>00518 <span class="preprocessor">#endif // USING_DYNAMIC_LIBS</span>
<a name="l00519"></a>00519 <span class="preprocessor"></span>
<a name="l00520"></a>00520 <span class="preprocessor">#endif // SWIG</span>
<a name="l00521"></a>00521 <span class="preprocessor"></span>
<a name="l00522"></a>00522 } <span class="comment">// end namespce</span>
<a name="l00523"></a>00523
<a name="l00524"></a>00524 <span class="preprocessor">#endif</span>
</pre></div></div>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark"> </span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark"> </span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark"> </span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(10)"><span class="SelectionMark"> </span>Defines</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</div><!-- end content -->
<!--#include file="footer.html" -->
<div id="footer">
<hr size="1">
<img src="http://openbabel.org/babel256.png" width="136" height="127" alt="" style="float: left;" />
<p>This file is part of the documentation for <a href="http://openbabel.org/wiki/">Open Babel</a>, version 2.3.</p>
<div class="bottom">
Documentation copyright © 1998-2007, the <a href="http://openbabel.org/wiki/THANKS">Open Babel Developers</a>.<br>
Open Babel is hosted by: <a href="http://sourceforge.net">
<img src="http://sourceforge.net/sflogo.php?group_id=40728"
width="88" height="31" border="0" alt="SourceForge Logo"></a><br>
Generated on Thu Oct 13 2011 16:08:08 by <a href="http://www.doxygen.org/"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.7.5.1.
</div>
</body>
</html>
|