#include <CropDecimateConfig.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 CropDecimateConfig &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 CropDecimateConfig & | __getDefault__ () |
static const dynamic_reconfigure::ConfigDescription & | __getDescriptionMessage__ () |
static const CropDecimateConfig & | __getMax__ () |
static const CropDecimateConfig & | __getMin__ () |
static const std::vector < AbstractParamDescriptionConstPtr > & | __getParamDescriptions__ () |
Public Attributes | |
int | decimation_x |
int | decimation_y |
int | height |
int | width |
int | x_offset |
int | y_offset |
Static Private Member Functions | |
static const CropDecimateConfigStatics * | __get_statics__ () |
Definition at line 59 of file CropDecimateConfig.h.
typedef boost::shared_ptr<const AbstractParamDescription> image_proc::CropDecimateConfig::AbstractParamDescriptionConstPtr |
Definition at line 84 of file CropDecimateConfig.h.
typedef boost::shared_ptr<AbstractParamDescription> image_proc::CropDecimateConfig::AbstractParamDescriptionPtr |
Definition at line 83 of file CropDecimateConfig.h.
void image_proc::CropDecimateConfig::__clamp__ | ( | ) | [inline] |
Definition at line 206 of file CropDecimateConfig.h.
bool image_proc::CropDecimateConfig::__fromMessage__ | ( | dynamic_reconfigure::Config & | msg | ) | [inline] |
Definition at line 148 of file CropDecimateConfig.h.
void image_proc::CropDecimateConfig::__fromServer__ | ( | const ros::NodeHandle & | nh | ) | [inline] |
Definition at line 199 of file CropDecimateConfig.h.
const CropDecimateConfigStatics * image_proc::CropDecimateConfig::__get_statics__ | ( | ) | [inline, static, private] |
Definition at line 343 of file CropDecimateConfig.h.
const CropDecimateConfig & image_proc::CropDecimateConfig::__getDefault__ | ( | ) | [inline, static] |
Definition at line 323 of file CropDecimateConfig.h.
const dynamic_reconfigure::ConfigDescription & image_proc::CropDecimateConfig::__getDescriptionMessage__ | ( | ) | [inline, static] |
Definition at line 318 of file CropDecimateConfig.h.
const CropDecimateConfig & image_proc::CropDecimateConfig::__getMax__ | ( | ) | [inline, static] |
Definition at line 328 of file CropDecimateConfig.h.
const CropDecimateConfig & image_proc::CropDecimateConfig::__getMin__ | ( | ) | [inline, static] |
Definition at line 333 of file CropDecimateConfig.h.
const std::vector< CropDecimateConfig::AbstractParamDescriptionConstPtr > & image_proc::CropDecimateConfig::__getParamDescriptions__ | ( | ) | [inline, static] |
Definition at line 338 of file CropDecimateConfig.h.
uint32_t image_proc::CropDecimateConfig::__level__ | ( | const CropDecimateConfig & | config | ) | const [inline] |
Definition at line 215 of file CropDecimateConfig.h.
void image_proc::CropDecimateConfig::__toMessage__ | ( | dynamic_reconfigure::Config & | msg | ) | const [inline] |
Definition at line 186 of file CropDecimateConfig.h.
void image_proc::CropDecimateConfig::__toMessage__ | ( | dynamic_reconfigure::Config & | msg, | |
const std::vector< AbstractParamDescriptionConstPtr > & | __param_descriptions__ | |||
) | const [inline] |
Definition at line 179 of file CropDecimateConfig.h.
void image_proc::CropDecimateConfig::__toServer__ | ( | const ros::NodeHandle & | nh | ) | const [inline] |
Definition at line 192 of file CropDecimateConfig.h.
Definition at line 135 of file CropDecimateConfig.h.
Definition at line 137 of file CropDecimateConfig.h.
Definition at line 145 of file CropDecimateConfig.h.
Definition at line 143 of file CropDecimateConfig.h.
Definition at line 139 of file CropDecimateConfig.h.
Definition at line 141 of file CropDecimateConfig.h.