fw4spl
fwVtkAxesActor Class Reference

The fwVtkAxesActor class is a specific and movable vtkAxesActor. More...

#include <fwVtkAxesActor.hpp>

+ Inheritance diagram for fwVtkAxesActor:
+ Collaboration diagram for fwVtkAxesActor:

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 fwVtkAxesActorNew ()
 

Detailed Description

The fwVtkAxesActor class is a specific and movable vtkAxesActor.

See also
GetBounds method

Definition at line 22 of file fwVtkAxesActor.hpp.

Member Function Documentation

double * fwVtkAxesActor::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.

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.


The documentation for this class was generated from the following files: