#include <basic/geometry/MPK_Box.h>
Inherits ObjectBase.
Inherited by GL_Box.
Inheritance diagram for MPK_Box:
Public Member Functions | |
MPK_Box (const MPK_Box &right) | |
MPK_Box (FrameManager *frameManager) | |
virtual | ~MPK_Box () |
void | SetWidth (const double value) |
void | SetLength (const double value) |
void | SetHeight (const double value) |
double | Width () const |
double | Length () const |
double | Height () const |
virtual bool | IsInterfering (const Entity *entity) const |
virtual bool | CanCheckInterference (const Entity *entity) const |
virtual void | Serialize (ostream &os) const |
virtual void | Deserialize (IfstreamWithComments &is) |
Protected Attributes | |
double | length |
double | width |
double | height |
Definition at line 36 of file MPK_Box.h.
|
Definition at line 29 of file MPK_Box.cpp. |
|
Definition at line 45 of file MPK_Box.cpp. |
|
Definition at line 59 of file MPK_Box.cpp. |
|
Implements Entity. Definition at line 111 of file MPK_Box.cpp. |
|
Reimplemented from ObjectBase. Definition at line 127 of file MPK_Box.cpp. |
|
Definition at line 97 of file MPK_Box.cpp. References height. Referenced by Range_Sensor::AddBoxToDepthMap(). |
|
Implements ObjectBase. Definition at line 102 of file MPK_Box.cpp. |
|
Definition at line 93 of file MPK_Box.cpp. References length. Referenced by Range_Sensor::AddBoxToDepthMap(). |
|
Definition at line 120 of file MPK_Box.cpp. |
|
Definition at line 82 of file MPK_Box.cpp. References height. |
|
Definition at line 75 of file MPK_Box.cpp. References length. |
|
Definition at line 68 of file MPK_Box.cpp. References width. |
|
Definition at line 89 of file MPK_Box.cpp. References width. Referenced by Range_Sensor::AddBoxToDepthMap(). |
|
Definition at line 99 of file MPK_Box.h. Referenced by GL_Box::DrawExplicit(), Height(), and SetHeight(). |
|
Definition at line 89 of file MPK_Box.h. Referenced by GL_Box::DrawExplicit(), Length(), and SetLength(). |
|
Definition at line 94 of file MPK_Box.h. Referenced by GL_Box::DrawExplicit(), SetWidth(), and Width(). |