Pteros  2.0
Molecular modeling library for human beings!
pteros_dssp_wrapper.h
1 #pragma once
2 
3 #include "pteros/core/selection.h"
4 
5 namespace pteros {
6  void dssp_wrapper(Selection& sel, std::ostream &io);
7  std::string dssp_string(pteros::Selection& sel);
8 }
9 
pteros::Selection
Selection class.
Definition: selection.h:65