Logo ROOT   6.08/07
Reference Guide
List of all members | Public Attributes | List of all members
Rgl::Pad::BoundingRect< ValueType > Struct Template Reference

template<class ValueType>
struct Rgl::Pad::BoundingRect< ValueType >

Definition at line 225 of file TGLPadUtils.h.

Public Attributes

ValueType fHeight = ValueType()
 
ValueType fWidth = ValueType()
 
ValueType fXMax = ValueType()
 
ValueType fXMin = ValueType()
 
ValueType fYMax = ValueType()
 
ValueType fYMin = ValueType()
 

#include <TGLPadUtils.h>

Member Data Documentation

◆ fHeight

template<class ValueType>
ValueType Rgl::Pad::BoundingRect< ValueType >::fHeight = ValueType()

Definition at line 229 of file TGLPadUtils.h.

◆ fWidth

template<class ValueType>
ValueType Rgl::Pad::BoundingRect< ValueType >::fWidth = ValueType()

Definition at line 228 of file TGLPadUtils.h.

◆ fXMax

template<class ValueType>
ValueType Rgl::Pad::BoundingRect< ValueType >::fXMax = ValueType()

Definition at line 231 of file TGLPadUtils.h.

◆ fXMin

template<class ValueType>
ValueType Rgl::Pad::BoundingRect< ValueType >::fXMin = ValueType()

Definition at line 226 of file TGLPadUtils.h.

◆ fYMax

template<class ValueType>
ValueType Rgl::Pad::BoundingRect< ValueType >::fYMax = ValueType()

Definition at line 232 of file TGLPadUtils.h.

◆ fYMin

template<class ValueType>
ValueType Rgl::Pad::BoundingRect< ValueType >::fYMin = ValueType()

Definition at line 227 of file TGLPadUtils.h.


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