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

Public Member Functions

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

Detailed Description

Definition at line 814 of file pdb2cif_remark_3.cpp.

Constructor & Destructor Documentation

◆ SHELXL_Remark3Parser()

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

Definition at line 817 of file pdb2cif_remark_3.cpp.

818  : Remark3Parser(name, expMethod, r, db, kSHELXL_Template, sizeof(kSHELXL_Template) / sizeof(TemplateLine),
819  std::regex(R"((SHELXL)(?:-(\d+(?:\..+)?)))"))
820  {
821  }
const TemplateLine kSHELXL_Template[]

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