votca 2024.2-dev
|
Variables | |
const std::string | unassigned_element = "unassigned" |
Used to indicate that a valid element variable has not been assigned. | |
const std::string | unassigned_bead_type = "unassigned" |
Used to indicate that a valid bead type variable has not been assigned. | |
const std::string | unassigned_residue_type = "unassigned" |
Used to indicate that a valid residue type variable has not been assigned. | |
const std::string | unassigned_molecule_type = "unassigned" |
Used to indicate that a valid molecule type variable has not been assigned. | |
const Index | unassigned_residue_id = -1 |
Used to indicate a valid residue id has not been assigned. | |
const Index | unassigned_molecule_id = -1 |
Used to indicate a valid molecule id has not been assigned. | |
const std::string votca::tools::topology_constants::unassigned_bead_type = "unassigned" |
Used to indicate that a valid bead type variable has not been assigned.
Definition at line 70 of file constants.h.
const std::string votca::tools::topology_constants::unassigned_element = "unassigned" |
Used to indicate that a valid element variable has not been assigned.
Definition at line 67 of file constants.h.
const Index votca::tools::topology_constants::unassigned_molecule_id = -1 |
Used to indicate a valid molecule id has not been assigned.
Definition at line 82 of file constants.h.
const std::string votca::tools::topology_constants::unassigned_molecule_type = "unassigned" |
Used to indicate that a valid molecule type variable has not been assigned.
Definition at line 76 of file constants.h.
const Index votca::tools::topology_constants::unassigned_residue_id = -1 |
Used to indicate a valid residue id has not been assigned.
Definition at line 79 of file constants.h.
const std::string votca::tools::topology_constants::unassigned_residue_type = "unassigned" |
Used to indicate that a valid residue type variable has not been assigned.
Definition at line 73 of file constants.h.