#include <mmcif_info.hh>
|
enum | MMCifInfoCType {
JOURNAL,
BOOK,
UNKNOWN,
JOURNAL,
BOOK,
UNKNOWN
} |
|
enum | MMCifInfoCType {
JOURNAL,
BOOK,
UNKNOWN,
JOURNAL,
BOOK,
UNKNOWN
} |
|
Definition at line 391 of file mmcif_info.hh.
Enumerator |
---|
JOURNAL |
|
BOOK |
|
UNKNOWN |
|
JOURNAL |
|
BOOK |
|
UNKNOWN |
|
Definition at line 394 of file mmcif_info.hh.
Enumerator |
---|
JOURNAL |
|
BOOK |
|
UNKNOWN |
|
JOURNAL |
|
BOOK |
|
UNKNOWN |
|
Definition at line 394 of file mmcif_info.hh.
const std::vector<String>& GetAuthorList |
( |
| ) |
const |
|
inline |
Get the list of authors.
- Returns
- list
Definition at line 594 of file mmcif_info.hh.
const std::vector<String>& GetAuthorList |
( |
| ) |
const |
|
inline |
Get the list of authors.
- Returns
- list
Definition at line 594 of file mmcif_info.hh.
String GetBookPublisher |
( |
| ) |
const |
|
inline |
Get the publisher of a book.
- Returns
- publisher
Definition at line 480 of file mmcif_info.hh.
String GetBookPublisher |
( |
| ) |
const |
|
inline |
Get the publisher of a book.
- Returns
- publisher
Definition at line 480 of file mmcif_info.hh.
String GetBookPublisherCity |
( |
| ) |
const |
|
inline |
Get the publisher city of a book.
- Returns
- publisher_city
Definition at line 492 of file mmcif_info.hh.
String GetBookPublisherCity |
( |
| ) |
const |
|
inline |
Get the publisher city of a book.
- Returns
- publisher_city
Definition at line 492 of file mmcif_info.hh.
Get a CAS identifier.
- Returns
- CAS identifier
Definition at line 420 of file mmcif_info.hh.
Get a CAS identifier.
- Returns
- CAS identifier
Definition at line 420 of file mmcif_info.hh.
Get the type of a publication.
- Returns
- citation type
Definition at line 563 of file mmcif_info.hh.
Get the type of a publication.
- Returns
- citation type
Definition at line 563 of file mmcif_info.hh.
Get the DOI of a document.
- Returns
- DOI
Definition at line 504 of file mmcif_info.hh.
Get the DOI of a document.
- Returns
- DOI
Definition at line 504 of file mmcif_info.hh.
Get an ISBN code.
- Returns
- ISBN code
Definition at line 430 of file mmcif_info.hh.
Get an ISBN code.
- Returns
- ISBN code
Definition at line 430 of file mmcif_info.hh.
Get the start page of a publication.
- Returns
- first page
Definition at line 460 of file mmcif_info.hh.
Get the start page of a publication.
- Returns
- first page
Definition at line 460 of file mmcif_info.hh.
Get the last page of a publication.
- Returns
- last page
Definition at line 470 of file mmcif_info.hh.
Get the last page of a publication.
- Returns
- last page
Definition at line 470 of file mmcif_info.hh.
String GetPublishedIn |
( |
| ) |
const |
|
inline |
Get a book title or journal name.
- Returns
- title
Definition at line 440 of file mmcif_info.hh.
String GetPublishedIn |
( |
| ) |
const |
|
inline |
Get a book title or journal name.
- Returns
- title
Definition at line 440 of file mmcif_info.hh.
Get the PubMed accession number.
- Returns
- PubMed accession
Definition at line 514 of file mmcif_info.hh.
Get the PubMed accession number.
- Returns
- PubMed accession
Definition at line 514 of file mmcif_info.hh.
Get the title of a publication.
- Returns
- title
Definition at line 536 of file mmcif_info.hh.
Get the title of a publication.
- Returns
- title
Definition at line 536 of file mmcif_info.hh.
Get a journal volume.
- Returns
- volume
Definition at line 450 of file mmcif_info.hh.
Get a journal volume.
- Returns
- volume
Definition at line 450 of file mmcif_info.hh.
Get the year of a publication.
- Returns
- year
Definition at line 525 of file mmcif_info.hh.
Get the year of a publication.
- Returns
- year
Definition at line 525 of file mmcif_info.hh.
bool IsCitationTypeBook |
( |
| ) |
const |
|
inline |
Check a citation to be published in a book.
- Returns
- true or false
Definition at line 575 of file mmcif_info.hh.
bool IsCitationTypeBook |
( |
| ) |
const |
|
inline |
Check a citation to be published in a book.
- Returns
- true or false
Definition at line 575 of file mmcif_info.hh.
bool IsCitationTypeJournal |
( |
| ) |
const |
|
inline |
Check a citation to be published in a journal.
- Returns
- true or false
Definition at line 568 of file mmcif_info.hh.
bool IsCitationTypeJournal |
( |
| ) |
const |
|
inline |
Check a citation to be published in a journal.
- Returns
- true or false
Definition at line 568 of file mmcif_info.hh.
bool IsCitationTypeUnknown |
( |
| ) |
const |
|
inline |
Check if the citation type is unknow.
- Returns
- true or false
Definition at line 582 of file mmcif_info.hh.
bool IsCitationTypeUnknown |
( |
| ) |
const |
|
inline |
Check if the citation type is unknow.
- Returns
- true or false
Definition at line 582 of file mmcif_info.hh.
void SetAuthorList |
( |
std::vector< String > |
list | ) |
|
|
inline |
Set the list of authors.
- Parameters
-
Definition at line 589 of file mmcif_info.hh.
void SetAuthorList |
( |
std::vector< String > |
list | ) |
|
|
inline |
Set the list of authors.
- Parameters
-
Definition at line 589 of file mmcif_info.hh.
void SetBookPublisher |
( |
String |
publisher | ) |
|
|
inline |
Set the publisher for a book.
- Parameters
-
Definition at line 475 of file mmcif_info.hh.
void SetBookPublisher |
( |
String |
publisher | ) |
|
|
inline |
Set the publisher for a book.
- Parameters
-
Definition at line 475 of file mmcif_info.hh.
void SetBookPublisherCity |
( |
String |
publisher_city | ) |
|
|
inline |
Set the publisher city for a book.
- Parameters
-
Definition at line 485 of file mmcif_info.hh.
void SetBookPublisherCity |
( |
String |
publisher_city | ) |
|
|
inline |
Set the publisher city for a book.
- Parameters
-
Definition at line 485 of file mmcif_info.hh.
Set the type of a publication.
- Parameters
-
Definition at line 541 of file mmcif_info.hh.
Set the type of a publication.
- Parameters
-
Definition at line 541 of file mmcif_info.hh.
void SetCitationTypeBook |
( |
| ) |
|
|
inline |
Set the type of a publication to book.
Definition at line 551 of file mmcif_info.hh.
void SetCitationTypeBook |
( |
| ) |
|
|
inline |
Set the type of a publication to book.
Definition at line 551 of file mmcif_info.hh.
void SetCitationTypeJournal |
( |
| ) |
|
|
inline |
Set the type of a publication to journal.
Definition at line 546 of file mmcif_info.hh.
void SetCitationTypeJournal |
( |
| ) |
|
|
inline |
Set the type of a publication to journal.
Definition at line 546 of file mmcif_info.hh.
void SetCitationTypeUnknown |
( |
| ) |
|
|
inline |
Set the type of a publication to unknown.
Definition at line 556 of file mmcif_info.hh.
void SetCitationTypeUnknown |
( |
| ) |
|
|
inline |
Set the type of a publication to unknown.
Definition at line 556 of file mmcif_info.hh.
Set the DOI of a document.
- Parameters
-
Definition at line 499 of file mmcif_info.hh.
Set the DOI of a document.
- Parameters
-
Definition at line 499 of file mmcif_info.hh.
void SetPageFirst |
( |
String |
first | ) |
|
|
inline |
Set the start page for a publication.
- Parameters
-
Definition at line 455 of file mmcif_info.hh.
void SetPageFirst |
( |
String |
first | ) |
|
|
inline |
Set the start page for a publication.
- Parameters
-
Definition at line 455 of file mmcif_info.hh.
void SetPageLast |
( |
String |
last | ) |
|
|
inline |
Set the end page for a publication.
- Parameters
-
Definition at line 465 of file mmcif_info.hh.
void SetPageLast |
( |
String |
last | ) |
|
|
inline |
Set the end page for a publication.
- Parameters
-
Definition at line 465 of file mmcif_info.hh.
void SetPublishedIn |
( |
String |
title | ) |
|
|
inline |
Set a book title or journal name.
- Parameters
-
Definition at line 435 of file mmcif_info.hh.
void SetPublishedIn |
( |
String |
title | ) |
|
|
inline |
Set a book title or journal name.
- Parameters
-
Definition at line 435 of file mmcif_info.hh.
Set the PubMed accession number.
- Parameters
-
Definition at line 509 of file mmcif_info.hh.
Set the PubMed accession number.
- Parameters
-
Definition at line 509 of file mmcif_info.hh.
Set the title of a publication.
- Parameters
-
Definition at line 531 of file mmcif_info.hh.
Set the title of a publication.
- Parameters
-
Definition at line 531 of file mmcif_info.hh.
void SetVolume |
( |
String |
volume | ) |
|
|
inline |
void SetVolume |
( |
String |
volume | ) |
|
|
inline |
Set the year of a publication.
- Parameters
-
Definition at line 519 of file mmcif_info.hh.
Set the year of a publication.
- Parameters
-
Definition at line 519 of file mmcif_info.hh.
The documentation for this class was generated from the following files: