#include <representationconverter.h>
 | 
| 
using  | ConverterID = typename RepresentationConverter< BaseRepr >::ConverterID | 
|   | 
| 
using  | ConverterID = std::pair< std::type_index, std::type_index > | 
|   | 
 | 
| 
virtual ConverterID  | getConverterID () const override | 
|   | 
| 
virtual std::shared_ptr< BaseRepr >  | createFrom (std::shared_ptr< const BaseRepr > source) const override final | 
|   | 
| 
virtual void  | update (std::shared_ptr< const BaseRepr > source, std::shared_ptr< BaseRepr > destination) const override final | 
|   | 
| 
virtual std::shared_ptr< To >  | createFrom (std::shared_ptr< const From > source) const =0 | 
|   | 
| 
virtual void  | update (std::shared_ptr< const From > source, std::shared_ptr< To > destination) const =0 | 
|   | 
template<typename BaseRepr, typename From, typename To>
class inviwo::RepresentationConverterType< BaseRepr, From, To >
A helper type to make it easier to create RepresentationConverters for specific types 
- See also
 - RepresentationConverter 
 
The documentation for this class was generated from the following file:
- representationconverter.h