Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType > Class Template Reference
+ Inheritance diagram for Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >:

Public Types

typedef XprType::CoeffReturnType CoeffReturnType
 
typedef Eigen::internal::traits< TensorVolumePatchOp >::Index Index
 
typedef Eigen::internal::nested< TensorVolumePatchOp >::type Nested
 
typedef Eigen::NumTraits< Scalar >::Real RealScalar
 
typedef Eigen::internal::traits< TensorVolumePatchOp >::Scalar Scalar
 
typedef Eigen::internal::traits< TensorVolumePatchOp >::StorageKind StorageKind
 

Public Member Functions

DenseIndex col_inflate_strides () const
 
DenseIndex col_strides () const
 
const internal::remove_all_t< typename XprType::Nested > & expression () const
 
DenseIndex in_col_strides () const
 
DenseIndex in_plane_strides () const
 
DenseIndex in_row_strides () const
 
DenseIndex padding_bottom () const
 
DenseIndex padding_bottom_z () const
 
bool padding_explicit () const
 
DenseIndex padding_left () const
 
DenseIndex padding_right () const
 
DenseIndex padding_top () const
 
DenseIndex padding_top_z () const
 
PaddingType padding_type () const
 
Scalar padding_value () const
 
DenseIndex patch_cols () const
 
DenseIndex patch_planes () const
 
DenseIndex patch_rows () const
 
DenseIndex plane_inflate_strides () const
 
DenseIndex plane_strides () const
 
DenseIndex row_inflate_strides () const
 
DenseIndex row_strides () const
 
 TensorVolumePatchOp (const XprType &expr, DenseIndex patch_planes, DenseIndex patch_rows, DenseIndex patch_cols, DenseIndex plane_strides, DenseIndex row_strides, DenseIndex col_strides, DenseIndex in_plane_strides, DenseIndex in_row_strides, DenseIndex in_col_strides, DenseIndex plane_inflate_strides, DenseIndex row_inflate_strides, DenseIndex col_inflate_strides, DenseIndex padding_top_z, DenseIndex padding_bottom_z, DenseIndex padding_top, DenseIndex padding_bottom, DenseIndex padding_left, DenseIndex padding_right, Scalar padding_value)
 
 TensorVolumePatchOp (const XprType &expr, DenseIndex patch_planes, DenseIndex patch_rows, DenseIndex patch_cols, DenseIndex plane_strides, DenseIndex row_strides, DenseIndex col_strides, DenseIndex in_plane_strides, DenseIndex in_row_strides, DenseIndex in_col_strides, DenseIndex plane_inflate_strides, DenseIndex row_inflate_strides, DenseIndex col_inflate_strides, PaddingType padding_type, Scalar padding_value)
 

Protected Attributes

const DenseIndex m_col_inflate_strides
 
const DenseIndex m_col_strides
 
const DenseIndex m_in_col_strides
 
const DenseIndex m_in_plane_strides
 
const DenseIndex m_in_row_strides
 
const DenseIndex m_padding_bottom
 
const DenseIndex m_padding_bottom_z
 
const bool m_padding_explicit
 
const DenseIndex m_padding_left
 
const DenseIndex m_padding_right
 
const DenseIndex m_padding_top
 
const DenseIndex m_padding_top_z
 
const PaddingType m_padding_type
 
const Scalar m_padding_value
 
const DenseIndex m_patch_cols
 
const DenseIndex m_patch_planes
 
const DenseIndex m_patch_rows
 
const DenseIndex m_plane_inflate_strides
 
const DenseIndex m_plane_strides
 
const DenseIndex m_row_inflate_strides
 
const DenseIndex m_row_strides
 
XprType::Nested m_xpr
 

Detailed Description

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType>
class Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >

Definition at line 58 of file TensorVolumePatch.h.

Member Typedef Documentation

◆ CoeffReturnType

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
typedef XprType::CoeffReturnType Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::CoeffReturnType

Definition at line 63 of file TensorVolumePatch.h.

◆ Index

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
typedef Eigen::internal::traits<TensorVolumePatchOp>::Index Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::Index

Definition at line 66 of file TensorVolumePatch.h.

◆ Nested

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
typedef Eigen::internal::nested<TensorVolumePatchOp>::type Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::Nested

Definition at line 64 of file TensorVolumePatch.h.

◆ RealScalar

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
typedef Eigen::NumTraits<Scalar>::Real Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::RealScalar

Definition at line 62 of file TensorVolumePatch.h.

◆ Scalar

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
typedef Eigen::internal::traits<TensorVolumePatchOp>::Scalar Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::Scalar

Definition at line 61 of file TensorVolumePatch.h.

