TR-mbed 1.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
TreeTest< Dim > Struct Template Reference

Public Types

typedef Matrix< double, Dim, 1 > VectorType
 
typedef std::vector< VectorType, aligned_allocator< VectorType > > VectorTypeList
 
typedef Ball< Dim > BallType
 
typedef std::vector< BallType, aligned_allocator< BallType > > BallTypeList
 
typedef AlignedBox< double, Dim > BoxType
 

Public Member Functions

void testIntersect1 ()
 
void testMinimize1 ()
 
void testIntersect2 ()
 
void testMinimize2 ()
 

Member Typedef Documentation

◆ BallType

template<int Dim>
typedef Ball<Dim> TreeTest< Dim >::BallType

◆ BallTypeList

template<int Dim>
typedef std::vector<BallType, aligned_allocator<BallType> > TreeTest< Dim >::BallTypeList

◆ BoxType

template<int Dim>
typedef AlignedBox<double, Dim> TreeTest< Dim >::BoxType

◆ VectorType

template<int Dim>
typedef Matrix<double, Dim, 1> TreeTest< Dim >::VectorType

◆ VectorTypeList

template<int Dim>
typedef std::vector<VectorType, aligned_allocator<VectorType> > TreeTest< Dim >::VectorTypeList

Member Function Documentation

◆ testIntersect1()

template<int Dim>
void TreeTest< Dim >::testIntersect1 ( )
inline

◆ testIntersect2()

template<int Dim>
void TreeTest< Dim >::testIntersect2 ( )
inline

◆ testMinimize1()

template<int Dim>
void TreeTest< Dim >::testMinimize1 ( )
inline

◆ testMinimize2()

template<int Dim>
void TreeTest< Dim >::testMinimize2 ( )
inline

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