FAST  3.2.0
Framework for Heterogeneous Medical Image Computing and Visualization
Classes | Namespaces | Typedefs
TensorAccess.hpp File Reference
#include <eigen3/unsupported/Eigen/CXX11/Tensor>
#include <FAST/Object.hpp>
#include <FAST/Data/TensorShape.hpp>
+ Include dependency graph for TensorAccess.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fast::TensorAccess
 

Namespaces

 fast
 

Typedefs

template<int NumDimensions>
using fast::TensorData = Eigen::TensorMap< Eigen::Tensor< float, NumDimensions, Eigen::RowMajor > >