#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. | |
| ViewProviderMeshIndices () | |
| virtual | ~ViewProviderMeshIndices () |
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 | |
| SoFaceSet * | pcFaces |
Definition at line 150 of file ViewProviderDefects.h.
| ViewProviderMeshIndices::ViewProviderMeshIndices | ( | ) |
Definition at line 465 of file ViewProviderDefects.cpp.
References pcFaces.
| ViewProviderMeshIndices::~ViewProviderMeshIndices | ( | ) | [virtual] |
Definition at line 471 of file ViewProviderDefects.cpp.
References pcFaces.
| void ViewProviderMeshIndices::attach | ( | App::DocumentObject * | pcFeature | ) | [virtual] |
Implements MeshGui::ViewProviderMeshDefects.
Definition at line 476 of file ViewProviderDefects.cpp.
References Gui::ViewProvider::addDisplayMaskMode(), SketcherExample::f, MeshGui::ViewProviderMeshDefects::pcCoords, and pcFaces.
| void * MeshGui::ViewProviderMeshIndices::create | ( | void | ) | [static] |
Reimplemented from MeshGui::ViewProviderMeshDefects.
Definition at line 65 of file ViewProviderDefects.cpp.
| Base::Type MeshGui::ViewProviderMeshIndices::getClassTypeId | ( | void | ) | [static] |
Reimplemented from MeshGui::ViewProviderMeshDefects.
Definition at line 65 of file ViewProviderDefects.cpp.
| const App::PropertyData & MeshGui::ViewProviderMeshIndices::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from MeshGui::ViewProviderMeshDefects.
Definition at line 65 of file ViewProviderDefects.cpp.
| const App::PropertyData * MeshGui::ViewProviderMeshIndices::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from MeshGui::ViewProviderMeshDefects.
Definition at line 65 of file ViewProviderDefects.cpp.
| Base::Type MeshGui::ViewProviderMeshIndices::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from MeshGui::ViewProviderMeshDefects.
Definition at line 65 of file ViewProviderDefects.cpp.
| void MeshGui::ViewProviderMeshIndices::init | ( | void | ) | [static] |
Reimplemented from MeshGui::ViewProviderMeshDefects.
Definition at line 65 of file ViewProviderDefects.cpp.
Referenced by initMeshGui().
| void ViewProviderMeshIndices::showDefects | ( | const std::vector< unsigned long > & | ) | [virtual] |
Fill up the Inventor node with data.
Implements MeshGui::ViewProviderMeshDefects.
Definition at line 511 of file ViewProviderDefects.cpp.
References SketcherExample::f, Mesh::MeshObject::getKernel(), Mesh::PropertyMeshKernel::getValue(), k, Mesh::Feature::Mesh, MeshGui::ViewProviderMeshDefects::pcCoords, pcFaces, Gui::ViewProviderDocumentObject::pcObject, MeshCore::MeshFacetIterator::Set(), Gui::ViewProvider::setDisplayMaskMode(), Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
SoFaceSet* MeshGui::ViewProviderMeshIndices::pcFaces [protected] |
Definition at line 162 of file ViewProviderDefects.h.
Referenced by attach(), showDefects(), ViewProviderMeshIndices(), and ~ViewProviderMeshIndices().
1.6.1