Template Class FormWidget< T, typename std::is_floating_point< T >::type >

Inheritance Relationships

Base Type

Class Documentation

template <typename T>
template<>
class nanogui::detail::FormWidget<T, typename std::is_floating_point<T>::type>

A specialization for adding a FloatBox to a FormHelper.

Template Parameters
  • T: The floating point type being used for the FloatBox.

Inherits from nanogui::FloatBox< T >

Public Functions

FormWidget(Widget *p)

Creates a new FormWidget with underlying type FloatBox.