Rosetta
Namespaces | Typedefs
Parameter.fwd.hh File Reference

Owning pointers and whatnot for the class for holding a parameter for parametric backbone generation. More...

#include <utility/vector1.fwd.hh>
#include <utility/pointer/access_ptr.hh>
#include <utility/pointer/owning_ptr.hh>

Namespaces

 core
 A class for reading in the atom type properties.
 
 core::conformation
 
 core::conformation::parametric
 

Typedefs

typedef utility::pointer::weak_ptr< Parameter > core::conformation::parametric::ParameterAP
 
typedef utility::pointer::weak_ptr< Parameter const > core::conformation::parametric::ParameterCAP
 
typedef utility::pointer::shared_ptr< Parameter > core::conformation::parametric::ParameterOP
 
typedef utility::pointer::shared_ptr< Parameter const > core::conformation::parametric::ParameterCOP
 
typedef utility::vector1< ParameterOP > core::conformation::parametric::ParameterOPs
 
typedef utility::vector1< ParameterCOP > core::conformation::parametric::ParameterCOPs
 
typedef utility::vector1< ParameterCAP > core::conformation::parametric::ParameterCAPs
 

Detailed Description

Owning pointers and whatnot for the class for holding a parameter for parametric backbone generation.

Author
Vikram K. Mulligan (vmull.nosp@m.ig@u.nosp@m.w.edu)