#include <kogmo_rtdb_obj_base_system_classes.hxx>
Public Member Functions | |
| A2_Image (class RTDBConn &DBC, const char *name="") | |
| unsigned char * | getData (Timestamp committed_ts=0) |
| bool | isDataValid (Timestamp committed_ts=0) |
| void | setPointerRead (bool yes=true) |
| int | getWidth (void) |
| int | getHeight (void) |
| int | getChannels (void) |
| int | getDepth (void) |
| int | getWidthstep (void) |
| int | getColormodel (void) |
| int | calcImgSize (void) |
| std::string | dump (void) const |
Definition at line 608 of file kogmo_rtdb_obj_base_system_classes.hxx.
| KogniMobil::A2_Image< width, height, channels, bits >::A2_Image | ( | class RTDBConn & | DBC, | |
| const char * | name = "" | |||
| ) | [inline] |
Definition at line 616 of file kogmo_rtdb_obj_base_system_classes.hxx.
| int KogniMobil::A2_Image< width, height, channels, bits >::calcImgSize | ( | void | ) | [inline] |
Definition at line 708 of file kogmo_rtdb_obj_base_system_classes.hxx.
| std::string KogniMobil::A2_Image< width, height, channels, bits >::dump | ( | void | ) | const [inline, virtual] |
Reimplemented from KogniMobil::RTDBObj.
Definition at line 712 of file kogmo_rtdb_obj_base_system_classes.hxx.
| int KogniMobil::A2_Image< width, height, channels, bits >::getChannels | ( | void | ) | [inline] |
Definition at line 692 of file kogmo_rtdb_obj_base_system_classes.hxx.
| int KogniMobil::A2_Image< width, height, channels, bits >::getColormodel | ( | void | ) | [inline] |
Definition at line 704 of file kogmo_rtdb_obj_base_system_classes.hxx.
| unsigned char* KogniMobil::A2_Image< width, height, channels, bits >::getData | ( | Timestamp | committed_ts = 0 |
) | [inline] |
Definition at line 642 of file kogmo_rtdb_obj_base_system_classes.hxx.
| int KogniMobil::A2_Image< width, height, channels, bits >::getDepth | ( | void | ) | [inline] |
Definition at line 696 of file kogmo_rtdb_obj_base_system_classes.hxx.
| int KogniMobil::A2_Image< width, height, channels, bits >::getHeight | ( | void | ) | [inline] |
Definition at line 688 of file kogmo_rtdb_obj_base_system_classes.hxx.
| int KogniMobil::A2_Image< width, height, channels, bits >::getWidth | ( | void | ) | [inline] |
Definition at line 684 of file kogmo_rtdb_obj_base_system_classes.hxx.
| int KogniMobil::A2_Image< width, height, channels, bits >::getWidthstep | ( | void | ) | [inline] |
Definition at line 700 of file kogmo_rtdb_obj_base_system_classes.hxx.
| bool KogniMobil::A2_Image< width, height, channels, bits >::isDataValid | ( | Timestamp | committed_ts = 0 |
) | [inline] |
Definition at line 664 of file kogmo_rtdb_obj_base_system_classes.hxx.
| void KogniMobil::A2_Image< width, height, channels, bits >::setPointerRead | ( | bool | yes = true |
) | [inline] |
Definition at line 676 of file kogmo_rtdb_obj_base_system_classes.hxx.