Public Member Functions
bvgl_point_3d_cmp< T > Class Template Reference

A comparison functor for vgl_point_3d's. Needed to create a vcl_set of vgl_point_3d<int>'s. More...

#include <bvgl_point_3d_cmp.h>

List of all members.

Public Member Functions

 bvgl_point_3d_cmp ()
bool operator() (vgl_point_3d< T > const &v0, vgl_point_3d< T > const &v1) const

Detailed Description

template<class T>
class bvgl_point_3d_cmp< T >

A comparison functor for vgl_point_3d's. Needed to create a vcl_set of vgl_point_3d<int>'s.

Definition at line 20 of file bvgl_point_3d_cmp.h.


Constructor & Destructor Documentation

template<class T >
bvgl_point_3d_cmp< T >::bvgl_point_3d_cmp ( ) [inline]

Definition at line 23 of file bvgl_point_3d_cmp.h.


Member Function Documentation

template<class T >
bool bvgl_point_3d_cmp< T >::operator() ( vgl_point_3d< T > const &  v0,
vgl_point_3d< T > const &  v1 
) const [inline]

Definition at line 25 of file bvgl_point_3d_cmp.h.


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