![]() |
Dem Bones
1.2.0
Skinning Decomposition Library
|
#include <Indexing.h>
Public Types | |
typedef Eigen::Matrix< typename ArgType::Scalar, IndexType::SizeAtCompileTime, 1, Eigen::ColMajor, IndexType::MaxSizeAtCompileTime, 1 > | VectorType |
Public Member Functions | |
indexing_functor_vector (const ArgType &arg, const IndexType &indices) | |
const ArgType::Scalar & | operator() (Eigen::Index idx) const |
NullaryOp forward mapping for vector with indices, check: https://eigen.tuxfamily.org/dox/TopicCustomizing_NullaryExpr.html
Definition at line 93 of file Indexing.h.
typedef Eigen::Matrix<typename ArgType::Scalar, IndexType::SizeAtCompileTime, 1, Eigen::ColMajor, IndexType::MaxSizeAtCompileTime, 1> Dem::indexing_functor_vector< ArgType, IndexType >::VectorType |
Definition at line 102 of file Indexing.h.
|
inline |
Definition at line 103 of file Indexing.h.
|
inline |
Definition at line 105 of file Indexing.h.