Xmipp  v3.23.11-Nereus
Public Member Functions | List of all members
cif::pdb::XPLOR_Remark3Parser Class Reference
Inheritance diagram for cif::pdb::XPLOR_Remark3Parser:
Inheritance graph
[legend]
Collaboration diagram for cif::pdb::XPLOR_Remark3Parser:
Collaboration graph
[legend]

Public Member Functions

 XPLOR_Remark3Parser (const std::string &name, const std::string &expMethod, PDBRecord *r, cif::datablock &db)
 

Detailed Description

Definition at line 951 of file pdb2cif_remark_3.cpp.

Constructor & Destructor Documentation

◆ XPLOR_Remark3Parser()

cif::pdb::XPLOR_Remark3Parser::XPLOR_Remark3Parser ( const std::string &  name,
const std::string &  expMethod,
PDBRecord *  r,
cif::datablock &  db 
)
inline

Definition at line 954 of file pdb2cif_remark_3.cpp.

955  : Remark3Parser(name, expMethod, r, db, kXPLOR_Template, sizeof(kXPLOR_Template) / sizeof(TemplateLine),
956  std::regex(R"((X-PLOR)(?: (\d+(?:\.\d+)?))?)"))
957  {
958  }
const TemplateLine kXPLOR_Template[]

The documentation for this class was generated from the following file: