PPL API Reference
Overview Core Algorithm Abstractions Utilities Parallel Methods
Modules Class Hierarchy Classes Functions
Todo List Bug List Dead Code
List of all members | Public Member Functions | Public Attributes
Filtration Struct Reference

Filtration function. More...

Public Member Functions

 Filtration (double _a)
 Set the minimum clearance to the given clearance value.
 
bool operator() (double _i)
 

Public Attributes

double m_min
 Minimum clearance.
 

Detailed Description

Filtration function.

Member Function Documentation

◆ operator()()

bool Filtration::operator() ( double  _i)

Compare the given clearance value to the minimum clearance.

Parameters
_ithe clearance to be compared to the minimum clearance.
Returns
true if the given clearance is smaller, false otherwise.

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