ROOT  6.06/09
Reference Guide
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 fXMin = ValueType()
 
ValueType fYMin = ValueType()
 
ValueType fWidth = ValueType()
 
ValueType fHeight = ValueType()
 
ValueType fXMax = ValueType()
 
ValueType fYMax = ValueType()
 

#include <TGLPadUtils.h>

+ Collaboration diagram for Rgl::Pad::BoundingRect< ValueType >:

Member Data Documentation

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

Definition at line 229 of file TGLPadUtils.h.

Referenced by Rgl::Pad::FindBoundingRect().

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

Definition at line 228 of file TGLPadUtils.h.

Referenced by Rgl::Pad::FindBoundingRect().

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

Definition at line 231 of file TGLPadUtils.h.

Referenced by Rgl::Pad::FindBoundingRect().

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

Definition at line 226 of file TGLPadUtils.h.

Referenced by Rgl::Pad::FindBoundingRect().

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

Definition at line 232 of file TGLPadUtils.h.

Referenced by Rgl::Pad::FindBoundingRect().

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

Definition at line 227 of file TGLPadUtils.h.

Referenced by Rgl::Pad::FindBoundingRect().


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