flgrrtview
index
/home/christophe/src/fulguro/swig/rtview/flgrrtview.py

Fulguro Realtime Display Module

 
Modules
       
_flgrrtview
new

 
Classes
       
__builtin__.object
FLGR_RtView2D

 
class FLGR_RtView2D(__builtin__.object)
     Methods defined here:
__del__ lambda self
__getattr__ lambda self, name
__init__(self, *args)
__repr__ = _swig_repr(self)
__setattr__ lambda self, name, value

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
bps
size_xfactor
size_yfactor

Data and other attributes defined here:
__swig_destroy__ = <built-in function delete_FLGR_RtView2D>
__swig_getmethods__ = {'bps': <built-in function FLGR_RtView2D_bps_get>, 'size_xfactor': <built-in function FLGR_RtView2D_size_xfactor_get>, 'size_yfactor': <built-in function FLGR_RtView2D_size_yfactor_get>}
__swig_setmethods__ = {}

 
Functions
       
FLGR_RtView2D_swigregister(...)
flgr2d_rtview_create(*args)
[in] FLGR_Data2D source
[in] Height factor (Integer, default = 1)
[in] Width factor(Integer, default = 1)
[return] FLGR_RtView2D
 
Initialize the display window. Height (size_x) factor allow to specify how many images will be displayed vertically (horizontally)
flgr2d_rtview_destroy(*args)
[in] FLGR_RtView2D
[return] nothing
 
Destruct window
flgr2d_rtview_refresh(*args)
[in] FLGR_RtView2D
[in] FLGR_Data2D source
[in] Height position (Integer, starting to 0)
[in] Width position (Integer, starting to 0)
[return] FLGR_RET_OK, ...
 
Display an image in the position defined by Height and Width position. If no (Height,Width) are given, default values are (0,0) and the upper left of the window will be used to display the image.
flgr2d_rtview_set_palette(...)

 
Data
        FLGR_4_CONNEX = 4
FLGR_6_CONNEX = 6
FLGR_8_CONNEX = 8
FLGR_BIT = 0
FLGR_BSLASH = 8
FLGR_CROSS = 5
FLGR_CROSSX = 6
FLGR_DIAMOND = 9
FLGR_DISC = 3
FLGR_ELLIPSE = 4
FLGR_FALSE = 0
FLGR_FLOAT32 = 9
FLGR_FLOAT64 = 10
FLGR_HEX = 2
FLGR_INT16 = 6
FLGR_INT32 = 7
FLGR_INT64 = 8
FLGR_INT8 = 5
FLGR_LINE = 0
FLGR_MORPHO_OPTIM_CROSS = 1
FLGR_MORPHO_OPTIM_DIAMOND = 5
FLGR_MORPHO_OPTIM_HEXAGON = 2
FLGR_MORPHO_OPTIM_NONE = 6
FLGR_MORPHO_OPTIM_OCTAGON = 4
FLGR_MORPHO_OPTIM_RECTANGLE = 3
FLGR_MORPHO_OPTIM_SQUARE = 0
FLGR_NHB_NO_SYM = 1
FLGR_NHB_SYM = 0
FLGR_NO_CONNEX = 0
FLGR_NO_SHAPE = 12
FLGR_OCTAGON = 10
FLGR_PI = 3.1415926535897931
FLGR_RECT = 1
FLGR_RET_ALLOCATION_ERROR = -4
FLGR_RET_CONNEXITY_UNKNOWN = -5
FLGR_RET_NOT_IMPLEMENTED = -7
FLGR_RET_NULL_OBJECT = -9
FLGR_RET_OK = 0
FLGR_RET_PARAM_ERROR = -12
FLGR_RET_PARAM_UNKNOWN = -6
FLGR_RET_SIZE_ERROR = -3
FLGR_RET_TYPE_DIFFERENT = -2
FLGR_RET_TYPE_UNKNOWN = -1
FLGR_RET_UNDEFINED_ERROR = -8
FLGR_RET_VECTOR_SIZE_DIFFERENT = -10
FLGR_RET_VECTOR_SIZE_ERROR = -11
FLGR_SLASH = 7
FLGR_TRUE = 1
FLGR_UINT16 = 2
FLGR_UINT32 = 3
FLGR_UINT64 = 4
FLGR_UINT8 = 1
FLGR_USER_SHAPE = 11
MAX_fgBIT = 1
MAX_fgFLOAT32 = 3.4000000000000001e+37
MAX_fgFLOAT64 = 1.6999999999999999e+307
MAX_fgINT16 = 32767
MAX_fgINT32 = 2147483647
MAX_fgINT64 = 9223372036854775807L
MAX_fgINT8 = 127
MAX_fgUINT16 = 65535
MAX_fgUINT32 = 4294967295L
MAX_fgUINT64 = 18446744073709551615L
MAX_fgUINT8 = 255
MIN_fgBIT = 0
MIN_fgFLOAT32 = -3.4000000000000002e-37
MIN_fgFLOAT64 = -1.6999999999999999e-307
MIN_fgINT16 = -32768
MIN_fgINT32 = -2147483648
MIN_fgINT64 = 0
MIN_fgINT8 = -128
MIN_fgUINT16 = 0
MIN_fgUINT32 = 0
MIN_fgUINT64 = 0
MIN_fgUINT8 = 0