19#ifndef LM_IFIXEDSIZETRANSFORMER__ 
   20#define LM_IFIXEDSIZETRANSFORMER__ 
   26namespace learningmachine {
 
   58        return ((
unsigned int) input.size() == this->getDomainSize());
 
 
   68        return ((
unsigned int) output.size() == this->getCoDomainSize());
 
 
   83    virtual void writeBottle(yarp::os::Bottle& bot) 
const;
 
   88    virtual void readBottle(yarp::os::Bottle& bot);
 
  102    virtual yarp::sig::Vector 
transform(
const yarp::sig::Vector& input);
 
  128        this->domainSize = size;
 
 
  137        this->coDomainSize = size;
 
 
  153    virtual bool configure(yarp::os::Searchable& config);
 
 
This file contains the definition of unique IDs for the body parts and the skin parts of the robot.