Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
anzu::Template< POINT > Class Template Reference

#include <pybind_wrapper_test.h>

Public Member Functions

POINT method_on_template_type (const POINT &point) const
 
Template< POINT > method_on_this (const POINT &point) const
 
double overload () const
 
double overload (const POINT &point) const
 
double overload (const Template< POINT > &other) const
 
POINT point () const
 
 Template (const POINT &point, double a=10)
 
 Template (const Template< POINT > &other)
 
template<typename OTHER_POINT >
double template_method (const OTHER_POINT &other) const
 

Static Public Member Functions

static Template< POINT > static_method (const Template< POINT > &other, double dummy)
 

Private Attributes

POINT point_
 

Detailed Description

template<class POINT>
class anzu::Template< POINT >

Definition at line 49 of file pybind_wrapper_test.h.

Constructor & Destructor Documentation

template<class POINT>
anzu::Template< POINT >::Template ( const POINT &  point,
double  a = 10 
)
inlineexplicit

Definition at line 51 of file pybind_wrapper_test.h.

template<class POINT>
anzu::Template< POINT >::Template ( const Template< POINT > &  other)
inline

Definition at line 52 of file pybind_wrapper_test.h.

Member Function Documentation

template<class POINT>
POINT anzu::Template< POINT >::method_on_template_type ( const POINT &  point) const
inline

Definition at line 64 of file pybind_wrapper_test.h.

template<class POINT>
Template<POINT> anzu::Template< POINT >::method_on_this ( const POINT &  point) const
inline

Definition at line 65 of file pybind_wrapper_test.h.

template<class POINT>
double anzu::Template< POINT >::overload ( ) const
inline

Definition at line 54 of file pybind_wrapper_test.h.

template<class POINT>
double anzu::Template< POINT >::overload ( const POINT &  point) const
inline

Definition at line 55 of file pybind_wrapper_test.h.

template<class POINT>
double anzu::Template< POINT >::overload ( const Template< POINT > &  other) const
inline

Definition at line 58 of file pybind_wrapper_test.h.

template<class POINT>
POINT anzu::Template< POINT >::point ( ) const
inline

Definition at line 62 of file pybind_wrapper_test.h.

template<class POINT>
static Template<POINT> anzu::Template< POINT >::static_method ( const Template< POINT > &  other,
double  dummy 
)
inlinestatic

Definition at line 67 of file pybind_wrapper_test.h.

template<class POINT>
template<typename OTHER_POINT >
double anzu::Template< POINT >::template_method ( const OTHER_POINT &  other) const
inline

Definition at line 73 of file pybind_wrapper_test.h.

Member Data Documentation

template<class POINT>
POINT anzu::Template< POINT >::point_
private

Definition at line 78 of file pybind_wrapper_test.h.


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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:58