#include <opennurbs_xform.h>
Public Member Functions | |
virtual bool | IsIdentity (const ON_BoundingBox &bbox) const |
ON_SpaceMorph () | |
bool | PreserveStructure () const |
bool | QuickPreview () const |
void | SetPreserveStructure (bool bPreserveStructure) |
void | SetQuickPreview (bool bQuickPreview) |
void | SetTolerance (double tolerance) |
double | Tolerance () const |
virtual | ~ON_SpaceMorph () |
Private Attributes | |
bool | m_bPreserveStructure |
bool | m_bQuickPreview |
double | m_tolerance |
Definition at line 1189 of file opennurbs_xform.h.
Definition at line 419 of file opennurbs_morph.cpp.
ON_SpaceMorph::~ON_SpaceMorph | ( | ) | [virtual] |
Definition at line 426 of file opennurbs_morph.cpp.
bool ON_SpaceMorph::IsIdentity | ( | const ON_BoundingBox & | bbox | ) | const [virtual] |
Reimplemented in ON_CageMorph.
Definition at line 452 of file opennurbs_morph.cpp.
bool ON_SpaceMorph::PreserveStructure | ( | ) | const |
Definition at line 457 of file opennurbs_morph.cpp.
bool ON_SpaceMorph::QuickPreview | ( | ) | const |
Definition at line 442 of file opennurbs_morph.cpp.
void ON_SpaceMorph::SetPreserveStructure | ( | bool | bPreserveStructure | ) |
Definition at line 462 of file opennurbs_morph.cpp.
void ON_SpaceMorph::SetQuickPreview | ( | bool | bQuickPreview | ) |
Definition at line 447 of file opennurbs_morph.cpp.
void ON_SpaceMorph::SetTolerance | ( | double | tolerance | ) |
Definition at line 435 of file opennurbs_morph.cpp.
double ON_SpaceMorph::Tolerance | ( | ) | const |
Definition at line 430 of file opennurbs_morph.cpp.
bool ON_SpaceMorph::m_bPreserveStructure [private] |
Definition at line 1285 of file opennurbs_xform.h.
bool ON_SpaceMorph::m_bQuickPreview [private] |
Definition at line 1284 of file opennurbs_xform.h.
double ON_SpaceMorph::m_tolerance [private] |
Definition at line 1283 of file opennurbs_xform.h.