, including all inherited members.
| addBoundingBox(const Vector3f &pt1, const Vector3f &pt2, short lineWidth=2, float color_r=1.0, float color_g=1.0, float color_b=1.0) | Base::InventorBuilder | |
| addCylinder(float radius, float height) | Base::InventorBuilder | |
| addDrawStyle(short pointSize, short lineWidth, unsigned short linePattern=0xffff, const char *style="FILLED") | Base::InventorBuilder | |
| addIndexedFaceSet(const std::vector< Vector3f > &points, const std::vector< int > &indices, float crease) | Base::InventorBuilder | |
| addLineSet(const std::vector< Vector3f > &points, short lineSize=2, float color_r=1.0, float color_g=1.0, float color_b=1.0, unsigned short linePattern=0xffff) | Base::InventorBuilder | |
| addMaterial(float color_r, float color_g, float color_b) | Base::InventorBuilder | |
| addMaterialBinding(const char *="OVERALL") | Base::InventorBuilder | |
| addNurbsSurface(const std::vector< Base::Vector3f > &controlPoints, int numUControlPoints, int numVControlPoints, const std::vector< float > &uKnots, const std::vector< float > &vKnots) | Base::InventorBuilder | |
| addPoint(float x, float y, float z) | Base::InventorBuilder | |
| addPoint(const Vector3f &vec) | Base::InventorBuilder | |
| addSingleArrow(const Vector3f &pt1, const Vector3f &pt2, short lineSize=2, float color_r=1.0, float color_g=1.0, float color_b=1.0, unsigned short linePattern=0xffff) | Base::InventorBuilder | |
| addSingleLine(const Vector3f &pt1, const Vector3f &pt2, short lineSize=2, float color_r=1.0, float color_g=1.0, float color_b=1.0, unsigned short linePattern=0xffff) | Base::InventorBuilder | |
| addSinglePlane(const Vector3f &base, const Vector3f &eX, const Vector3f &eY, float length, float width, bool filled=true, short lineSize=2, float color_r=1.0, float color_g=1.0, float color_b=1.0) | Base::InventorBuilder | |
| addSingleTriangle(const Vector3f &pt0, const Vector3f &pt1, const Vector3f &pt2, bool filled=true, short lineSize=2, float color_r=1.0, float color_g=1.0, float color_b=1.0) | Base::InventorBuilder | |
| addText(float pos_x, float pos_y, float pos_z, const char *text, float color_r=1.0, float color_g=1.0, float color_b=1.0) | Base::InventorBuilder | |
| addText(const Vector3f &vec, const char *text, float color_r=1.0, float color_g=1.0, float color_b=1.0) | Base::InventorBuilder | |
| addTransformation(const Matrix4D &) | Base::InventorBuilder | |
| addTransformation(const Vector3f &translation, const Vector3f &rotationaxis, float fAngle) | Base::InventorBuilder | |
| beginPoints() | Base::InventorBuilder | |
| beginSeparator() | Base::InventorBuilder | |
| close() | Base::InventorBuilder | |
| endPoints(void) | Base::InventorBuilder | |
| endSeparator() | Base::InventorBuilder | |
| InventorBuilder(std::ostream &) | Base::InventorBuilder | |
| ~InventorBuilder() | Base::InventorBuilder | [virtual] |