|
Last change
on this file since eb129c was f058ef, checked in by Tillmann Crueger <crueger@…>, 16 years ago |
|
Added methods to query Molecules by ID
|
-
Property mode
set to
100644
|
|
File size:
317 bytes
|
| Line | |
|---|
| 1 | /*
|
|---|
| 2 | * MoleculeIdDescriptor.hpp
|
|---|
| 3 | *
|
|---|
| 4 | * Created on: Feb 5, 2010
|
|---|
| 5 | * Author: crueger
|
|---|
| 6 | */
|
|---|
| 7 |
|
|---|
| 8 | #ifndef MOLECULEIDDESCRIPTOR_HPP_
|
|---|
| 9 | #define MOLECULEIDDESCRIPTOR_HPP_
|
|---|
| 10 |
|
|---|
| 11 | #include "defs.hpp"
|
|---|
| 12 | #include "Descriptors/MoleculeDescriptor.hpp"
|
|---|
| 13 |
|
|---|
| 14 | MoleculeDescriptor MoleculeById(moleculeId_t id);
|
|---|
| 15 |
|
|---|
| 16 | #endif /* MOLECULEIDDESCRIPTOR_HPP_ */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.