◆ StorageKind

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
typedef Eigen::internal::traits<TensorVolumePatchOp>::StorageKind Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::StorageKind

Definition at line 65 of file TensorVolumePatch.h.

Constructor & Destructor Documentation

◆ TensorVolumePatchOp() [1/2]

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::TensorVolumePatchOp ( const XprType &  expr,
DenseIndex  patch_planes,
DenseIndex  patch_rows,
DenseIndex  patch_cols,
DenseIndex  plane_strides,
DenseIndex  row_strides,
DenseIndex  col_strides,
DenseIndex  in_plane_strides,
DenseIndex  in_row_strides,
DenseIndex  in_col_strides,
DenseIndex  plane_inflate_strides,
DenseIndex  row_inflate_strides,
DenseIndex  col_inflate_strides,
PaddingType  padding_type,
Scalar  padding_value 
)
inline

Definition at line 68 of file TensorVolumePatch.h.

const DenseIndex m_plane_strides
const DenseIndex m_row_inflate_strides
DenseIndex in_plane_strides() const
DenseIndex patch_rows() const
DenseIndex patch_cols() const
DenseIndex col_strides() const
DenseIndex plane_strides() const
PaddingType padding_type() const
const DenseIndex m_padding_bottom_z
DenseIndex in_row_strides() const
const DenseIndex m_plane_inflate_strides
const DenseIndex m_in_row_strides
DenseIndex in_col_strides() const
const PaddingType m_padding_type
const DenseIndex m_padding_right
DenseIndex patch_planes() const
const DenseIndex m_padding_bottom
DenseIndex row_inflate_strides() const
const DenseIndex m_col_inflate_strides
DenseIndex plane_inflate_strides() const
const DenseIndex m_in_col_strides
DenseIndex col_inflate_strides() const
const DenseIndex m_padding_top_z
const DenseIndex m_in_plane_strides
DenseIndex row_strides() const

◆ TensorVolumePatchOp() [2/2]

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::TensorVolumePatchOp ( const XprType &  expr,
DenseIndex  patch_planes,
DenseIndex  patch_rows,
DenseIndex  patch_cols,
DenseIndex  plane_strides,
DenseIndex  row_strides,
DenseIndex  col_strides,
DenseIndex  in_plane_strides,
DenseIndex  in_row_strides,
DenseIndex  in_col_strides,
DenseIndex  plane_inflate_strides,
DenseIndex  row_inflate_strides,
DenseIndex  col_inflate_strides,
DenseIndex  padding_top_z,
DenseIndex  padding_bottom_z,
DenseIndex  padding_top,
DenseIndex  padding_bottom,
DenseIndex  padding_left,
DenseIndex  padding_right,
Scalar  padding_value 
)
inline

Definition at line 80 of file TensorVolumePatch.h.

Member Function Documentation

◆ col_inflate_strides()

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::col_inflate_strides ( ) const
inline

Definition at line 119 of file TensorVolumePatch.h.

119 { return m_col_inflate_strides; }

◆ col_strides()

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::col_strides ( ) const
inline

Definition at line 107 of file TensorVolumePatch.h.

107 { return m_col_strides; }

◆ expression()

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
const internal::remove_all_t<typename XprType::Nested>& Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::expression ( ) const
inline

Definition at line 141 of file TensorVolumePatch.h.

141 { return m_xpr; }

◆ in_col_strides()

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::in_col_strides ( ) const
inline

Definition at line 113 of file TensorVolumePatch.h.

113 { return m_in_col_strides; }

◆ in_plane_strides()

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::in_plane_strides ( ) const
inline

Definition at line 109 of file TensorVolumePatch.h.

109 { return m_in_plane_strides; }

◆ in_row_strides()

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::in_row_strides ( ) const
inline

Definition at line 111 of file TensorVolumePatch.h.

111 { return m_in_row_strides; }

◆ padding_bottom()

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::padding_bottom ( ) const
inline

Definition at line 129 of file TensorVolumePatch.h.

129 { return m_padding_bottom; }

◆ padding_bottom_z()

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::padding_bottom_z ( ) const
inline

Definition at line 125 of file TensorVolumePatch.h.

125 { return m_padding_bottom_z; }

◆ padding_explicit()

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
bool Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::padding_explicit ( ) const
inline

Definition at line 121 of file TensorVolumePatch.h.

121 { return m_padding_explicit; }

◆ padding_left()

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::padding_left ( ) const
inline

Definition at line 131 of file TensorVolumePatch.h.

131 { return m_padding_left; }

◆ padding_right()

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::padding_right ( ) const
inline

Definition at line 133 of file TensorVolumePatch.h.

