Loading [MathJax]/extensions/MathMenu.js
DGtal 2.0.0
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){};
Aim: This class is defined to represent a surface mesh through a set of vertices and faces....
Definition Mesh.h:92
TPoint::Dimension myDim
Definition Mesh.h:606

References myDim.

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 myDim.

Field Documentation

◆ myDim

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

Definition at line 606 of file Mesh.h.

Referenced by CompPoints(), and operator()().


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