#include <mmcif_info.hh>
|
enum | MMCifInfoCType {
JOURNAL,
BOOK,
UNKNOWN,
JOURNAL,
BOOK,
UNKNOWN
} |
|
enum | MMCifInfoCType {
JOURNAL,
BOOK,
UNKNOWN,
JOURNAL,
BOOK,
UNKNOWN
} |
|
Definition at line 393 of file mmcif_info.hh.
Enumerator |
---|
JOURNAL |
|
BOOK |
|
UNKNOWN |
|
JOURNAL |
|
BOOK |
|
UNKNOWN |
|
Definition at line 396 of file mmcif_info.hh.
Enumerator |
---|
JOURNAL |
|
BOOK |
|
UNKNOWN |
|
JOURNAL |
|
BOOK |
|
UNKNOWN |
|
Definition at line 396 of file mmcif_info.hh.
const std::vector<String>& GetAuthorList |
( |
| ) |
const |
|
inline |
Get the list of authors.
- Returns
- list
Definition at line 596 of file mmcif_info.hh.
const std::vector<String>& GetAuthorList |
( |
| ) |
const |
|
inline |
Get the list of authors.
- Returns
- list
Definition at line 596 of file mmcif_info.hh.
String GetBookPublisher |
( |
| ) |
const |
|
inline |
Get the publisher of a book.
- Returns
- publisher
Definition at line 482 of file mmcif_info.hh.
String GetBookPublisher |
( |
| ) |
const |
|
inline |
Get the publisher of a book.
- Returns
- publisher
Definition at line 482 of file mmcif_info.hh.
String GetBookPublisherCity |
( |
| ) |
const |
|
inline |
Get the publisher city of a book.
- Returns
- publisher_city
Definition at line 494 of file mmcif_info.hh.
String GetBookPublisherCity |
( |
| ) |
const |
|
inline |
Get the publisher city of a book.
- Returns
- publisher_city
Definition at line 494 of file mmcif_info.hh.
Get a CAS identifier.
- Returns
- CAS identifier
Definition at line 422 of file mmcif_info.hh.
Get a CAS identifier.
- Returns
- CAS identifier
Definition at line 422 of file mmcif_info.hh.
Get the type of a publication.
- Returns
- citation type
Definition at line 565 of file mmcif_info.hh.
Get the type of a publication.
- Returns
- citation type
Definition at line 565 of file mmcif_info.hh.
Get the DOI of a document.
- Returns
- DOI
Definition at line 506 of file mmcif_info.hh.
Get the DOI of a document.
- Returns
- DOI
Definition at line 506 of file mmcif_info.hh.
Get an ISBN code.
- Returns
- ISBN code
Definition at line 432 of file mmcif_info.hh.
Get an ISBN code.
- Returns
- ISBN code
Definition at line 432 of file mmcif_info.hh.
Get the start page of a publication.
- Returns
- first page
Definition at line 462 of file mmcif_info.hh.
Get the start page of a publication.
- Returns
- first page
Definition at line 462 of file mmcif_info.hh.
Get the last page of a publication.
- Returns
- last page
Definition at line 472 of file mmcif_info.hh.
Get the last page of a publication.
- Returns
- last page
Definition at line 472 of file mmcif_info.hh.
String GetPublishedIn |
( |
| ) |
const |
|
inline |
Get a book title or journal name.
- Returns
- title
Definition at line 442 of file mmcif_info.hh.
String GetPublishedIn |
( |
| ) |
const |
|
inline |
Get a book title or journal name.
- Returns
- title
Definition at line 442 of file mmcif_info.hh.
Get the PubMed accession number.
- Returns
- PubMed accession
Definition at line 516 of file mmcif_info.hh.
Get the PubMed accession number.
- Returns
- PubMed accession
Definition at line 516 of file mmcif_info.hh.
Get the title of a publication.
- Returns
- title
Definition at line 538 of file mmcif_info.hh.
Get the title of a publication.
- Returns
- title
Definition at line 538 of file mmcif_info.hh.
Get a journal volume.
- Returns
- volume
Definition at line 452 of file mmcif_info.hh.
Get a journal volume.
- Returns
- volume
Definition at line 452 of file mmcif_info.hh.
Get the year of a publication.
- Returns
- year
Definition at line 527 of file mmcif_info.hh.
Get the year of a publication.
- Returns
- year
Definition at line 527 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 577 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 577 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 570 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 570 of file mmcif_info.hh.
bool IsCitationTypeUnknown |
( |
| ) |
const |
|
inline |
Check if the citation type is unknow.
- Returns
- true or false
Definition at line 584 of file mmcif_info.hh.
bool IsCitationTypeUnknown |
( |
| ) |
const |
|
inline |
Check if the citation type is unknow.
- Returns
- true or false
Definition at line 584 of file mmcif_info.hh.
void SetAuthorList |
( |
std::vector< String > |
list | ) |
|
|
inline |
Set the list of authors.
- Parameters
-
Definition at line 591 of file mmcif_info.hh.
void SetAuthorList |
( |
std::vector< String > |
list | ) |
|
|
inline |
Set the list of authors.
- Parameters
-
Definition at line 591 of file mmcif_info.hh.
void SetBookPublisher |
( |
String |
publisher | ) |
|
|
inline |
Set the publisher for a book.
- Parameters
-
Definition at line 477 of file mmcif_info.hh.
void SetBookPublisher |
( |
String |
publisher | ) |
|
|
inline |
Set the publisher for a book.
- Parameters
-
Definition at line 477 of file mmcif_info.hh.
void SetBookPublisherCity |
( |
String |
publisher_city | ) |
|
|
inline |
Set the publisher city for a book.
- Parameters
-
Definition at line 487 of file mmcif_info.hh.
void SetBookPublisherCity |
( |
String |
publisher_city | ) |
|
|
inline |
Set the publisher city for a book.
- Parameters
-
Definition at line 487 of file mmcif_info.hh.
Set the type of a publication.
- Parameters
-
Definition at line 543 of file mmcif_info.hh.
Set the type of a publication.
- Parameters
-
Definition at line 543 of file mmcif_info.hh.
void SetCitationTypeBook |
( |
| ) |
|
|
inline |
Set the type of a publication to book.
Definition at line 553 of file mmcif_info.hh.
void SetCitationTypeBook |
( |
| ) |
|
|
inline |
Set the type of a publication to book.
Definition at line 553 of file mmcif_info.hh.
void SetCitationTypeJournal |
( |
| ) |
|
|
inline |
Set the type of a publication to journal.
Definition at line 548 of file mmcif_info.hh.
void SetCitationTypeJournal |
( |
| ) |
|
|
inline |
Set the type of a publication to journal.
Definition at line 548 of file mmcif_info.hh.
void SetCitationTypeUnknown |
( |
| ) |
|
|
inline |
Set the type of a publication to unknown.
Definition at line 558 of file mmcif_info.hh.
void SetCitationTypeUnknown |
( |
| ) |
|
|
inline |
Set the type of a publication to unknown.
Definition at line 558 of file mmcif_info.hh.
Set the DOI of a document.
- Parameters
-
Definition at line 501 of file mmcif_info.hh.
Set the DOI of a document.
- Parameters
-
Definition at line 501 of file mmcif_info.hh.
void SetPageFirst |
( |
String |
first | ) |
|
|
inline |
Set the start page for a publication.
- Parameters
-
Definition at line 457 of file mmcif_info.hh.
void SetPageFirst |
( |
String |
first | ) |
|
|
inline |
Set the start page for a publication.
- Parameters
-
Definition at line 457 of file mmcif_info.hh.
void SetPageLast |
( |
String |
last | ) |
|
|
inline |
Set the end page for a publication.
- Parameters
-
Definition at line 467 of file mmcif_info.hh.
void SetPageLast |
( |
String |
last | ) |
|
|
inline |
Set the end page for a publication.
- Parameters
-
Definition at line 467 of file mmcif_info.hh.
void SetPublishedIn |
( |
String |
title | ) |
|
|
inline |
Set a book title or journal name.
- Parameters
-
Definition at line 437 of file mmcif_info.hh.
void SetPublishedIn |
( |
String |
title | ) |
|
|
inline |
Set a book title or journal name.
- Parameters
-
Definition at line 437 of file mmcif_info.hh.
Set the PubMed accession number.
- Parameters
-
Definition at line 511 of file mmcif_info.hh.
Set the PubMed accession number.
- Parameters
-
Definition at line 511 of file mmcif_info.hh.
Set the title of a publication.
- Parameters
-
Definition at line 533 of file mmcif_info.hh.
Set the title of a publication.
- Parameters
-
Definition at line 533 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 521 of file mmcif_info.hh.
Set the year of a publication.
- Parameters
-
Definition at line 521 of file mmcif_info.hh.
The documentation for this class was generated from the following files: