Simbody
|
This defines a text label with its base at the origin. More...
#include <DecorativeGeometry.h>
Public Member Functions | |
DecorativeText (const std::string &label="") | |
void | setText (const std::string &label) |
const std::string & | getText () const |
SimTK_PIMPL_DOWNCAST (DecorativeText, DecorativeGeometry) |
This defines a text label with its base at the origin.
The default constructor creates a blank label.
SimTK::DecorativeText::DecorativeText | ( | const std::string & | label = "" | ) | [explicit] |
void SimTK::DecorativeText::setText | ( | const std::string & | label | ) |
const std::string& SimTK::DecorativeText::getText | ( | ) | const |
SimTK::DecorativeText::SimTK_PIMPL_DOWNCAST | ( | DecorativeText | , |
DecorativeGeometry | |||
) |