Rosetta
Public Member Functions | Public Attributes | List of all members
protocols::ptm_prediction::PTMPredictionTensorflowProtocol Class Reference

Analyze a given residue or residues in a pose, returning an modifcation probability (ranging from 0 to 1). More...

#include <PTMPredictionTensorflowProtocol.hh>

Inheritance diagram for protocols::ptm_prediction::PTMPredictionTensorflowProtocol:
Inheritance graph
[legend]

Public Member Functions

 PTMPredictionTensorflowProtocol ()
 Default constructor. More...
 
 PTMPredictionTensorflowProtocol (PTMPredictionTensorflowProtocol const &src)
 Copy constructor. More...
 
 ~PTMPredictionTensorflowProtocol () override
 Destructor. More...
 
basic::tensorflow_manager::RosettaTensorflowProtocolBaseOP clone () const override
 Clone operation: make a copy of this object, and return an owning pointer to the copy. More...
 
std::string name () const override
 Get the name of this protocol. More...
 
 PTMPredictionTensorflowProtocol (std::string path)
 constructor with path to model. More...
 
- Public Member Functions inherited from protocols::ptm_prediction::PTMPredictionTensorflowProtocolBase
 PTMPredictionTensorflowProtocolBase ()=default
 Default constructor. More...
 
 PTMPredictionTensorflowProtocolBase (PTMPredictionTensorflowProtocolBase const &)=default
 Copy constructor. More...
 
 ~PTMPredictionTensorflowProtocolBase () override
 Destructor. More...
 

Public Attributes

std::string path_to_model
 path to the model More...
 

Additional Inherited Members

- Static Public Member Functions inherited from protocols::ptm_prediction::PTMPredictionTensorflowProtocolBase
static utility::vector1< core::Sizeget_selected_residues (core::select::residue_selector::ResidueSubset const &selected)
 Given a selection, return a vector of selected indices. More...
 

Detailed Description

Analyze a given residue or residues in a pose, returning an modifcation probability (ranging from 0 to 1).

Author
Moritz Ertelt (morit.nosp@m.z.er.nosp@m.telt@.nosp@m.goog.nosp@m.lemai.nosp@m.l.co.nosp@m.m)

Constructor & Destructor Documentation

◆ PTMPredictionTensorflowProtocol() [1/3]

protocols::ptm_prediction::PTMPredictionTensorflowProtocol::PTMPredictionTensorflowProtocol ( )

Default constructor.

◆ PTMPredictionTensorflowProtocol() [2/3]

protocols::ptm_prediction::PTMPredictionTensorflowProtocol::PTMPredictionTensorflowProtocol ( PTMPredictionTensorflowProtocol const &  src)
default

Copy constructor.

Copy constructor. Keep default unless deep copying is needed (and in that case, consider using DeepCopyOPs.)

◆ ~PTMPredictionTensorflowProtocol()

protocols::ptm_prediction::PTMPredictionTensorflowProtocol::~PTMPredictionTensorflowProtocol ( )
override

Destructor.

◆ PTMPredictionTensorflowProtocol() [3/3]

protocols::ptm_prediction::PTMPredictionTensorflowProtocol::PTMPredictionTensorflowProtocol ( std::string  path)

constructor with path to model.

constructor with file path

Member Function Documentation

◆ clone()

basic::tensorflow_manager::RosettaTensorflowProtocolBaseOP protocols::ptm_prediction::PTMPredictionTensorflowProtocol::clone ( ) const
override

Clone operation: make a copy of this object, and return an owning pointer to the copy.

◆ name()

std::string protocols::ptm_prediction::PTMPredictionTensorflowProtocol::name ( ) const
override

Get the name of this protocol.

Member Data Documentation

◆ path_to_model

std::string protocols::ptm_prediction::PTMPredictionTensorflowProtocol::path_to_model

path to the model


The documentation for this class was generated from the following files: