vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CacheInfo Class Reference

Trida pro drzeni informaci o polozce v Cache. More...

#include <Cache.h>

Public Member Functions

 CacheInfo ()
 
 CacheInfo (osg::ref_ptr< EnvironmentObject > _eo, osg::Vec3 _position, osg::Timer_t _timestamp, ModelType _modelType)
 
 ~CacheInfo ()
 
bool operator== (const CacheInfo &ci2) const
 
bool operator!= (const CacheInfo &ci2) const
 

Public Attributes

osg::ref_ptr< EnvironmentObjecteo
 data objektu More...
 
osg::Vec3 position
 pozice avatara pri vlozeni objektu do cache More...
 
osg::Timer_t timestamp
 cas pri vlozeni objektu do cache More...
 
ModelType modelType
 typ modelu More...
 

Detailed Description

Trida pro drzeni informaci o polozce v Cache.

Constructor & Destructor Documentation

CacheInfo::CacheInfo ( )
inline
CacheInfo::CacheInfo ( osg::ref_ptr< EnvironmentObject _eo,
osg::Vec3  _position,
osg::Timer_t  _timestamp,
ModelType  _modelType 
)
inline
CacheInfo::~CacheInfo ( )
inline

Member Function Documentation

bool CacheInfo::operator!= ( const CacheInfo ci2) const
inline
bool CacheInfo::operator== ( const CacheInfo ci2) const
inline

Member Data Documentation

osg::ref_ptr<EnvironmentObject> CacheInfo::eo

data objektu

ModelType CacheInfo::modelType

typ modelu

osg::Vec3 CacheInfo::position

pozice avatara pri vlozeni objektu do cache

osg::Timer_t CacheInfo::timestamp

cas pri vlozeni objektu do cache


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