source: molecuilder/src/Descriptors/AtomIdDescriptor.hpp@ 0f55b2

Last change on this file since 0f55b2 was 33bc66, checked in by Tillmann Crueger <crueger@…>, 16 years ago

Changed the type of AtomIds and MoleculeIds to an opaque type

  • Property mode set to 100644
File size: 285 bytes
Line 
1/*
2 * AtomIdDescriptor.hpp
3 *
4 * Created on: Feb 5, 2010
5 * Author: crueger
6 */
7
8#ifndef ATOMIDDESCRIPTOR_HPP_
9#define ATOMIDDESCRIPTOR_HPP_
10
11#include "defs.hpp"
12#include "Descriptors/AtomDescriptor.hpp"
13
14AtomDescriptor AtomById(atomId_t id);
15
16#endif /* ATOMIDDESCRIPTOR_HPP_ */
Note: See TracBrowser for help on using the repository browser.