Gemmi C++ API
Loading...
Searching...
No Matches
Public Attributes | List of all members
gemmi::PdbReadOptions Struct Reference

options affecting how pdb file is read More...

#include <model.hpp>

Public Attributes

int max_line_length = 0
 
bool split_chain_on_ter = false
 
bool skip_remarks = false
 

Detailed Description

options affecting how pdb file is read

Definition at line 94 of file model.hpp.

Member Data Documentation

◆ max_line_length

int gemmi::PdbReadOptions::max_line_length = 0

Definition at line 95 of file model.hpp.

◆ split_chain_on_ter

bool gemmi::PdbReadOptions::split_chain_on_ter = false

Definition at line 96 of file model.hpp.

◆ skip_remarks

bool gemmi::PdbReadOptions::skip_remarks = false

Definition at line 97 of file model.hpp.


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