MIRA
Classes | Namespaces | Functions
FrameworkTransformer.h File Reference

Transformer manages and provides access to the transformation tree of the framework. More...

#include <transform/Pose.h>
#include <transform/Transformer.h>
#include <transform/TransformCast.h>
#include <math/NearestNeighborInterpolator.h>
#include <math/LinearInterpolator.h>
#include <factory/TypeId.h>
#include <fw/FrameworkExports.h>
#include <fw/Channel.h>
Include dependency graph for FrameworkTransformer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FrameworkTransformerNode
 
class  IFrameworkTransformer< Derived >
 IFrameworkTransformer defines RPC methods provided by FrameworkTransformer. More...
 
class  IFrameworkTransformerLinkType< Derived >
 Extension of IFrameworkTransformer supporting link types. More...
 
class  FrameworkTransformer
 
struct  FrameworkTransformReadAccessor< ChannelTransformType, Filter >
 
struct  FrameworkTransformReadAccessor< ChannelTransformType, NearestNeighborInterpolator >
 
struct  FrameworkTransformReadAccessor< ChannelTransformType, LinearInterpolator >
 
struct  FrameworkTransformReadAccessor< ChannelTransformType, LinearInterpolatorNoExtrapolation >
 
struct  FrameworkTransformReadAccessor< ChannelTransformType, LinearInterpolatorNearestNeighbourExtrapolator >
 
struct  FrameworkTransformReadAccessor< ChannelTransformType, LinearInterpolatorExtrapolationLimit >
 
struct  FrameworkTransformWriteAccessor< Transform >
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Functions

template<>
std::string toString< FrameworkTransformerNode::Type > (const FrameworkTransformerNode::Type &value, int precision)
 

Detailed Description

Transformer manages and provides access to the transformation tree of the framework.

Author
Erik Einhorn
Date
2010/10/11