Path Tracer
Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::TranspositionsWrapper< _IndicesType > Class Template Reference

Public Types

typedef TranspositionsBase< TranspositionsWrapperBase
 
typedef Traits::IndicesType IndicesType
 
typedef IndicesType::Scalar StorageIndex
 

Public Member Functions

 TranspositionsWrapper (IndicesType &indices)
 
template<typename OtherDerived >
TranspositionsWrapperoperator= (const TranspositionsBase< OtherDerived > &other)
 
EIGEN_DEVICE_FUNC const IndicesType & indices () const
 
EIGEN_DEVICE_FUNC IndicesType & indices ()
 

Protected Attributes

IndicesType::Nested m_indices
 

Member Function Documentation

◆ indices() [1/2]

template<typename _IndicesType >
EIGEN_DEVICE_FUNC IndicesType& Eigen::TranspositionsWrapper< _IndicesType >::indices ( )
inline
Returns
a reference to the stored array representing the transpositions.

◆ indices() [2/2]

template<typename _IndicesType >
EIGEN_DEVICE_FUNC const IndicesType& Eigen::TranspositionsWrapper< _IndicesType >::indices ( ) const
inline

const version of indices().

◆ operator=()

template<typename _IndicesType >
template<typename OtherDerived >
TranspositionsWrapper& Eigen::TranspositionsWrapper< _IndicesType >::operator= ( const TranspositionsBase< OtherDerived > &  other)
inline

Copies the other transpositions into *this


The documentation for this class was generated from the following files: