#include <opennurbs_bezier.h>

Public Member Functions | |
| const ON_BezierCage & | BezierCage () const |
| bool | Create (ON_3dPoint P0, ON_3dPoint P1, ON_3dPoint P2, ON_3dPoint P3, int point_countX, int point_countY, int point_countZ) |
| ON_BezierCageMorph () | |
| bool | Read (ON_BinaryArchive &archive) |
| bool | SetBezierCage (ON_BezierCage &unitcube2world) |
| bool | SetXform (ON_Xform world2unitcube) |
| bool | Transform (const ON_Xform &xform) |
| const ON_Xform & | WorldToUnitCube () const |
| bool | Write (ON_BinaryArchive &archive) const |
| ~ON_BezierCageMorph () | |
Private Attributes | |
| bool | m_bValid |
| ON_BezierCage | m_rst2xyz |
| ON_Xform | m_xyz2rst |
Definition at line 1802 of file opennurbs_bezier.h.
Definition at line 1153 of file opennurbs_beziervolume.cpp.
Definition at line 1157 of file opennurbs_beziervolume.cpp.
| const ON_BezierCage & ON_BezierCageMorph::BezierCage | ( | ) | const |
Definition at line 1105 of file opennurbs_beziervolume.cpp.
| bool ON_BezierCageMorph::Create | ( | ON_3dPoint | P0, |
| ON_3dPoint | P1, | ||
| ON_3dPoint | P2, | ||
| ON_3dPoint | P3, | ||
| int | point_countX, | ||
| int | point_countY, | ||
| int | point_countZ | ||
| ) |
Definition at line 1161 of file opennurbs_beziervolume.cpp.
| bool ON_BezierCageMorph::Read | ( | ON_BinaryArchive & | archive | ) |
Definition at line 1118 of file opennurbs_beziervolume.cpp.
| bool ON_BezierCageMorph::SetBezierCage | ( | ON_BezierCage & | unitcube2world | ) |
Definition at line 1228 of file opennurbs_beziervolume.cpp.
| bool ON_BezierCageMorph::SetXform | ( | ON_Xform | world2unitcube | ) |
Definition at line 1221 of file opennurbs_beziervolume.cpp.
| bool ON_BezierCageMorph::Transform | ( | const ON_Xform & | xform | ) |
Definition at line 1112 of file opennurbs_beziervolume.cpp.
| const ON_Xform & ON_BezierCageMorph::WorldToUnitCube | ( | ) | const |
Definition at line 1098 of file opennurbs_beziervolume.cpp.
| bool ON_BezierCageMorph::Write | ( | ON_BinaryArchive & | archive | ) | const |
Definition at line 1137 of file opennurbs_beziervolume.cpp.
bool ON_BezierCageMorph::m_bValid [private] |
Definition at line 1909 of file opennurbs_bezier.h.
ON_BezierCage ON_BezierCageMorph::m_rst2xyz [private] |
Definition at line 1916 of file opennurbs_bezier.h.
ON_Xform ON_BezierCageMorph::m_xyz2rst [private] |
Definition at line 1913 of file opennurbs_bezier.h.