#include <BlockDataset.h>
Definition at line 20 of file BlockDataset.h.
|
| BlockDataset (std::string const &path_, std::shared_ptr< HDF5File > file_, const int startRow_, const int startCol_, const int numRows_, const int numCols_) |
|
BlockDataset & | operator= (boost::any const &val) |
|
template<typename ScalarType , typename = typename std::enable_if<std::is_arithmetic<ScalarType>::value, ScalarType>::type> |
BlockDataset & | operator= (ScalarType val) |
|
template<typename MatrixType , typename = typename std::enable_if< !std::is_arithmetic<MatrixType>::value, MatrixType>::type> |
BlockDataset & | operator= (MatrixType const &val) |
|
template<typename ScalarType = double, int rows = Eigen::Dynamic, int cols = Eigen::Dynamic> |
Eigen::Matrix< ScalarType, rows, cols > | eval () |
|
template<typename ScalarType , int rows, int cols> |
| operator ScalarType () |
|
◆ AnyWriterMapType
◆ AnyWriterType
◆ BlockDataset()
muq::Utilities::BlockDataset::BlockDataset |
( |
std::string const & |
path_, |
|
|
std::shared_ptr< HDF5File > |
file_, |
|
|
const int |
startRow_, |
|
|
const int |
startCol_, |
|
|
const int |
numRows_, |
|
|
const int |
numCols_ |
|
) |
| |
|
inline |
◆ eval()
template<typename ScalarType = double, int rows = Eigen::Dynamic, int cols = Eigen::Dynamic>
Eigen::Matrix<ScalarType,rows,cols> muq::Utilities::BlockDataset::eval |
( |
| ) |
|
|
inline |
◆ GetAnyWriterMap()
◆ operator ScalarType()
template<typename ScalarType , int rows, int cols>
muq::Utilities::BlockDataset::operator ScalarType |
( |
| ) |
|
|
inline |
◆ operator=() [1/3]
BlockDataset & BlockDataset::operator= |
( |
boost::any const & |
val | ) |
|
◆ operator=() [2/3]
template<typename MatrixType , typename = typename std::enable_if< !std::is_arithmetic<MatrixType>::value, MatrixType>::type>
BlockDataset& muq::Utilities::BlockDataset::operator= |
( |
MatrixType const & |
val | ) |
|
|
inline |
◆ operator=() [3/3]
template<typename ScalarType , typename = typename std::enable_if<std::is_arithmetic<ScalarType>::value, ScalarType>::type>
BlockDataset& muq::Utilities::BlockDataset::operator= |
( |
ScalarType |
val | ) |
|
|
inline |
◆ file
std::shared_ptr<HDF5File> muq::Utilities::BlockDataset::file |
|
private |
◆ numCols
const int muq::Utilities::BlockDataset::numCols |
|
private |
◆ numRows
const int muq::Utilities::BlockDataset::numRows |
|
private |
◆ path
const std::string muq::Utilities::BlockDataset::path |
|
private |
◆ startCol
const int muq::Utilities::BlockDataset::startCol |
|
private |
◆ startRow
const int muq::Utilities::BlockDataset::startRow |
|
private |
The documentation for this class was generated from the following files: