#include <ViewProvider.h>
Public Member Functions | |
| virtual void | buildNodes (const App::Property *, std::vector< SoNode * > &) const |
| void | createPoints (const App::Property *, SoCoordinate3 *, SoPointSet *) const |
| ViewProviderPointsBuilder () | |
| ~ViewProviderPointsBuilder () | |
Definition at line 57 of file Mod/Points/Gui/ViewProvider.h.
| PointsGui::ViewProviderPointsBuilder::ViewProviderPointsBuilder | ( | ) | [inline] |
Definition at line 60 of file Mod/Points/Gui/ViewProvider.h.
| PointsGui::ViewProviderPointsBuilder::~ViewProviderPointsBuilder | ( | ) | [inline] |
Definition at line 61 of file Mod/Points/Gui/ViewProvider.h.
| void ViewProviderPointsBuilder::buildNodes | ( | const App::Property * | prop, | |
| std::vector< SoNode * > & | nodes | |||
| ) | const [virtual] |
Implements Gui::ViewProviderBuilder.
Definition at line 438 of file Mod/Points/Gui/ViewProvider.cpp.
| void ViewProviderPointsBuilder::createPoints | ( | const App::Property * | prop, | |
| SoCoordinate3 * | coords, | |||
| SoPointSet * | points | |||
| ) | const |
Definition at line 460 of file Mod/Points/Gui/ViewProvider.cpp.
References Points::PointKernel::getBasicPoints(), Points::PropertyPointKernel::getValue(), and Points::PointKernel::size().
Referenced by PointsGui::ViewProviderPoints::updateData().
1.6.1