Public Types | |
| using | SourceVectorType = typename AlgebraTraits<SourceTagT>::vector_type |
| using | TargetVectorType = typename AlgebraTraits<TargetTagT>::vector_type |
Public Member Functions | |
| virtual | ~VectorConverterT () |
| Free resources. | |
| virtual void | convert (SourceVectorType const &source, TargetVectorType &target) const =0 |
Definition at line 108 of file IVectorConverter.h.
| using Alien::VectorConverterT< SourceTagT, TargetTagT >::SourceVectorType = typename AlgebraTraits<SourceTagT>::vector_type |
Definition at line 111 of file IVectorConverter.h.
| using Alien::VectorConverterT< SourceTagT, TargetTagT >::TargetVectorType = typename AlgebraTraits<TargetTagT>::vector_type |
Definition at line 112 of file IVectorConverter.h.
|
inlinevirtual |
Free resources.
Definition at line 114 of file IVectorConverter.h.