#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. | |
ViewProviderMeshFolds () | |
virtual | ~ViewProviderMeshFolds () |
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 183 of file ViewProviderDefects.h.
ViewProviderMeshFolds::ViewProviderMeshFolds | ( | ) |
Definition at line 613 of file ViewProviderDefects.cpp.
References pcFaces.
ViewProviderMeshFolds::~ViewProviderMeshFolds | ( | ) | [virtual] |
Definition at line 619 of file ViewProviderDefects.cpp.
References pcFaces.
void ViewProviderMeshFolds::attach | ( | App::DocumentObject * | pcFeature | ) | [virtual] |
Implements MeshGui::ViewProviderMeshDefects.
Definition at line 624 of file ViewProviderDefects.cpp.
References Gui::ViewProvider::addDisplayMaskMode(), SketcherExample::f, MeshGui::ViewProviderMeshDefects::pcCoords, and pcFaces.
void * MeshGui::ViewProviderMeshFolds::create | ( | void | ) | [static] |
Reimplemented from MeshGui::ViewProviderMeshDefects.
Definition at line 67 of file ViewProviderDefects.cpp.
Base::Type MeshGui::ViewProviderMeshFolds::getClassTypeId | ( | void | ) | [static] |
Reimplemented from MeshGui::ViewProviderMeshDefects.
Definition at line 67 of file ViewProviderDefects.cpp.
const App::PropertyData & MeshGui::ViewProviderMeshFolds::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from MeshGui::ViewProviderMeshDefects.
Definition at line 67 of file ViewProviderDefects.cpp.
const App::PropertyData * MeshGui::ViewProviderMeshFolds::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from MeshGui::ViewProviderMeshDefects.
Definition at line 67 of file ViewProviderDefects.cpp.
Base::Type MeshGui::ViewProviderMeshFolds::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from MeshGui::ViewProviderMeshDefects.
Definition at line 67 of file ViewProviderDefects.cpp.
void MeshGui::ViewProviderMeshFolds::init | ( | void | ) | [static] |
Reimplemented from MeshGui::ViewProviderMeshDefects.
Definition at line 67 of file ViewProviderDefects.cpp.
Referenced by initMeshGui().
void ViewProviderMeshFolds::showDefects | ( | const std::vector< unsigned long > & | ) | [virtual] |
Fill up the Inventor node with data.
Implements MeshGui::ViewProviderMeshDefects.
Definition at line 659 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::ViewProviderMeshFolds::pcFaces [protected] |
Definition at line 195 of file ViewProviderDefects.h.
Referenced by attach(), showDefects(), ViewProviderMeshFolds(), and ~ViewProviderMeshFolds().