#include <esve/components/dim4/Report_Min_Z.hxx>
Inheritance diagram for esve::components::dim4::Report_Min_Z< T_Frame >:

Public Member Functions | |
| Report_Min_Z () | |
| Default Constructor. | |
| template<typename T_Arg> | Report_Min_Z (T_Arg &) |
| Construct T_Frame with an arbitrary argument. | |
| template<typename T_Arg> | Report_Min_Z (const T_Arg &) |
| Construct T_Frame with an arbitrary argument. | |
| types::real | min_z () const |
| The minimum z-value being reported. | |
| types::real | initial_min_z () const |
| Optimize by setting an initial minimum. min_z() will never be greater than this value. | |
| void | initial_min_z (types::real a) |
| Optimize by setting an initial minimum. min_z() will never be greater than this value. | |
Protected Member Functions | |
| void | apply_transform () |
| Base class override. | |
1.3.4