Rosetta
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
polynomial.fwd.hh
Go to the documentation of this file.
1 // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
2 // vi: set ts=2 noet:
3 //
4 // (c) Copyright Rosetta Commons Member Institutions.
5 // (c) This file is part of the Rosetta software suite and is made available under license.
6 // (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
7 // (c) For more information, see http://www.rosettacommons.org. Questions about this can be
8 // (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
9 
10 
11 /// @file numeric/polynomial.fwd.hh
12 /// @brief forward header for Polynomial class
13 /// @author Matthew O'Meara (mattjomeara@gmail.com)
14 
15 #ifndef INCLUDED_numeric_polynomial_fwd_hh
16 #define INCLUDED_numeric_polynomial_fwd_hh
17 
19 
20 namespace numeric {
21 
23 
24 typedef utility::pointer::shared_ptr< Polynomial_1d > Polynomial_1dOP;
25 typedef utility::pointer::shared_ptr< Polynomial_1d const > Polynomial_1dCOP;
26 
27 } //numeric
28 
29 #endif // INCLUDED_numeric_polynomial_FWD_HH
Non-owning access smart pointer – dispatch class.
utility::pointer::shared_ptr< Polynomial_1d const > Polynomial_1dCOP
utility::pointer::shared_ptr< Polynomial_1d > Polynomial_1dOP