rheolef  6.3
Public Types | Public Member Functions | List of all members
rheolef::pt2_t< T > Struct Template Reference

#include <point_util.h>

Public Types

typedef std::pair< point_basic
< T >, point_basic< T > > 
base

Public Member Functions

 pt2_t ()
 pt2_t (const point_basic< T > &x, const point_basic< T > &y)
template<class Archive >
void serialize (Archive &ar, const unsigned int version)

Detailed Description

template<class T>
struct rheolef::pt2_t< T >

Definition at line 52 of file point_util.h.

Member Typedef Documentation

template<class T>
typedef std::pair<point_basic<T>,point_basic<T> > rheolef::pt2_t< T >::base

Definition at line 53 of file point_util.h.

Constructor & Destructor Documentation

template<class T>
rheolef::pt2_t< T >::pt2_t ( )
inline

Definition at line 54 of file point_util.h.

template<class T>
rheolef::pt2_t< T >::pt2_t ( const point_basic< T > &  x,
const point_basic< T > &  y 
)
inline

Definition at line 55 of file point_util.h.

Member Function Documentation

template<class T>
template<class Archive >
void rheolef::pt2_t< T >::serialize ( Archive &  ar,
const unsigned int  version 
)
inline

Definition at line 57 of file point_util.h.


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