Displays data from objects in a class derived from iAColoredPolyObjectVis.
More...
#include <iAPolyObjectVisActor.h>
Displays data from objects in a class derived from iAColoredPolyObjectVis.
◆ iAPolyObjectVisActor()
create a new visualization of the given 3D object in the given renderer
- Parameters
-
| ren | the VTK renderer to which the 3D object will be added |
| obj | the polydata object that is dislayed |
◆ ~iAPolyObjectVisActor()
| iAPolyObjectVisActor::~iAPolyObjectVisActor |
( |
| ) |
|
◆ actor()
| vtkActor * iAPolyObjectVisActor::actor |
( |
| ) |
|
retrieve actor that contains object (think of removing this method!)
◆ addClippingPlane()
| void iAPolyObjectVisActor::addClippingPlane |
( |
vtkPlane * | p | ) |
|
◆ hide()
| void iAPolyObjectVisActor::hide |
( |
| ) |
|
|
overridevirtual |
◆ hideBoundingBox()
| void iAPolyObjectVisActor::hideBoundingBox |
( |
| ) |
|
hide the object's bounding box
◆ removeClippingPlane()
| void iAPolyObjectVisActor::removeClippingPlane |
( |
vtkPlane * | p | ) |
|
◆ setShowSimple()
| void iAPolyObjectVisActor::setShowSimple |
( |
bool | simple | ) |
|
switch between "simplest" vis (e.g. lines) and default complex vis (e.g. cylinder)
◆ setShowWireFrame()
| void iAPolyObjectVisActor::setShowWireFrame |
( |
bool | show | ) |
|
switch between "normal" surface display mode and wireframe display
◆ show()
| void iAPolyObjectVisActor::show |
( |
| ) |
|
|
overridevirtual |
◆ showBoundingBox()
| void iAPolyObjectVisActor::showBoundingBox |
( |
| ) |
|
show the object's bounding box
◆ updateMapper()
| void iAPolyObjectVisActor::updateMapper |
( |
| ) |
|
Triggers an update of the color mapper and the renderer.
◆ updateRenderer()
| void iAPolyObjectVisActor::updateRenderer |
( |
| ) |
|
|
overridevirtual |
◆ visible()
| bool iAPolyObjectVisActor::visible |
( |
| ) |
const |
whether the object is currently shown
The documentation for this class was generated from the following files: