Loading...
Searching...
No Matches
Public Member Functions | List of all members
bitpit::Vertex::Less Struct Reference

#include <vertex.hpp>

Public Member Functions

 Less (double tolerance)
 
bool operator() (const std::array< double, 3 > &coords_1, const std::array< double, 3 > &coords_2) const
 
bool operator() (const Vertex &vertex_1, const Vertex &vertex_2) const
 
bool operator() (const Vertex *vertex_1, const Vertex *vertex_2) const
 

Detailed Description

Functional for comparing the position of two vertices.

Definition at line 59 of file vertex.hpp.

Constructor & Destructor Documentation

◆ Less()

bitpit::Vertex::Less::Less ( double tolerance)
inline

Definition at line 61 of file vertex.hpp.

Member Function Documentation

◆ operator()() [1/3]

bool bitpit::Vertex::Less::operator() ( const std::array< double, 3 > & coords_1,
const std::array< double, 3 > & coords_2 ) const
inline

Definition at line 76 of file vertex.hpp.

◆ operator()() [2/3]

bool bitpit::Vertex::Less::operator() ( const Vertex & vertex_1,
const Vertex & vertex_2 ) const
inline

Definition at line 66 of file vertex.hpp.

◆ operator()() [3/3]

bool bitpit::Vertex::Less::operator() ( const Vertex * vertex_1,
const Vertex * vertex_2 ) const
inline

Definition at line 71 of file vertex.hpp.


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