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

#include <metadata.hpp>

Classes

struct  Strand
 

Public Member Functions

 Sheet ()=default
 
 Sheet (const std::string &sheet_id) noexcept
 

Public Attributes

std::string name
 
std::vector< Strandstrands
 

Detailed Description

Definition at line 343 of file metadata.hpp.

Constructor & Destructor Documentation

◆ Sheet() [1/2]

gemmi::Sheet::Sheet ( )
default

◆ Sheet() [2/2]

gemmi::Sheet::Sheet ( const std::string &  sheet_id)
inlineexplicitnoexcept

Definition at line 354 of file metadata.hpp.

Member Data Documentation

◆ name

std::string gemmi::Sheet::name

Definition at line 350 of file metadata.hpp.

◆ strands

std::vector<Strand> gemmi::Sheet::strands

Definition at line 351 of file metadata.hpp.


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