Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::TensorVolumePatchOp< Planes, Rows, Cols, XprType > Class Template Reference

#include <TensorForwardDeclarations.h>

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

EIGEN_DEVICE_FUNC DenseIndex col_inflate_strides () const
 
EIGEN_DEVICE_FUNC DenseIndex col_strides () const
 
const EIGEN_DEVICE_FUNC internal::remove_all< typename XprType::Nested >::typeexpression () const
 
EIGEN_DEVICE_FUNC DenseIndex in_col_strides () const
 
EIGEN_DEVICE_FUNC DenseIndex in_plane_strides () const
 
EIGEN_DEVICE_FUNC DenseIndex in_row_strides () const
 
EIGEN_DEVICE_FUNC DenseIndex padding_bottom () const
 
EIGEN_DEVICE_FUNC DenseIndex padding_bottom_z () const
 
EIGEN_DEVICE_FUNC bool padding_explicit () const
 
EIGEN_DEVICE_FUNC DenseIndex padding_left () const
 
EIGEN_DEVICE_FUNC DenseIndex padding_right () const
 
EIGEN_DEVICE_FUNC DenseIndex padding_top () const
 
EIGEN_DEVICE_FUNC DenseIndex padding_top_z () const
 
EIGEN_DEVICE_FUNC PaddingType padding_type () const
 
EIGEN_DEVICE_FUNC Scalar padding_value () const
 
EIGEN_DEVICE_FUNC DenseIndex patch_cols () const
 
EIGEN_DEVICE_FUNC DenseIndex patch_planes () const
 
EIGEN_DEVICE_FUNC DenseIndex patch_rows () const
 
EIGEN_DEVICE_FUNC DenseIndex plane_inflate_strides () const
 
EIGEN_DEVICE_FUNC DenseIndex plane_strides () const
 
EIGEN_DEVICE_FUNC DenseIndex row_inflate_strides () const
 
EIGEN_DEVICE_FUNC DenseIndex row_strides () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE 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)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE 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 73 of file TensorForwardDeclarations.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 61 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 64 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 62 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 60 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 59 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 63 of file TensorVolumePatch.h.

Constructor & Destructor Documentation

◆ TensorVolumePatchOp() [1/2]

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE 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 66 of file TensorVolumePatch.h.

◆ TensorVolumePatchOp() [2/2]

template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE 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 78 of file TensorVolumePatch.h.

Member Function Documentation

◆ col_inflate_strides()

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

Definition at line 117 of file TensorVolumePatch.h.

◆ col_strides()

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

Definition at line 105 of file TensorVolumePatch.h.

◆ expression()

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

Definition at line 139 of file TensorVolumePatch.h.

◆ in_col_strides()

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

Definition at line 111 of file TensorVolumePatch.h.

◆ in_plane_strides()

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

Definition at line 107 of file TensorVolumePatch.h.

◆ in_row_strides()

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

Definition at line 109 of file TensorVolumePatch.h.

◆ padding_bottom()

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

Definition at line 127 of file TensorVolumePatch.h.

◆ padding_bottom_z()

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

Definition at line 123 of file TensorVolumePatch.h.

◆ padding_explicit()

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

Definition at line 119 of file TensorVolumePatch.h.

◆ padding_left()

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

Definition at line 129 of file TensorVolumePatch.h.

◆ padding_right()

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

Definition at line 131 of file TensorVolumePatch.h.

◆ padding_top()

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

Definition at line 125 of file TensorVolumePatch.h.

◆ padding_top_z()

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

Definition at line 121 of file TensorVolumePatch.h.

◆ padding_type()

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

Definition at line 133 of file TensorVolumePatch.h.

◆ padding_value()

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

Definition at line 135 of file TensorVolumePatch.h.

◆ patch_cols()

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

Definition at line 99 of file TensorVolumePatch.h.

◆ patch_planes()

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

Definition at line 95 of file TensorVolumePatch.h.

◆ patch_rows()

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

Definition at line 97 of file TensorVolumePatch.h.

◆ plane_inflate_strides()

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

Definition at line 113 of file TensorVolumePatch.h.

◆ plane_strides()

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

Definition at line 101 of file TensorVolumePatch.h.

◆ row_inflate_strides()

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

Definition at line 115 of file TensorVolumePatch.h.

◆ row_strides()

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

Definition at line 103 of file TensorVolumePatch.h.

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 154 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 148 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 151 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 149 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 150 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 159 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 157 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 155 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 160 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 161 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 158 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 156 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 162 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 163 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 145 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 143 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 144 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 152 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 146 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 153 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 147 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 142 of file TensorVolumePatch.h.


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


gtsam
Author(s):
autogenerated on Tue Jun 25 2024 03:10:54