#include <GEO_CaptureData.h>
Public Member Functions | |
| GEO_CaptureRegionData () | |
| ~GEO_CaptureRegionData () | |
| const UT_String & | getPath () const |
| int | changeString (const char *from, const char *to, bool fullword) |
| const UT_Matrix4 & | getXform () const |
| float | getXtaper () const |
| float | getZtaper () const |
| float | getTopCapHeight () const |
| float | getBotCapHeight () const |
| float | getMinWeight () const |
| float | getMaxWeight () const |
| int | getID () const |
| unsigned | getPrimNum () const |
| void | setPath (const UT_String &path) |
| void | setXform (const UT_Matrix4 &xf) |
| void | setXZtapers (float x, float z) |
| void | setTopCapHeight (float h) |
| void | setBotCapHeight (float h) |
| void | setMinWeight (float m) |
| void | setMaxWeight (float m) |
| void | setID (int id) |
| void | setPrimNum (unsigned pn) |
| GEO_CaptureRegionData & | operator= (const GEO_CaptureRegionData &d) |
| unsigned | operator== (const GEO_CaptureRegionData &d) const |
Definition at line 65 of file GEO_CaptureData.h.
| GEO_CaptureRegionData::GEO_CaptureRegionData | ( | ) | [inline] |
Definition at line 68 of file GEO_CaptureData.h.
| GEO_CaptureRegionData::~GEO_CaptureRegionData | ( | ) | [inline] |
Definition at line 69 of file GEO_CaptureData.h.
| int GEO_CaptureRegionData::changeString | ( | const char * | from, | |
| const char * | to, | |||
| bool | fullword | |||
| ) | [inline] |
Definition at line 72 of file GEO_CaptureData.h.
| float GEO_CaptureRegionData::getBotCapHeight | ( | ) | const [inline] |
Definition at line 78 of file GEO_CaptureData.h.
| int GEO_CaptureRegionData::getID | ( | ) | const [inline] |
Definition at line 81 of file GEO_CaptureData.h.
| float GEO_CaptureRegionData::getMaxWeight | ( | ) | const [inline] |
Definition at line 80 of file GEO_CaptureData.h.
| float GEO_CaptureRegionData::getMinWeight | ( | ) | const [inline] |
Definition at line 79 of file GEO_CaptureData.h.
| const UT_String& GEO_CaptureRegionData::getPath | ( | ) | const [inline] |
Definition at line 71 of file GEO_CaptureData.h.
| unsigned GEO_CaptureRegionData::getPrimNum | ( | ) | const [inline] |
Definition at line 82 of file GEO_CaptureData.h.
| float GEO_CaptureRegionData::getTopCapHeight | ( | ) | const [inline] |
Definition at line 77 of file GEO_CaptureData.h.
| const UT_Matrix4& GEO_CaptureRegionData::getXform | ( | ) | const [inline] |
Definition at line 74 of file GEO_CaptureData.h.
| float GEO_CaptureRegionData::getXtaper | ( | ) | const [inline] |
Definition at line 75 of file GEO_CaptureData.h.
| float GEO_CaptureRegionData::getZtaper | ( | ) | const [inline] |
Definition at line 76 of file GEO_CaptureData.h.
| GEO_CaptureRegionData& GEO_CaptureRegionData::operator= | ( | const GEO_CaptureRegionData & | d | ) |
| unsigned GEO_CaptureRegionData::operator== | ( | const GEO_CaptureRegionData & | d | ) | const |
| void GEO_CaptureRegionData::setBotCapHeight | ( | float | h | ) | [inline] |
Definition at line 88 of file GEO_CaptureData.h.
| void GEO_CaptureRegionData::setID | ( | int | id | ) | [inline] |
Definition at line 91 of file GEO_CaptureData.h.
| void GEO_CaptureRegionData::setMaxWeight | ( | float | m | ) | [inline] |
Definition at line 90 of file GEO_CaptureData.h.
| void GEO_CaptureRegionData::setMinWeight | ( | float | m | ) | [inline] |
Definition at line 89 of file GEO_CaptureData.h.
| void GEO_CaptureRegionData::setPath | ( | const UT_String & | path | ) | [inline] |
Definition at line 84 of file GEO_CaptureData.h.
| void GEO_CaptureRegionData::setPrimNum | ( | unsigned | pn | ) | [inline] |
Definition at line 92 of file GEO_CaptureData.h.
| void GEO_CaptureRegionData::setTopCapHeight | ( | float | h | ) | [inline] |
Definition at line 87 of file GEO_CaptureData.h.
| void GEO_CaptureRegionData::setXform | ( | const UT_Matrix4 & | xf | ) | [inline] |
Definition at line 85 of file GEO_CaptureData.h.
| void GEO_CaptureRegionData::setXZtapers | ( | float | x, | |
| float | z | |||
| ) | [inline] |
Definition at line 86 of file GEO_CaptureData.h.
1.5.9