#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.
◆ MMCifInfoCType [1/2]
Enumerator |
---|
JOURNAL | |
BOOK | |
UNKNOWN | |
JOURNAL | |
BOOK | |
UNKNOWN | |
Definition at line 396 of file mmcif_info.hh.
◆ MMCifInfoCType [2/2]
Enumerator |
---|
JOURNAL | |
BOOK | |
UNKNOWN | |
JOURNAL | |
BOOK | |
UNKNOWN | |
Definition at line 396 of file mmcif_info.hh.
◆ MMCifInfoCitation() [1/2]
◆ MMCifInfoCitation() [2/2]
◆ GetAuthorList() [1/2]
const std::vector<String>& GetAuthorList |
( |
| ) |
const |
|
inline |
Get the list of authors.
- Returns
- list
Definition at line 596 of file mmcif_info.hh.
◆ GetAuthorList() [2/2]
const std::vector<String>& GetAuthorList |
( |
| ) |
const |
|
inline |
Get the list of authors.
- Returns
- list
Definition at line 596 of file mmcif_info.hh.
◆ GetBookPublisher() [1/2]
String GetBookPublisher |
( |
| ) |
const |
|
inline |
Get the publisher of a book.
- Returns
- publisher
Definition at line 482 of file mmcif_info.hh.
◆ GetBookPublisher() [2/2]
String GetBookPublisher |
( |
| ) |
const |
|
inline |
Get the publisher of a book.
- Returns
- publisher
Definition at line 482 of file mmcif_info.hh.
◆ GetBookPublisherCity() [1/2]
String GetBookPublisherCity |
( |
| ) |
const |
|
inline |
Get the publisher city of a book.
- Returns
- publisher_city
Definition at line 494 of file mmcif_info.hh.
◆ GetBookPublisherCity() [2/2]
String GetBookPublisherCity |
( |
| ) |
const |
|
inline |
Get the publisher city of a book.
- Returns
- publisher_city
Definition at line 494 of file mmcif_info.hh.
◆ GetCAS() [1/2]
Get a CAS identifier.
- Returns
- CAS identifier
Definition at line 422 of file mmcif_info.hh.
◆ GetCAS() [2/2]
Get a CAS identifier.
- Returns
- CAS identifier
Definition at line 422 of file mmcif_info.hh.
◆ GetCitationType() [1/2]
Get the type of a publication.
- Returns
- citation type
Definition at line 565 of file mmcif_info.hh.
◆ GetCitationType() [2/2]
Get the type of a publication.
- Returns
- citation type
Definition at line 565 of file mmcif_info.hh.
◆ GetDOI() [1/2]
Get the DOI of a document.
- Returns
- DOI
Definition at line 506 of file mmcif_info.hh.
◆ GetDOI() [2/2]
Get the DOI of a document.
- Returns
- DOI
Definition at line 506 of file mmcif_info.hh.
◆ GetID() [1/2]
◆ GetID() [2/2]
◆ GetISBN() [1/2]
Get an ISBN code.
- Returns
- ISBN code
Definition at line 432 of file mmcif_info.hh.
◆ GetISBN() [2/2]
Get an ISBN code.
- Returns
- ISBN code
Definition at line 432 of file mmcif_info.hh.
◆ GetPageFirst() [1/2]
Get the start page of a publication.
- Returns
- first page
Definition at line 462 of file mmcif_info.hh.
◆ GetPageFirst() [2/2]
Get the start page of a publication.
- Returns
- first page
Definition at line 462 of file mmcif_info.hh.
◆ GetPageLast() [1/2]
Get the last page of a publication.
- Returns
- last page
Definition at line 472 of file mmcif_info.hh.
◆ GetPageLast() [2/2]
Get the last page of a publication.
- Returns
- last page
Definition at line 472 of file mmcif_info.hh.
◆ GetPublishedIn() [1/2]
String GetPublishedIn |
( |
| ) |
const |
|
inline |
Get a book title or journal name.
- Returns
- title
Definition at line 442 of file mmcif_info.hh.
◆ GetPublishedIn() [2/2]
String GetPublishedIn |
( |
| ) |
const |
|
inline |
Get a book title or journal name.
- Returns
- title
Definition at line 442 of file mmcif_info.hh.
◆ GetPubMed() [1/2]
Get the PubMed accession number.
- Returns
- PubMed accession
Definition at line 516 of file mmcif_info.hh.
◆ GetPubMed() [2/2]
Get the PubMed accession number.
- Returns
- PubMed accession
Definition at line 516 of file mmcif_info.hh.
◆ GetTitle() [1/2]
Get the title of a publication.
- Returns
- title
Definition at line 538 of file mmcif_info.hh.
◆ GetTitle() [2/2]
Get the title of a publication.
- Returns
- title
Definition at line 538 of file mmcif_info.hh.
◆ GetVolume() [1/2]
Get a journal volume.
- Returns
- volume
Definition at line 452 of file mmcif_info.hh.
◆ GetVolume() [2/2]
Get a journal volume.
- Returns
- volume
Definition at line 452 of file mmcif_info.hh.
◆ GetYear() [1/2]
Get the year of a publication.
- Returns
- year
Definition at line 527 of file mmcif_info.hh.
◆ GetYear() [2/2]
Get the year of a publication.
- Returns
- year
Definition at line 527 of file mmcif_info.hh.
◆ IsCitationTypeBook() [1/2]
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.
◆ IsCitationTypeBook() [2/2]
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.
◆ IsCitationTypeJournal() [1/2]
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.
◆ IsCitationTypeJournal() [2/2]
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.
◆ IsCitationTypeUnknown() [1/2]
bool IsCitationTypeUnknown |
( |
| ) |
const |
|
inline |
Check if the citation type is unknow.
- Returns
- true or false
Definition at line 584 of file mmcif_info.hh.
◆ IsCitationTypeUnknown() [2/2]
bool IsCitationTypeUnknown |
( |
| ) |
const |
|
inline |
Check if the citation type is unknow.
- Returns
- true or false
Definition at line 584 of file mmcif_info.hh.
◆ operator!=() [1/2]
◆ operator!=() [2/2]
◆ operator==() [1/2]
◆ operator==() [2/2]
◆ SetAuthorList() [1/2]
void SetAuthorList |
( |
std::vector< String > |
list | ) |
|
|
inline |
Set the list of authors.
- Parameters
-
Definition at line 591 of file mmcif_info.hh.
◆ SetAuthorList() [2/2]
void SetAuthorList |
( |
std::vector< String > |
list | ) |
|
|
inline |
Set the list of authors.
- Parameters
-
Definition at line 591 of file mmcif_info.hh.
◆ SetBookPublisher() [1/2]
void SetBookPublisher |
( |
String |
publisher | ) |
|
|
inline |
Set the publisher for a book.
- Parameters
-
Definition at line 477 of file mmcif_info.hh.
◆ SetBookPublisher() [2/2]
void SetBookPublisher |
( |
String |
publisher | ) |
|
|
inline |
Set the publisher for a book.
- Parameters
-
Definition at line 477 of file mmcif_info.hh.
◆ SetBookPublisherCity() [1/2]
void SetBookPublisherCity |
( |
String |
publisher_city | ) |
|
|
inline |
Set the publisher city for a book.
- Parameters
-
Definition at line 487 of file mmcif_info.hh.
◆ SetBookPublisherCity() [2/2]
void SetBookPublisherCity |
( |
String |
publisher_city | ) |
|
|
inline |
Set the publisher city for a book.
- Parameters
-
Definition at line 487 of file mmcif_info.hh.
◆ SetCAS() [1/2]
◆ SetCAS() [2/2]
◆ SetCitationType() [1/2]
Set the type of a publication.
- Parameters
-
Definition at line 543 of file mmcif_info.hh.
◆ SetCitationType() [2/2]
Set the type of a publication.
- Parameters
-
Definition at line 543 of file mmcif_info.hh.
◆ SetCitationTypeBook() [1/2]
void SetCitationTypeBook |
( |
| ) |
|
|
inline |
Set the type of a publication to book.
Definition at line 553 of file mmcif_info.hh.
◆ SetCitationTypeBook() [2/2]
void SetCitationTypeBook |
( |
| ) |
|
|
inline |
Set the type of a publication to book.
Definition at line 553 of file mmcif_info.hh.
◆ SetCitationTypeJournal() [1/2]
void SetCitationTypeJournal |
( |
| ) |
|
|
inline |
Set the type of a publication to journal.
Definition at line 548 of file mmcif_info.hh.
◆ SetCitationTypeJournal() [2/2]
void SetCitationTypeJournal |
( |
| ) |
|
|
inline |
Set the type of a publication to journal.
Definition at line 548 of file mmcif_info.hh.
◆ SetCitationTypeUnknown() [1/2]
void SetCitationTypeUnknown |
( |
| ) |
|
|
inline |
Set the type of a publication to unknown.
Definition at line 558 of file mmcif_info.hh.
◆ SetCitationTypeUnknown() [2/2]
void SetCitationTypeUnknown |
( |
| ) |
|
|
inline |
Set the type of a publication to unknown.
Definition at line 558 of file mmcif_info.hh.
◆ SetDOI() [1/2]
Set the DOI of a document.
- Parameters
-
Definition at line 501 of file mmcif_info.hh.
◆ SetDOI() [2/2]
Set the DOI of a document.
- Parameters
-
Definition at line 501 of file mmcif_info.hh.
◆ SetID() [1/2]
◆ SetID() [2/2]
◆ SetISBN() [1/2]
◆ SetISBN() [2/2]
◆ SetPageFirst() [1/2]
void SetPageFirst |
( |
String |
first | ) |
|
|
inline |
Set the start page for a publication.
- Parameters
-
Definition at line 457 of file mmcif_info.hh.
◆ SetPageFirst() [2/2]
void SetPageFirst |
( |
String |
first | ) |
|
|
inline |
Set the start page for a publication.
- Parameters
-
Definition at line 457 of file mmcif_info.hh.
◆ SetPageLast() [1/2]
void SetPageLast |
( |
String |
last | ) |
|
|
inline |
Set the end page for a publication.
- Parameters
-
Definition at line 467 of file mmcif_info.hh.
◆ SetPageLast() [2/2]
void SetPageLast |
( |
String |
last | ) |
|
|
inline |
Set the end page for a publication.
- Parameters
-
Definition at line 467 of file mmcif_info.hh.
◆ SetPublishedIn() [1/2]
void SetPublishedIn |
( |
String |
title | ) |
|
|
inline |
Set a book title or journal name.
- Parameters
-
Definition at line 437 of file mmcif_info.hh.
◆ SetPublishedIn() [2/2]
void SetPublishedIn |
( |
String |
title | ) |
|
|
inline |
Set a book title or journal name.
- Parameters
-
Definition at line 437 of file mmcif_info.hh.
◆ SetPubMed() [1/2]
Set the PubMed accession number.
- Parameters
-
Definition at line 511 of file mmcif_info.hh.
◆ SetPubMed() [2/2]
Set the PubMed accession number.
- Parameters
-
Definition at line 511 of file mmcif_info.hh.
◆ SetTitle() [1/2]
Set the title of a publication.
- Parameters
-
Definition at line 533 of file mmcif_info.hh.
◆ SetTitle() [2/2]
Set the title of a publication.
- Parameters
-
Definition at line 533 of file mmcif_info.hh.
◆ SetVolume() [1/2]
void SetVolume |
( |
String |
volume | ) |
|
|
inline |
◆ SetVolume() [2/2]
void SetVolume |
( |
String |
volume | ) |
|
|
inline |
◆ SetYear() [1/2]
Set the year of a publication.
- Parameters
-
Definition at line 521 of file mmcif_info.hh.
◆ SetYear() [2/2]
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 file: