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