DGtal 1.4.0
Loading...
Searching...
No Matches
DGtal::Mesh< TPoint >::CompPoints Struct Reference

Public Member Functions

 CompPoints (typename TPoint::Dimension d)
 
bool operator() (const TPoint &p1, const TPoint &p2)
 

Data Fields

TPoint::Dimension myDim
 

Detailed Description

template<typename TPoint>
struct DGtal::Mesh< TPoint >::CompPoints

Definition at line 602 of file Mesh.h.

Constructor & Destructor Documentation

◆ CompPoints()

template<typename TPoint >
DGtal::Mesh< TPoint >::CompPoints::CompPoints ( typename TPoint::Dimension d)
inline

Definition at line 604 of file Mesh.h.

604: myDim(d){};
TPoint::Dimension myDim
Definition Mesh.h:606

Member Function Documentation

◆ operator()()

template<typename TPoint >
bool DGtal::Mesh< TPoint >::CompPoints::operator() ( const TPoint & p1,
const TPoint & p2 )
inline

Definition at line 605 of file Mesh.h.

605{return p1[myDim]<p2[myDim];};

References DGtal::Mesh< TPoint >::CompPoints::myDim.

Field Documentation

◆ myDim

template<typename TPoint >
TPoint::Dimension DGtal::Mesh< TPoint >::CompPoints::myDim

Definition at line 606 of file Mesh.h.

Referenced by DGtal::Mesh< TPoint >::CompPoints::operator()().


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