Templated helper class for converting QVariant to/from pointer classes. More...
#include <cloud_composer_item.h>
Static Public Member Functions | |
static T * | asPtr (QVariant v) |
static QVariant | asQVariant (T *ptr) |
Templated helper class for converting QVariant to/from pointer classes.
Definition at line 151 of file cloud_composer_item.h.
static T* pcl::cloud_composer::VPtr< T >::asPtr | ( | QVariant | v | ) | [inline, static] |
Definition at line 154 of file cloud_composer_item.h.
static QVariant pcl::cloud_composer::VPtr< T >::asQVariant | ( | T * | ptr | ) | [inline, static] |
Definition at line 159 of file cloud_composer_item.h.