#include <vectorterm.hh>
Inheritance diagram for RVLAlg::TernaryThresholdTerminator< Scalar >:
Public Member Functions | |
TernaryThresholdTerminator (FunctionObjectScalarRedn< Scalar > &tf, Vector< Scalar > &tx, Vector< Scalar > &ty, Vector< Scalar > &tz, Scalar ttol) | |
virtual bool | query () |
Protected Attributes | |
FunctionObjectScalarRedn< Scalar > & | f |
Vector< Scalar > & | x |
Vector< Scalar > & | y |
Vector< Scalar > & | z |
Scalar | tol |
STOP:
Definition at line 114 of file vectorterm.hh.
RVLAlg::TernaryThresholdTerminator< Scalar >::TernaryThresholdTerminator | ( | FunctionObjectScalarRedn< Scalar > & | tf, | |
Vector< Scalar > & | tx, | |||
Vector< Scalar > & | ty, | |||
Vector< Scalar > & | tz, | |||
Scalar | ttol | |||
) |
Definition at line 117 of file vectorterm.hh.
virtual bool RVLAlg::TernaryThresholdTerminator< Scalar >::query | ( | ) | [virtual] |
Implements RVLAlg::Terminator.
Definition at line 124 of file vectorterm.hh.
References RVLAlg::TernaryThresholdTerminator< Scalar >::f, RVL::ScalarRedn< Scalar >::getValue(), RVLAlg::TernaryThresholdTerminator< Scalar >::tol, RVLAlg::TernaryThresholdTerminator< Scalar >::x, RVLAlg::TernaryThresholdTerminator< Scalar >::y, and RVLAlg::TernaryThresholdTerminator< Scalar >::z.
FunctionObjectScalarRedn<Scalar>& RVLAlg::TernaryThresholdTerminator< Scalar >::f [protected] |
Definition at line 132 of file vectorterm.hh.
Referenced by RVLAlg::TernaryThresholdTerminator< Scalar >::query().
Vector<Scalar>& RVLAlg::TernaryThresholdTerminator< Scalar >::x [protected] |
Definition at line 133 of file vectorterm.hh.
Referenced by RVLAlg::TernaryThresholdTerminator< Scalar >::query().
Vector<Scalar>& RVLAlg::TernaryThresholdTerminator< Scalar >::y [protected] |
Definition at line 134 of file vectorterm.hh.
Referenced by RVLAlg::TernaryThresholdTerminator< Scalar >::query().
Vector<Scalar>& RVLAlg::TernaryThresholdTerminator< Scalar >::z [protected] |
Definition at line 135 of file vectorterm.hh.
Referenced by RVLAlg::TernaryThresholdTerminator< Scalar >::query().
Scalar RVLAlg::TernaryThresholdTerminator< Scalar >::tol [protected] |
Definition at line 136 of file vectorterm.hh.
Referenced by RVLAlg::TernaryThresholdTerminator< Scalar >::query().