#include <point.h>

Public Member Functions | |
| virtual BOUNDINGBOX | getBoundingBox () const |
| Gets the bounding box of the type. | |
| virtual const SerialID & | getSerialID () const |
| Gets the serialization ID of the object. | |
| virtual bool | isValid () const |
| HGL::IType::BOUNDINGBOX Point::getBoundingBox | ( | ) | const [virtual] |
Gets the bounding box of the type.
Reimplemented from HGL::Type::TypeBase.
| const HGL::Type::SerialID & Point::getSerialID | ( | ) | const [virtual] |
Gets the serialization ID of the object.
Implements HGL::IType.
| virtual bool HGL::Type::Point::isValid | ( | ) | const [virtual] |
true if a reference is set, but not checking if the reference itself is valid. A type is valid
Reimplemented from HGL::Type::ReferenceHolderBase.
1.6.1