MinMaxMixin< Derived, Eigen::Vector3f > Struct Template Reference

#include <ArmarXGui/libraries/RemoteGui/WidgetBuilder/Basic.h>

+ Inheritance diagram for MinMaxMixin< Derived, Eigen::Vector3f >:

Public Types

using Type = Eigen::Vector3f
 

Public Member Functions

Derived & max (std::array< Type, 1 > v)
 
Derived & max (Type max)
 
Derived & min (std::array< Type, 1 > v)
 
Derived & min (Type min)
 
template<class T0 , class T1 >
Derived & minmax (T0 lo, T1 hi)
 

Detailed Description

template<typename Derived>
struct armarx::RemoteGui::detail::MinMaxMixin< Derived, Eigen::Vector3f >

Definition at line 153 of file Basic.h.

Member Typedef Documentation

◆ Type

using Type = Eigen::Vector3f

Definition at line 155 of file Basic.h.

Member Function Documentation

◆ max() [1/2]

Derived& max ( std::array< Type, 1 >  v)
inline

Definition at line 174 of file Basic.h.

◆ max() [2/2]

Derived& max ( Type  max)
inline

Definition at line 168 of file Basic.h.

+ Here is the caller graph for this function:

◆ min() [1/2]

Derived& min ( std::array< Type, 1 >  v)
inline

Definition at line 163 of file Basic.h.

◆ min() [2/2]

Derived& min ( Type  min)
inline

Definition at line 157 of file Basic.h.

+ Here is the caller graph for this function:

◆ minmax()

Derived& minmax ( T0  lo,
T1  hi 
)
inline

Definition at line 180 of file Basic.h.


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