| 142 | |
| 143 | template<class TDataType> |
| 144 | unsigned int TensorAdaptor<TDataType>::Size() const |
| 145 | { |
| 146 | return mpStorage->Size(); |
| 147 | } |
| 148 | |
| 149 | template<class TDataType> |
| 150 | typename TensorAdaptor<TDataType>::Storage::Pointer TensorAdaptor<TDataType>::pGetStorage() |
no outgoing calls