#include <axlActorCylinder.h>
Public Slots | |
void | onModeChanged (int state) |
void | onRemoved () |
void | onUpdateGeometry () |
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 (axlActorCylinder, vtkAssembly) | |
dtkAbstractData * | data (void) |
vtkCylinderSource * | cylinder (void) |
void | setDisplay (bool display) |
void | showCylinderWidget (bool show) |
void | setCylinderWidget (bool cylinderWidget) |
bool | isShowCylinderWidget (void) |
virtual void | setData (dtkAbstractData *cylinder1) |
void | setMode (int state) |
void | setQVTKWidget (QVTKOpenGLWidget *widget) |
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 | setSize (double size) |
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 axlActorCylinder * | New (void) |
Protected Member Functions | |
axlActorCylinder (void) | |
~axlActorCylinder (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 36 of file axlActorCylinder.h.
|
protected |
Definition at line 574 of file axlActorCylinder.cpp.
|
protected |
Definition at line 585 of file axlActorCylinder.cpp.
vtkCylinderSource * axlActorCylinder::cylinder | ( | void | ) |
Definition at line 192 of file axlActorCylinder.cpp.
|
virtual |
Implements axlActor.
Definition at line 187 of file axlActorCylinder.cpp.
bool axlActorCylinder::isShowCylinderWidget | ( | void | ) |
Definition at line 389 of file axlActorCylinder.cpp.
|
static |
|
slot |
Definition at line 408 of file axlActorCylinder.cpp.
|
slot |
Definition at line 471 of file axlActorCylinder.cpp.
|
slot |
Definition at line 523 of file axlActorCylinder.cpp.
void axlActorCylinder::setCylinderWidget | ( | bool | cylinderWidget | ) |
Definition at line 300 of file axlActorCylinder.cpp.
|
virtual |
Reimplemented from axlAbstractActor.
Definition at line 203 of file axlActorCylinder.cpp.
|
virtual |
Reimplemented from axlActor.
Definition at line 268 of file axlActorCylinder.cpp.
|
virtual |
Reimplemented from axlAbstractActor.
Definition at line 401 of file axlActorCylinder.cpp.
void axlActorCylinder::setQVTKWidget | ( | QVTKOpenGLWidget * | widget | ) |
Definition at line 197 of file axlActorCylinder.cpp.
void axlActorCylinder::showCylinderWidget | ( | bool | show | ) |
Definition at line 281 of file axlActorCylinder.cpp.
axlActorCylinder::vtkTypeRevisionMacro | ( | axlActorCylinder | , |
vtkAssembly | |||
) |