RxDock
0.1.0
A fast, versatile, and open-source program for docking ligands to proteins and nucleic acids
Loading...
Searching...
No Matches
include
rxdock
support
Number.h
Go to the documentation of this file.
1
//===-- Number.h - Number conversion ----------------------------*- C++ -*-===//
2
//
3
// Part of the RxDock project, under the GNU LGPL version 3.
4
// Visit https://rxdock.gitlab.io/ for more information.
5
// Copyright (c) 1998--2006 RiboTargets (subsequently Vernalis (R&D) Ltd)
6
// Copyright (c) 2006--2012 University of York
7
// Copyright (c) 2012--2014 University of Barcelona
8
// Copyright (c) 2019--2020 RxTx
9
// SPDX-License-Identifier: LGPL-3.0-only
10
//
11
//===----------------------------------------------------------------------===//
16
//===----------------------------------------------------------------------===//
17
18
#ifndef RXDOCK_SUPPORT_NUMBER_H
19
#define RXDOCK_SUPPORT_NUMBER_H
20
21
#include "
rxdock/support/Export.h
"
22
23
#include <string>
24
25
namespace
rxdock {
26
namespace
support {
27
33
RBTDLL_EXPORT std::string
getRomanNumeral
(std::size_t value);
34
35
}
// namespace support
36
}
// namespace rxdock
37
38
#endif
// RXDOCK_SUPPORT_NUMBER_H
Export.h
rxdock::support::getRomanNumeral
RBTDLL_EXPORT std::string getRomanNumeral(std::size_t value)
Converts a numeric value to the corresponding Roman numeral.
Definition
Number.cxx:31
Generated by
1.9.7