open-dis-cpp
Public Member Functions | Protected Attributes | List of all members
DIS::Relationship Class Reference

Public Member Functions

virtual void marshal (DataStream &dataStream) const
 
virtual void unmarshal (DataStream &dataStream)
 
unsigned short getNature () const
 
void setNature (unsigned short pX)
 
unsigned short getPosition () const
 
void setPosition (unsigned short pX)
 
virtual int getMarshalledSize () const
 
bool operator== (const Relationship &rhs) const
 
virtual void marshal (DataStream &dataStream) const
 
virtual void unmarshal (DataStream &dataStream)
 
unsigned short getNature () const
 
void setNature (unsigned short pX)
 
unsigned short getPosition () const
 
void setPosition (unsigned short pX)
 
virtual int getMarshalledSize () const
 
bool operator== (const Relationship &rhs) const
 

Protected Attributes

unsigned short _nature
 Nature of join. More...
 
unsigned short _position
 position of join More...
 

Member Data Documentation

◆ _nature

unsigned short DIS::Relationship::_nature
protected

Nature of join.

the nature or purpose for joining of the part entity to the host entity and shall be represented by a 16-bit enumeration

◆ _position

unsigned short DIS::Relationship::_position
protected

position of join

the position of the part entity with respect to the host entity and shall be represented by a 16-bit enumeration


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