Rosetta  2016.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Typedefs | Functions
_numeric__by_hand_ending.cc File Reference
#include "boost/python.hpp"
#include "numeric/xyzVector.hh"
#include "numeric/xyzTriple.hh"
#include "numeric/xyzMatrix.hh"
#include "numeric/types.hh"
#include "numeric/Quaternion.hh"
#include "numeric/EulerAngles.hh"
#include "numeric/BodyPosition.hh"
#include <numeric/io.hh>
#include <vector>

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 >
void instantiate_numeric_functions (std::string type_name)
 
template<class T >
void instantiate_real_numeric_containers (std::string type_name)
 
template<class T >
void instantiate_numeric_containers (std::string type_name)
 
void __numeric_by_hand_ending__ ()
 

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 __numeric_by_hand_ending__ ( )
template<class T >
void instantiate_numeric_containers ( std::string  type_name)

References test.T007_TracerIO::T.

template<class T >
void instantiate_numeric_functions ( std::string  type_name)
template<class T >
void instantiate_real_numeric_containers ( std::string  type_name)