fw4spl
|
The fwVtkAxesActor class is a specific and movable vtkAxesActor. More...
#include <fwVtkAxesActor.hpp>
Public Member Functions | |
vtkTypeMacro (fwVtkAxesActor, vtkAxesActor) | |
void | PrintSelf (ostream &os, vtkIndent indent) override |
FWRENDERVTK_API double * | GetBounds () override |
Overload of GetBounds method : In vtkAxesActor Bounds are computed as 'Max' of each actors, and 'Min' values are equals to '-Max'. This work well when vtkAxesActor is centered on 0, but if the actor is moved bounds values may be unconsistent. More... | |
Static Public Member Functions | |
static FWRENDERVTK_API fwVtkAxesActor * | New () |
The fwVtkAxesActor class is a specific and movable vtkAxesActor.
Definition at line 22 of file fwVtkAxesActor.hpp.
|
override |
Overload of GetBounds method : In vtkAxesActor Bounds are computed as 'Max' of each actors, and 'Min' values are equals to '-Max'. This work well when vtkAxesActor is centered on 0, but if the actor is moved bounds values may be unconsistent.
In this method we compute bounds as the min and max of each actors in each direction (X Y Z).
Definition at line 35 of file fwVtkAxesActor.cpp.