#include <parambase.h>

Public Member Functions | |
| virtual HGL::IType::BOUNDINGBOX | getBoundingBox () const |
| Gets the bounding box of the type. | |
| virtual const std::string | toString () const =0 |
| Gets the string representation of a parameter type. | |
| HGL::IType::BOUNDINGBOX ParamBase::getBoundingBox | ( | ) | const [virtual] |
Gets the bounding box of the type.
Reimplemented from HGL::Type::TypeBase.
Reimplemented in HGL::Type::Vector2D.
| virtual const std::string HGL::Type::ParamBase::toString | ( | ) | const [pure virtual] |
Gets the string representation of a parameter type.
Implements HGL::Type::IParam.
Implemented in HGL::Type::ExpressionParam, HGL::Type::FloatParam, HGL::Type::ReferenceParam, HGL::Type::StringParam, and HGL::Type::Vector2D.
1.6.1