|
VR-Engage
2.2
|
This base class does not itself contain any CIGI packet type.
#include <cigiData.h>
Public Member Functions | |
| DtCigiDataBase () | |
| virtual | ~DtCigiDataBase () override |
| virtual unsigned int | frame () const |
| virtual void | setFrame (unsigned int frame) |
Public Member Functions inherited from makVre::DtSpSubClass< DtCigiDataBase > | |
| DtSpSubClass () | |
| virtual | ~DtSpSubClass () |
| Sptr | self () |
| std::string | type () const override |
Public Member Functions inherited from makVre::DtSpObject | |
| DtSpObject () | |
| virtual | ~DtSpObject () |
| Sptr | self () |
| virtual void | setName (const std::string &name) |
| virtual std::string | name () const |
Public Attributes | |
| friend | DtCigiObjectBase |
Protected Attributes | |
| unsigned int | myFrame |
Protected Attributes inherited from makVre::DtSpObject | |
| std::string | myName |
Additional Inherited Members | |
Public Types inherited from makVre::DtSpSubClass< DtCigiDataBase > | |
| using | Super |
| using | Ptr |
| using | Sptr |
| using | Wptr |
Public Types inherited from makVre::DtSpObject | |
| using | Ptr = DtSpObject* |
| using | Sptr = std::shared_ptr<DtSpObject> |
| using | Wptr = std::weak_ptr<DtSpObject> |
Static Public Member Functions inherited from makVre::DtSpSubClass< DtCigiDataBase > | |
| static std::string | Type () |
| static std::shared_ptr< DtCigiDataBase > | create () |
| static void | registerCreator () |
| static std::shared_ptr< DtCigiDataBase > | createVersion (unsigned int version) |
| static void | registerCreatorVersion (unsigned int version) |
Static Public Member Functions inherited from makVre::DtSpObject | |
| template<class AS_T> | |
| static std::shared_ptr< AS_T > | cast (Sptr p) |
| template<class AS_T> | |
| static std::shared_ptr< AS_T > | unsafe_cast (Sptr p) |
Static Protected Member Functions inherited from makVre::DtSpSubClass< DtCigiDataBase > | |
| static std::shared_ptr< DtBaseCreator< DtCigiDataBase > > & | creator () |
| static std::shared_ptr< DtBaseCreator< DtCigiDataBase > > & | creatorVersion (unsigned int version) |
|
inline |
References myFrame.
|
inlineoverridevirtual |
|
virtual |
Referenced by setFrame().
|
virtual |
References frame().
| friend makVre::DtCigiDataBase::DtCigiObjectBase |
|
protected |
Referenced by DtCigiDataBase().