#include <PDB.h>
Static Public Attributes | |
static const bool | record_name = true |
static const bool | atom_serial_number = true |
static const bool | atom_name = true |
static const bool | alternate_location = false |
static const bool | residue_name = true |
static const bool | chain_identifier = false |
static const bool | residue_sequence_number = true |
static const bool | insertion_code = false |
static const bool | x = true |
static const bool | y = true |
static const bool | z = true |
static const bool | occupancy = true |
static const bool | temperature_factor = true |
static const bool | element = true |
static const bool | charge_str = false |
static const bool | model_number = true |
Default class to specify to ESBTL::PDB::Line_format which PDB fields of a coordinate line are mandatory.
const bool ESBTL::PDB::Mandatory_fields_default::alternate_location = false [static] |
const bool ESBTL::PDB::Mandatory_fields_default::atom_name = true [static] |
const bool ESBTL::PDB::Mandatory_fields_default::atom_serial_number = true [static] |
const bool ESBTL::PDB::Mandatory_fields_default::chain_identifier = false [static] |
const bool ESBTL::PDB::Mandatory_fields_default::charge_str = false [static] |
const bool ESBTL::PDB::Mandatory_fields_default::element = true [static] |
const bool ESBTL::PDB::Mandatory_fields_default::insertion_code = false [static] |
const bool ESBTL::PDB::Mandatory_fields_default::model_number = true [static] |
const bool ESBTL::PDB::Mandatory_fields_default::occupancy = true [static] |
const bool ESBTL::PDB::Mandatory_fields_default::record_name = true [static] |
const bool ESBTL::PDB::Mandatory_fields_default::residue_name = true [static] |
const bool ESBTL::PDB::Mandatory_fields_default::residue_sequence_number = true [static] |
const bool ESBTL::PDB::Mandatory_fields_default::temperature_factor = true [static] |
const bool ESBTL::PDB::Mandatory_fields_default::x = true [static] |
const bool ESBTL::PDB::Mandatory_fields_default::y = true [static] |
const bool ESBTL::PDB::Mandatory_fields_default::z = true [static] |