Jafar
|
This module enables the display of objects jafar::image::JfrImage in Ruby scripts.
Other module or external libraires dependences...
Example to show a rectangle:
viewer = Qdisplay::Viewer.new shape = Qdisplay::Shape.new(Qdisplay::Shape::ShapeRectangle, 3,4 ,10,15) viewer.addShape(shape)
The interface of the module is generated from the following files:
try
{ } catch
block for this module. Classes | |
class | jafar::qdisplay::AbstractEventHandler |
This the base class for Qt events handler that you want to catch in your scripts. More... | |
class | jafar::qdisplay::Ellipsoid |
This class allow to display the uncertainty ellipsoid around a point. More... | |
class | jafar::qdisplay::ImageView |
This class manipulate the view of an image on a Viewer. More... | |
class | jafar::qdisplay::PolyLine |
Allows to display a poly line on a viewer overlay. More... | |
class | jafar::qdisplay::QdisplayException |
Base class for all exceptions defined in the module qdisplay. More... | |
class | jafar::qdisplay::Shape |
Creates a shape (rectangle, cross or ellipse) to disaplay in a view. More... | |
class | jafar::qdisplay::Viewer |
This is the viewer, you can add ImageView to display on it, or overlay using Shape. More... | |
class | jafar::qdisplay::ViewerManager |
ViewerManager gives access to all active Viewer. More... | |
Functions | |
jafar::qdisplay::Line::Line (double x1, double y1, double x2, double y2) | |
Create an Line to use with a Viewer to display a basic shape. |
Generated on Wed Oct 15 2014 00:37:30 for Jafar by doxygen 1.7.6.1 |