along Struct Reference

#include <bcell3d_algebraic_curve.hpp>

List of all members.

Public Member Functions

Public Attributes


Detailed Description

template<class C, class V = default_env>
struct mmx::shape::bcell3d_algebraic_curve< C, V >::along

Definition at line 76 of file bcell3d_algebraic_curve.hpp.


Constructor & Destructor Documentation

along ( int  i  )  [inline]

Definition at line 78 of file bcell3d_algebraic_curve.hpp.

00078 :m_dir(i) {}


Member Function Documentation

bool operator() ( Point p1,
Point p2 
) [inline]

Definition at line 79 of file bcell3d_algebraic_curve.hpp.

References along::m_dir.

00079                                             {
00080         return (*p1)[m_dir]<(*p2)[m_dir];
00081       }


Member Data Documentation

int m_dir

Definition at line 77 of file bcell3d_algebraic_curve.hpp.

Referenced by along::operator()().


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

Generated on 6 Dec 2012 for shape by  doxygen 1.6.1