The ViewProviderMeshSelfIntersections class displays lines of self-intersections. More...
#include <ViewProviderDefects.h>
Public Member Functions | |
void | attach (App::DocumentObject *pcFeature) |
virtual Base::Type | getTypeId (void) const |
void | showDefects (const std::vector< unsigned long > &) |
Fill up the Inventor node with data. | |
ViewProviderMeshSelfIntersections () | |
virtual | ~ViewProviderMeshSelfIntersections () |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Protected Member Functions | |
virtual const App::PropertyData & | getPropertyData (void) const |
Static Protected Member Functions | |
static const App::PropertyData * | getPropertyDataPtr (void) |
Protected Attributes | |
SoLineSet * | pcLines |
The ViewProviderMeshSelfIntersections class displays lines of self-intersections.
Definition at line 168 of file ViewProviderDefects.h.
ViewProviderMeshSelfIntersections::ViewProviderMeshSelfIntersections | ( | ) |
Definition at line 539 of file ViewProviderDefects.cpp.
References pcLines.
ViewProviderMeshSelfIntersections::~ViewProviderMeshSelfIntersections | ( | ) | [virtual] |
Definition at line 545 of file ViewProviderDefects.cpp.
References pcLines.
void ViewProviderMeshSelfIntersections::attach | ( | App::DocumentObject * | pcFeature | ) | [virtual] |
Implements MeshGui::ViewProviderMeshDefects.
Definition at line 550 of file ViewProviderDefects.cpp.
References Gui::ViewProvider::addDisplayMaskMode(), SketcherExample::f, MeshGui::ViewProviderMeshDefects::pcCoords, MeshGui::ViewProviderMeshDefects::pcDrawStyle, and pcLines.
void * MeshGui::ViewProviderMeshSelfIntersections::create | ( | void | ) | [static] |
Reimplemented from MeshGui::ViewProviderMeshDefects.
Definition at line 66 of file ViewProviderDefects.cpp.
Base::Type MeshGui::ViewProviderMeshSelfIntersections::getClassTypeId | ( | void | ) | [static] |
Reimplemented from MeshGui::ViewProviderMeshDefects.
Definition at line 66 of file ViewProviderDefects.cpp.
const App::PropertyData & MeshGui::ViewProviderMeshSelfIntersections::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from MeshGui::ViewProviderMeshDefects.
Definition at line 66 of file ViewProviderDefects.cpp.
const App::PropertyData * MeshGui::ViewProviderMeshSelfIntersections::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from MeshGui::ViewProviderMeshDefects.
Definition at line 66 of file ViewProviderDefects.cpp.
Base::Type MeshGui::ViewProviderMeshSelfIntersections::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from MeshGui::ViewProviderMeshDefects.
Definition at line 66 of file ViewProviderDefects.cpp.
void MeshGui::ViewProviderMeshSelfIntersections::init | ( | void | ) | [static] |
Reimplemented from MeshGui::ViewProviderMeshDefects.
Definition at line 66 of file ViewProviderDefects.cpp.
Referenced by initMeshGui().
void ViewProviderMeshSelfIntersections::showDefects | ( | const std::vector< unsigned long > & | ) | [virtual] |
Fill up the Inventor node with data.
Implements MeshGui::ViewProviderMeshDefects.
Definition at line 578 of file ViewProviderDefects.cpp.
References SketcherExample::f, MeshCore::MeshEvalSelfIntersection::GetIntersections(), Mesh::MeshObject::getKernel(), Mesh::PropertyMeshKernel::getValue(), Mesh::Feature::Mesh, MeshGui::ViewProviderMeshDefects::pcCoords, pcLines, Gui::ViewProviderDocumentObject::pcObject, and Gui::ViewProvider::setDisplayMaskMode().
SoLineSet* MeshGui::ViewProviderMeshSelfIntersections::pcLines [protected] |
Definition at line 180 of file ViewProviderDefects.h.
Referenced by attach(), showDefects(), ViewProviderMeshSelfIntersections(), and ~ViewProviderMeshSelfIntersections().