OGRE-Next  2.3
Object-Oriented Graphics Rendering Engine
Ogre::TRect< T > Struct Template Reference

#include <OgreCommon.h>

Public Member Functions

 TRect ()
 
 TRect (T const &l, T const &t, T const &r, T const &b)
 
 TRect (TRect const &o)
 
height () const
 
TRect intersect (const TRect &rhs) const
 
bool isNull () const
 
TRectmerge (const TRect &rhs)
 
TRectoperator= (TRect const &o)
 
void setNull ()
 
width () const
 

Public Attributes

bottom
 
left
 
right
 
top
 

Constructor & Destructor Documentation

◆ TRect() [1/3]

template<typename T >
Ogre::TRect< T >::TRect ( )
inline

◆ TRect() [2/3]

template<typename T >
Ogre::TRect< T >::TRect ( T const &  l,
T const &  t,
T const &  r,
T const &  b 
)
inline

◆ TRect() [3/3]

template<typename T >
Ogre::TRect< T >::TRect ( TRect< T > const &  o)
inline

Member Function Documentation

◆ height()

template<typename T >
T Ogre::TRect< T >::height ( ) const
inline

◆ intersect()

template<typename T >
TRect Ogre::TRect< T >::intersect ( const TRect< T > &  rhs) const
inline

◆ isNull()

template<typename T >
bool Ogre::TRect< T >::isNull ( ) const
inline

◆ merge()

template<typename T >
TRect& Ogre::TRect< T >::merge ( const TRect< T > &  rhs)
inline

◆ operator=()

template<typename T >
TRect& Ogre::TRect< T >::operator= ( TRect< T > const &  o)
inline

◆ setNull()

template<typename T >
void Ogre::TRect< T >::setNull ( )
inline

◆ width()

template<typename T >
T Ogre::TRect< T >::width ( ) const
inline

Member Data Documentation

◆ bottom

◆ left

◆ right

◆ top


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