![]() |
Prusa Slicer 2.6.0
|
#include <src/eigen/Eigen/src/Core/DenseStorage.h>
Inheritance diagram for Eigen::DenseStorage< T, Size, _Rows, _Cols, _Options >:
Collaboration diagram for Eigen::DenseStorage< T, Size, _Rows, _Cols, _Options >:Public Member Functions | |
| EIGEN_DEVICE_FUNC | DenseStorage () |
| EIGEN_DEVICE_FUNC | DenseStorage (internal::constructor_without_unaligned_array_assert) |
| EIGEN_DEVICE_FUNC | DenseStorage (const DenseStorage &other) |
| EIGEN_DEVICE_FUNC DenseStorage & | operator= (const DenseStorage &other) |
| EIGEN_DEVICE_FUNC | DenseStorage (Index size, Index rows, Index cols) |
| EIGEN_DEVICE_FUNC void | swap (DenseStorage &other) |
| EIGEN_DEVICE_FUNC void | conservativeResize (Index, Index, Index) |
| EIGEN_DEVICE_FUNC void | resize (Index, Index, Index) |
| EIGEN_DEVICE_FUNC const T * | data () const |
| EIGEN_DEVICE_FUNC T * | data () |
Static Public Member Functions | |
| static EIGEN_DEVICE_FUNC Index | rows (void) |
| static EIGEN_DEVICE_FUNC Index | cols (void) |
Private Attributes | |
| internal::plain_array< T, Size, _Options > | m_data |
|
inline |
References EIGEN_INTERNAL_DENSE_STORAGE_CTOR_PLUGIN.
|
inlineexplicit |
|
inline |
References EIGEN_INTERNAL_DENSE_STORAGE_CTOR_PLUGIN.
|
inline |
References eigen_internal_assert, EIGEN_INTERNAL_DENSE_STORAGE_CTOR_PLUGIN, and EIGEN_UNUSED_VARIABLE.
|
inlinestatic |
Referenced by Eigen::PlainObjectBase< Derived >::coeff(), Eigen::PlainObjectBase< Derived >::coeffRef(), Eigen::PlainObjectBase< Derived >::coeffRef(), Eigen::PlainObjectBase< Derived >::cols(), Eigen::PlainObjectBase< Derived >::packet(), and Eigen::PlainObjectBase< Derived >::writePacket().
Here is the caller graph for this function:
|
inline |
|
inline |
|
inline |
References Eigen::internal::plain_array< T, Size, MatrixOrArrayOptions, Alignment >::array.
Referenced by Eigen::Array< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols >::Array(), Eigen::Array< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols >::Array(), Eigen::PlainObjectBase< Derived >::_init1(), Eigen::PlainObjectBase< Derived >::_init1(), Eigen::PlainObjectBase< Derived >::_init2(), Eigen::PlainObjectBase< Derived >::_init2(), Eigen::PlainObjectBase< Derived >::coeff(), Eigen::PlainObjectBase< Derived >::coeff(), Eigen::PlainObjectBase< Derived >::coeffRef(), Eigen::PlainObjectBase< Derived >::coeffRef(), Eigen::PlainObjectBase< Derived >::coeffRef(), Eigen::PlainObjectBase< Derived >::coeffRef(), Eigen::PlainObjectBase< Derived >::data(), Eigen::PlainObjectBase< Derived >::data(), Eigen::PlainObjectBase< Derived >::packet(), Eigen::PlainObjectBase< Derived >::packet(), Eigen::PlainObjectBase< Derived >::writePacket(), and Eigen::PlainObjectBase< Derived >::writePacket().
Here is the caller graph for this function:
|
inline |
|
inline |
Referenced by Eigen::PlainObjectBase< Derived >::resize(), and Eigen::PlainObjectBase< Derived >::resize().
Here is the caller graph for this function:
|
inlinestatic |
Referenced by Eigen::PlainObjectBase< Derived >::coeff(), Eigen::PlainObjectBase< Derived >::coeffRef(), Eigen::PlainObjectBase< Derived >::coeffRef(), Eigen::PlainObjectBase< Derived >::packet(), Eigen::PlainObjectBase< Derived >::rows(), and Eigen::PlainObjectBase< Derived >::writePacket().
Here is the caller graph for this function:
|
inline |
References Eigen::DenseStorage< T, Size, _Rows, _Cols, _Options >::m_data.
Referenced by Eigen::internal::matrix_swap_impl< MatrixTypeA, MatrixTypeB, true >::run().
Here is the caller graph for this function:
|
private |
Referenced by Eigen::DenseStorage< T, Dynamic, Dynamic, Dynamic, _Options >::DenseStorage(), Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::DenseStorage(), Eigen::DenseStorage< T, Dynamic, Dynamic, _Cols, _Options >::DenseStorage(), Eigen::DenseStorage< T, Size, _Rows, _Cols, _Options >::operator=(), Eigen::DenseStorage< T, Size, Dynamic, Dynamic, _Options >::operator=(), Eigen::DenseStorage< T, Size, Dynamic, _Cols, _Options >::operator=(), Eigen::DenseStorage< T, Size, _Rows, Dynamic, _Options >::operator=(), Eigen::DenseStorage< T, Size, _Rows, _Cols, _Options >::swap(), Eigen::DenseStorage< T, Size, Dynamic, Dynamic, _Options >::swap(), Eigen::DenseStorage< T, Size, Dynamic, _Cols, _Options >::swap(), Eigen::DenseStorage< T, Size, _Rows, Dynamic, _Options >::swap(), Eigen::DenseStorage< T, Dynamic, Dynamic, Dynamic, _Options >::swap(), Eigen::DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >::swap(), and Eigen::DenseStorage< T, Dynamic, Dynamic, _Cols, _Options >::swap().