Rosetta  2016.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Typedefs | Functions
_fragment__by_hand_beginning.cc File Reference
#include "boost/python.hpp"
#include "utility/vector1.hh"
#include "utility/pointer/owning_ptr.hh"
#include <core/fragment/FragID.hh>
#include <core/fragment/FragData.hh>
#include <core/types.hh>
#include <numeric/xyzVector.hh>
#include <numeric/xyzVector.io.hh>
#include <utility/stream_util.hh>
#include <ostream>
#include <set>
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
#include <boost/python/suite/indexing/map_indexing_suite.hpp>

Typedefs

typedef
bp::return_value_policy
< bp::reference_existing_object > 
CP_REF
 
typedef
bp::return_value_policy
< bp::copy_const_reference > 
CP_CCR
 
typedef
bp::return_value_policy
< bp::copy_non_const_reference > 
CP_CNCR
 

Functions

template<class T >
std::string vector1_repr (utility::vector1< T > const &v)
 
template<class TT >
void vector1_set (vector1< TT > &v, core::Size const &i, TT const &val)
 
template<class TT >
core::Size vector1_len (vector1< TT > &v)
 
template<class TT >
std::string vector1_str (vector1< TT > &v)
 
template<class TT >
vector1< TT >::iterator vector1_begin (vector1< TT > &v)
 
template<class TT >
vector1< TT >::iterator vector1_end (vector1< TT > &v)
 
template<class TT >
void vector1_reserve (vector1< TT > &v, core::Size n)
 
template<class TT >
void vector1_resize (vector1< TT > &v, core::Size n)
 
template<class Htype , class CP , class CP_const >
void wrap_vector1 (char *name)
 
void __fragment_by_hand_beginning__ ()
 

Typedef Documentation

typedef bp::return_value_policy< bp::copy_const_reference > CP_CCR
typedef bp::return_value_policy< bp::copy_non_const_reference > CP_CNCR
typedef bp::return_value_policy< bp::reference_existing_object > CP_REF

Function Documentation

void __fragment_by_hand_beginning__ ( )
template<class TT >
vector1<TT>::iterator vector1_begin ( vector1< TT > &  v)
inline
template<class TT >
vector1<TT>::iterator vector1_end ( vector1< TT > &  v)
inline
template<class TT >
core::Size vector1_len ( vector1< TT > &  v)
inline
template<class T >
std::string vector1_repr ( utility::vector1< T > const &  v)
template<class TT >
void vector1_reserve ( vector1< TT > &  v,
core::Size  n 
)
inline
template<class TT >
void vector1_resize ( vector1< TT > &  v,
core::Size  n 
)
inline
template<class TT >
void vector1_set ( vector1< TT > &  v,
core::Size const &  i,
TT const &  val 
)
inline
template<class TT >
std::string vector1_str ( vector1< TT > &  v)
inline
template<class Htype , class CP , class CP_const >
void wrap_vector1 ( char *  name)