MMTF-C++
The C++ language MMTF libraries
 All Data Structures Namespaces Files Functions Variables Macros
mmtf::BioAssembly Struct Reference

Data store for the biological assembly annotation. More...

#include <structure_data.hpp>

Public Member Functions

bool operator== (BioAssembly const &c) const
 
 MSGPACK_DEFINE_MAP (transformList, name)
 

Data Fields

std::vector< TransformtransformList
 
std::string name
 

Detailed Description

Data store for the biological assembly annotation.

https://github.com/rcsb/mmtf/blob/HEAD/spec.md#bioassemblylist

Member Function Documentation

mmtf::BioAssembly::MSGPACK_DEFINE_MAP ( transformList  ,
name   
)
bool mmtf::BioAssembly::operator== ( BioAssembly const &  c) const
inline

Field Documentation

std::string mmtf::BioAssembly::name
std::vector<Transform> mmtf::BioAssembly::transformList

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