133 { return m_padding_right; }

◆ padding_top()

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::padding_top ( ) const
inline

Definition at line 127 of file TensorVolumePatch.h.

127 { return m_padding_top; }

◆ padding_top_z()

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::padding_top_z ( ) const
inline

Definition at line 123 of file TensorVolumePatch.h.

123 { return m_padding_top_z; }

◆ padding_type()

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
PaddingType Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::padding_type ( ) const
inline

Definition at line 135 of file TensorVolumePatch.h.

135 { return m_padding_type; }

◆ padding_value()

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
Scalar Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::padding_value ( ) const
inline

Definition at line 137 of file TensorVolumePatch.h.

137 { return m_padding_value; }

◆ patch_cols()

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::patch_cols ( ) const
inline

Definition at line 101 of file TensorVolumePatch.h.

101 { return m_patch_cols; }

◆ patch_planes()

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::patch_planes ( ) const
inline

Definition at line 97 of file TensorVolumePatch.h.

97 { return m_patch_planes; }

◆ patch_rows()

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::patch_rows ( ) const
inline

Definition at line 99 of file TensorVolumePatch.h.

99 { return m_patch_rows; }

◆ plane_inflate_strides()

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::plane_inflate_strides ( ) const
inline

Definition at line 115 of file TensorVolumePatch.h.

115 { return m_plane_inflate_strides; }

◆ plane_strides()

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::plane_strides ( ) const
inline

Definition at line 103 of file TensorVolumePatch.h.

103 { return m_plane_strides; }

◆ row_inflate_strides()

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::row_inflate_strides ( ) const
inline

Definition at line 117 of file TensorVolumePatch.h.

117 { return m_row_inflate_strides; }

◆ row_strides()

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::row_strides ( ) const
inline

Definition at line 105 of file TensorVolumePatch.h.

105 { return m_row_strides; }

Member Data Documentation

◆ m_col_inflate_strides

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::m_col_inflate_strides
protected

Definition at line 156 of file TensorVolumePatch.h.

◆ m_col_strides

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::m_col_strides
protected

Definition at line 150 of file TensorVolumePatch.h.

◆ m_in_col_strides

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::m_in_col_strides
protected

Definition at line 153 of file TensorVolumePatch.h.

◆ m_in_plane_strides

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::m_in_plane_strides
protected

Definition at line 151 of file TensorVolumePatch.h.

◆ m_in_row_strides

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::m_in_row_strides
protected

Definition at line 152 of file TensorVolumePatch.h.

◆ m_padding_bottom

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::m_padding_bottom
protected

Definition at line 161 of file TensorVolumePatch.h.

◆ m_padding_bottom_z

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::m_padding_bottom_z
protected

Definition at line 159 of file TensorVolumePatch.h.

◆ m_padding_explicit

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
const bool Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::m_padding_explicit
protected

Definition at line 157 of file TensorVolumePatch.h.

◆ m_padding_left

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::m_padding_left
protected

Definition at line 162 of file TensorVolumePatch.h.

◆ m_padding_right

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::m_padding_right
protected

Definition at line 163 of file TensorVolumePatch.h.

◆ m_padding_top

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::m_padding_top
protected

Definition at line 160 of file TensorVolumePatch.h.

◆ m_padding_top_z

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::m_padding_top_z
protected

Definition at line 158 of file TensorVolumePatch.h.

◆ m_padding_type

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
const PaddingType Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::m_padding_type
protected

Definition at line 164 of file TensorVolumePatch.h.

◆ m_padding_value

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
const Scalar Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::m_padding_value
protected

Definition at line 165 of file TensorVolumePatch.h.

◆ m_patch_cols

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::m_patch_cols
protected

Definition at line 147 of file TensorVolumePatch.h.

◆ m_patch_planes

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::m_patch_planes
protected

Definition at line 145 of file TensorVolumePatch.h.

◆ m_patch_rows

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::m_patch_rows
protected

Definition at line 146 of file TensorVolumePatch.h.

◆ m_plane_inflate_strides

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::m_plane_inflate_strides
protected

Definition at line 154 of file TensorVolumePatch.h.

◆ m_plane_strides

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::m_plane_strides
protected

Definition at line 148 of file TensorVolumePatch.h.

◆ m_row_inflate_strides

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::m_row_inflate_strides
protected

Definition at line 155 of file TensorVolumePatch.h.

◆ m_row_strides

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
const DenseIndex Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::m_row_strides
protected

Definition at line 149 of file TensorVolumePatch.h.

◆ m_xpr

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
XprType::Nested Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType >::m_xpr
protected

Definition at line 144 of file TensorVolumePatch.h.


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