OGRE  1.12.12
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)
 
bool operator!= (const TRect &rhs) const
 
TRectoperator= (TRect const &o)
 
bool operator== (const TRect &rhs) const
 
void setNull ()
 
width () const
 

Public Attributes

bottom
 
left
 
right
 
top
 

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename T>
TRect& Ogre::TRect< T >::operator= ( TRect< T > const &  o)
inline
template<typename T>
T Ogre::TRect< T >::width ( ) const
inline
template<typename T>
T Ogre::TRect< T >::height ( ) const
inline
template<typename T>
bool Ogre::TRect< T >::isNull ( void  ) const
inline
template<typename T>
void Ogre::TRect< T >::setNull ( )
inline
template<typename T>
TRect& Ogre::TRect< T >::merge ( const TRect< T > &  rhs)
inline
template<typename T>
TRect Ogre::TRect< T >::intersect ( const TRect< T > &  rhs) const
inline
template<typename T>
bool Ogre::TRect< T >::operator== ( const TRect< T > &  rhs) const
inline
template<typename T>
bool Ogre::TRect< T >::operator!= ( const TRect< T > &  rhs) const
inline

Member Data Documentation


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