votca 2024-dev
Loading...
Searching...
No Matches
Variables
votca::tools::topology_constants Namespace Reference

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.
 

Variable Documentation

◆ unassigned_bead_type

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.

◆ unassigned_element

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.

◆ unassigned_molecule_id

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.

◆ unassigned_molecule_type

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.

◆ unassigned_residue_id

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.

◆ unassigned_residue_type

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.