#include <axlActorPoint.h>
 
  
 | Public Slots | |
| void | onModeChanged (int state) | 
| void | onRemoved () | 
| void | onUpdateGeometry (void) | 
|  Public Slots inherited from axlActor | |
| virtual void | hide (void) | 
| virtual void | show (void) | 
| virtual void | update (void) | 
|  Public Slots inherited from axlAbstractActor | |
| virtual void | onUpdateGeometry (void)=0 | 
| virtual void | onUpdateProperty (void) | 
| virtual void | onUpdateStructure (void) | 
| virtual void | hide (void) | 
| virtual void | show (void) | 
| virtual void | update (void) | 
| virtual void | onSamplingChanged (void) | 
| virtual void | onTubeFilterRadiusChanged (double radius) | 
| virtual void | onControlPointChanged (void) | 
| virtual void | onModeChanged (int state) | 
| virtual void | showCurrentPoint (double u, double v, dtkAbstractData *data) | 
| virtual void | moveCurrentPoint (double u, double v, dtkAbstractData *data) | 
| virtual void | hideCurrentPoint (double u, double v, dtkAbstractData *data) | 
| virtual void | onSelectBoundaryEdge (int numEdge, int previous, int n) | 
| Public Member Functions | |
| vtkTypeRevisionMacro (axlActorPoint, vtkAssembly) | |
| dtkAbstractData * | data (void) | 
| vtkSphereSource * | sphere (void) | 
| virtual void | setData (dtkAbstractData *point1) | 
| void | setMode (int state) | 
| void | setQVTKWidget (QVTKOpenGLWidget *widget) | 
| void | showPointWidget (bool show) | 
| void | setPointWidget (bool pointWidget) | 
| void | setDisplay (bool display) | 
| bool | isShowPointWidget () | 
| void | setSize (double size) | 
|  Public Member Functions inherited from axlActor | |
| virtual bool | isVisible (void) | 
| virtual void | setInteractor (void *interactor) | 
| virtual vtkRenderWindowInteractor * | getInteractor (void) | 
| virtual int | getState (void) | 
| virtual void | setState (int state) | 
| virtual void | setOpacity (double opacity) | 
| virtual void | setColor (double red, double green, double blue) | 
| virtual void | setInterpolation (int interpolation) | 
| virtual void | setShader (QString vsfile) | 
| virtual void | setShaderFromString (QString vertex_shader_source, QString fragment_shader_source) | 
| virtual void | onRemoved (void) | 
| QStringList | fields (void) | 
| axlActor (void) | |
| ~axlActor (void) | |
| dtkAbstractData * | getObserverData (void) | 
| vtkSmartPointer< vtkPoints > | getPoints (void) | 
| void | setPoints (vtkSmartPointer< vtkPoints > points) | 
| vtkSmartPointer< vtkDoubleArray > | getNormals (void) | 
| void | setNormals (vtkSmartPointer< vtkDoubleArray > normals) | 
| vtkSmartPointer< vtkPolyData > | getPolyData (void) | 
| void | setPolyData (vtkSmartPointer< vtkPolyData > polyData) | 
| vtkSmartPointer< vtkCellArray > | getCellArray (void) | 
| void | setCellArray (vtkSmartPointer< vtkCellArray > cellArray) | 
| vtkSmartPointer< vtkActor > | getActor (void) | 
| void | setActor (vtkSmartPointer< vtkActor > actor) | 
| vtkSmartPointer< vtkVolume > | getvtkVolume (void) | 
| void | setvtkVolume (vtkSmartPointer< vtkVolume > actor) | 
| vtkSmartPointer< vtkPolyDataMapper > | getMapper (void) | 
| void | setMapper (vtkSmartPointer< vtkPolyDataMapper > mapper) | 
| vtkSmartPointer< vtkDataSetMapper > | getDataSetMapper (void) | 
| void | setDataSetMapper (vtkSmartPointer< vtkDataSetMapper > mapper) | 
| vtkSmartPointer< vtkCellPicker > | getCellPicker () | 
| void | setCellPicker (vtkSmartPointer< vtkCellPicker > cellPicker) | 
| axlActorControlPolygonObserver * | getObserver (void) | 
| void | setObserver (axlActorControlPolygonObserver *observer) | 
| vtkSmartPointer< vtkUnstructuredGrid > | getUnstructuredGrid (void) | 
| void | setUnstructuredGrid (vtkSmartPointer< vtkUnstructuredGrid > unstructuredGrid) | 
| void | setObserverData (dtkAbstractData *data) | 
| void | NewObserver (void) | 
| void | deleteObserver (void) | 
|  Public Member Functions inherited from axlAbstractActor | |
| axlAbstractActor (axlAbstractActor *parent=0) | |
| virtual | ~axlAbstractActor (void) | 
| virtual void | showControlPoints (bool show) | 
| virtual bool | isShowControlPoints (void) | 
| virtual void | setMapperCollorArray (void) | 
| virtual void | setShaderFromString (QString xmlfile) | 
| virtual void | setParent (axlAbstractActor *parent) | 
| virtual axlAbstractActor * | parent (void) | 
| virtual axlMesh * | toMesh (void) | 
| virtual QString | identifier (void) | 
| Static Public Member Functions | |
| static axlActorPoint * | New (void) | 
| Protected Member Functions | |
| axlActorPoint (void) | |
| ~axlActorPoint (void) | |
|  Protected Member Functions inherited from axlActor | |
| void | drawAssymblyMatrix (void) | 
| Additional Inherited Members | |
|  Public Types inherited from axlActor | |
| enum | ActorState { passive, selection, edition } | 
|  Signals inherited from axlAbstractActor | |
| void | stateChanged (dtkAbstractData *data, int mode) | 
| void | updated (void) | 
Definition at line 34 of file axlActorPoint.h.
| 
 | protected | 
Definition at line 413 of file axlActorPoint.cpp.
| 
 | protected | 
Definition at line 423 of file axlActorPoint.cpp.
| 
 | virtual | 
Implements axlActor.
Definition at line 110 of file axlActorPoint.cpp.
| bool axlActorPoint::isShowPointWidget | ( | void | ) | 
Definition at line 252 of file axlActorPoint.cpp.
| 
 | static | 
| 
 | slot | 
Definition at line 271 of file axlActorPoint.cpp.
| 
 | slot | 
Definition at line 335 of file axlActorPoint.cpp.
| 
 | slot | 
Definition at line 386 of file axlActorPoint.cpp.
| 
 | virtual | 
Reimplemented from axlAbstractActor.
Definition at line 126 of file axlActorPoint.cpp.
| 
 | virtual | 
Reimplemented from axlActor.
Definition at line 181 of file axlActorPoint.cpp.
| 
 | virtual | 
Reimplemented from axlAbstractActor.
Definition at line 264 of file axlActorPoint.cpp.
| void axlActorPoint::setPointWidget | ( | bool | pointWidget | ) | 
Definition at line 210 of file axlActorPoint.cpp.
| void axlActorPoint::setQVTKWidget | ( | QVTKOpenGLWidget * | widget | ) | 
Definition at line 120 of file axlActorPoint.cpp.
| 
 | virtual | 
Reimplemented from axlActor.
Definition at line 404 of file axlActorPoint.cpp.
| void axlActorPoint::showPointWidget | ( | bool | show | ) | 
Definition at line 194 of file axlActorPoint.cpp.
| vtkSphereSource * axlActorPoint::sphere | ( | void | ) | 
Definition at line 115 of file axlActorPoint.cpp.
| axlActorPoint::vtkTypeRevisionMacro | ( | axlActorPoint | , | 
| vtkAssembly | |||
| ) |