open-dis-cpp
|
Public Member Functions | |
virtual void | marshal (DataStream &dataStream) const |
virtual void | unmarshal (DataStream &dataStream) |
Vector3Double & | getAntennaLocation () |
const Vector3Double & | getAntennaLocation () const |
void | setAntennaLocation (const Vector3Double &pX) |
Vector3Float & | getRelativeAntennaLocation () |
const Vector3Float & | getRelativeAntennaLocation () const |
void | setRelativeAntennaLocation (const Vector3Float &pX) |
virtual int | getMarshalledSize () const |
bool | operator== (const AntennaLocation &rhs) const |
virtual void | marshal (DataStream &dataStream) const |
virtual void | unmarshal (DataStream &dataStream) |
Vector3Double & | getAntennaLocation () |
const Vector3Double & | getAntennaLocation () const |
void | setAntennaLocation (const Vector3Double &pX) |
Vector3Float & | getRelativeAntennaLocation () |
const Vector3Float & | getRelativeAntennaLocation () const |
void | setRelativeAntennaLocation (const Vector3Float &pX) |
virtual int | getMarshalledSize () const |
bool | operator== (const AntennaLocation &rhs) const |
Protected Attributes | |
Vector3Double | _antennaLocation |
Location of the radiating portion of the antenna in world coordinates. | |
Vector3Float | _relativeAntennaLocation |
Location of the radiating portion of the antenna in entity coordinates. | |