#include <CoordinateSelector.h>
A trivial implementation of AbsMultivariateFunctor which selects an element with a certain index from the input array
Definition at line 25 of file CoordinateSelector.h.
◆ CoordinateSelector() [1/2]
npstat::CoordinateSelector::CoordinateSelector |
( |
const unsigned |
i | ) |
|
|
inlineexplicit |
◆ ~CoordinateSelector()
npstat::CoordinateSelector::~CoordinateSelector |
( |
| ) |
|
|
inlineoverride |
◆ CoordinateSelector() [2/2]
npstat::CoordinateSelector::CoordinateSelector |
( |
| ) |
|
|
privatedelete |
◆ maxDim()
unsigned npstat::CoordinateSelector::maxDim |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ minDim()
unsigned npstat::CoordinateSelector::minDim |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ operator()()
double npstat::CoordinateSelector::operator() |
( |
const double * |
point, |
|
|
const unsigned |
dim |
|
) |
| const |
|
inlineoverridevirtual |
◆ index_
unsigned npstat::CoordinateSelector::index_ |
|
private |