Namespaces | |
namespace | Ui |
Classes | |
class | SingleSelectionItem |
class | Ui_VisualInspection |
class | ViewProviderInspection |
class | ViewProviderInspectionGroup |
class | ViewProviderProxyObject |
class | VisualInspection |
class | Workbench |
Functions | |
void | addFlag (Gui::View3DInventorViewer *view, const QString &text, const SoPickedPoint *point) |
float | calcArea (const SbVec3f &v1, const SbVec3f &v2, const SbVec3f &v3) |
bool | calcWeights (const SbVec3f &v1, const SbVec3f &v2, const SbVec3f &v3, const SbVec3f &p, float &w0, float &w1, float &w2) |
void InspectionGui::addFlag | ( | Gui::View3DInventorViewer * | view, | |
const QString & | text, | |||
const SoPickedPoint * | point | |||
) |
Definition at line 395 of file ViewProviderInspection.cpp.
References Gui::View3DInventorViewer::addFlag(), Gui::FlagLayout::BottomLeft, draftTools::p, Gui::Flag::setOrigin(), and Gui::Flag::setText().
Referenced by InspectionGui::ViewProviderInspection::inspectCallback().
float InspectionGui::calcArea | ( | const SbVec3f & | v1, | |
const SbVec3f & | v2, | |||
const SbVec3f & | v3 | |||
) |
Definition at line 500 of file ViewProviderInspection.cpp.
References FemExample::b.
Referenced by calcWeights().
bool InspectionGui::calcWeights | ( | const SbVec3f & | v1, | |
const SbVec3f & | v2, | |||
const SbVec3f & | v3, | |||
const SbVec3f & | p, | |||
float & | w0, | |||
float & | w1, | |||
float & | w2 | |||
) |
Definition at line 507 of file ViewProviderInspection.cpp.
References calcArea(), and SketcherExample::f.
Referenced by InspectionGui::ViewProviderInspection::inspectDistance().