#include <DebayerConfig.h>
Classes | |
class | AbstractParamDescription |
class | ParamDescription |
Public Types | |
typedef boost::shared_ptr < const AbstractParamDescription > | AbstractParamDescriptionConstPtr |
typedef boost::shared_ptr < AbstractParamDescription > | AbstractParamDescriptionPtr |
Public Member Functions | |
void | __clamp__ () |
bool | __fromMessage__ (dynamic_reconfigure::Config &msg) |
void | __fromServer__ (const ros::NodeHandle &nh) |
uint32_t | __level__ (const DebayerConfig &config) const |
void | __toMessage__ (dynamic_reconfigure::Config &msg) const |
void | __toMessage__ (dynamic_reconfigure::Config &msg, const std::vector< AbstractParamDescriptionConstPtr > &__param_descriptions__) const |
void | __toServer__ (const ros::NodeHandle &nh) const |
Static Public Member Functions | |
static const DebayerConfig & | __getDefault__ () |
static const dynamic_reconfigure::ConfigDescription & | __getDescriptionMessage__ () |
static const DebayerConfig & | __getMax__ () |
static const DebayerConfig & | __getMin__ () |
static const std::vector < AbstractParamDescriptionConstPtr > & | __getParamDescriptions__ () |
Public Attributes | |
int | debayer |
Static Private Member Functions | |
static const DebayerConfigStatics * | __get_statics__ () |
Definition at line 61 of file DebayerConfig.h.
typedef boost::shared_ptr<const AbstractParamDescription> image_proc::DebayerConfig::AbstractParamDescriptionConstPtr |
Definition at line 86 of file DebayerConfig.h.
typedef boost::shared_ptr<AbstractParamDescription> image_proc::DebayerConfig::AbstractParamDescriptionPtr |
Definition at line 85 of file DebayerConfig.h.
void image_proc::DebayerConfig::__clamp__ | ( | ) | [inline] |
Definition at line 198 of file DebayerConfig.h.
bool image_proc::DebayerConfig::__fromMessage__ | ( | dynamic_reconfigure::Config & | msg | ) | [inline] |
Definition at line 140 of file DebayerConfig.h.
void image_proc::DebayerConfig::__fromServer__ | ( | const ros::NodeHandle & | nh | ) | [inline] |
Definition at line 191 of file DebayerConfig.h.
const DebayerConfigStatics * image_proc::DebayerConfig::__get_statics__ | ( | ) | [inline, static, private] |
Definition at line 295 of file DebayerConfig.h.
const DebayerConfig & image_proc::DebayerConfig::__getDefault__ | ( | ) | [inline, static] |
Definition at line 275 of file DebayerConfig.h.
const dynamic_reconfigure::ConfigDescription & image_proc::DebayerConfig::__getDescriptionMessage__ | ( | ) | [inline, static] |
Definition at line 270 of file DebayerConfig.h.
const DebayerConfig & image_proc::DebayerConfig::__getMax__ | ( | ) | [inline, static] |
Definition at line 280 of file DebayerConfig.h.
const DebayerConfig & image_proc::DebayerConfig::__getMin__ | ( | ) | [inline, static] |
Definition at line 285 of file DebayerConfig.h.
const std::vector< DebayerConfig::AbstractParamDescriptionConstPtr > & image_proc::DebayerConfig::__getParamDescriptions__ | ( | ) | [inline, static] |
Definition at line 290 of file DebayerConfig.h.
uint32_t image_proc::DebayerConfig::__level__ | ( | const DebayerConfig & | config | ) | const [inline] |
Definition at line 207 of file DebayerConfig.h.
void image_proc::DebayerConfig::__toMessage__ | ( | dynamic_reconfigure::Config & | msg | ) | const [inline] |
Definition at line 178 of file DebayerConfig.h.
void image_proc::DebayerConfig::__toMessage__ | ( | dynamic_reconfigure::Config & | msg, | |
const std::vector< AbstractParamDescriptionConstPtr > & | __param_descriptions__ | |||
) | const [inline] |
Definition at line 171 of file DebayerConfig.h.
void image_proc::DebayerConfig::__toServer__ | ( | const ros::NodeHandle & | nh | ) | const [inline] |
Definition at line 184 of file DebayerConfig.h.
Definition at line 137 of file DebayerConfig.h.