DGtal 1.3.0
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
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 590 of file Mesh.h.

Constructor & Destructor Documentation

◆ CompPoints()

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

Definition at line 592 of file Mesh.h.

592: myDim(d){};
TPoint::Dimension myDim
Definition: Mesh.h:594

Member Function Documentation

◆ operator()()

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

Definition at line 593 of file Mesh.h.

593{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 594 of file Mesh.h.

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


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