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

Public Member Functions

 tls_selection_all ()
 
void collect_residues (cif::datablock &db, std::vector< tls_residue > &residues, size_t indentLevel) const override
 

Detailed Description

Definition at line 333 of file tls.cpp.

Constructor & Destructor Documentation

◆ tls_selection_all()

cif::tls_selection_all::tls_selection_all ( )
inline

Definition at line 335 of file tls.cpp.

335 {}

Member Function Documentation

◆ collect_residues()

void cif::tls_selection_all::collect_residues ( cif::datablock &  db,
std::vector< tls_residue > &  residues,
size_t  indentLevel 
) const
inlineoverride

Definition at line 337 of file tls.cpp.

338  {
339  for (auto &r : residues)
340  r.selected = true;
341 
342  if (cif::VERBOSE > 0)
343  {
344  std::cout << std::string(indentLevel * 2, ' ') << "ALL" << std::endl;
345  dump_selection(residues, indentLevel);
346  }
347  }
void dump_selection(const std::vector< tls_residue > &selected, size_t indentLevel)
Definition: tls.cpp:69
int VERBOSE
Definition: utilities.cpp:58

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