Rosetta
Classes | Typedefs
protocols::chromophore Namespace Reference

Classes

class  ChromophoreDataReader
 
class  ReadResidueCoordinatesFromPDB
 re-reading residue's coordinates from a PDB file More...
 

Typedefs

using ChromophoreDataReaderOP = utility::pointer::shared_ptr< ChromophoreDataReader >
 
using ChromophoreDataReaderCOP = utility::pointer::shared_ptr< ChromophoreDataReader const >
 
using ReadResidueCoordinatesFromPDBOP = utility::pointer::shared_ptr< ReadResidueCoordinatesFromPDB >
 
using ReadResidueCoordinatesFromPDBCOP = utility::pointer::shared_ptr< ReadResidueCoordinatesFromPDB const >
 

Typedef Documentation

◆ ChromophoreDataReaderCOP

using protocols::chromophore::ChromophoreDataReaderCOP = typedef utility::pointer::shared_ptr< ChromophoreDataReader const >

◆ ChromophoreDataReaderOP

using protocols::chromophore::ChromophoreDataReaderOP = typedef utility::pointer::shared_ptr< ChromophoreDataReader >

◆ ReadResidueCoordinatesFromPDBCOP

using protocols::chromophore::ReadResidueCoordinatesFromPDBCOP = typedef utility::pointer::shared_ptr< ReadResidueCoordinatesFromPDB const >

◆ ReadResidueCoordinatesFromPDBOP