|
|
template<typename Scalar> |
| using | Vector2 = std::array<Scalar, 2> |
| |
|
template<unsigned int N, typename T> |
| using | RegularGrid = MishaK::RegularGrid<N, T> |
| |
|
|
unsigned int | width () const |
| |
|
unsigned int | height () const |
| |
|
template<typename DataType> |
| void | pad (RegularGrid< 2, DataType > &im) const |
| |
|
template<class DataType> |
| void | unpad (RegularGrid< 2, DataType > &im) const |
| |
|
template<typename Scalar> |
| void | pad (int width, int height, span< std::array< Scalar, 2 > > texcoords) const |
| |
|
template<typename Scalar> |
| void | unpad (int width, int height, span< std::array< Scalar, 2 > > texcoords) const |
| |
|
|
template<typename Scalar> |
| static Padding | init (unsigned int width, unsigned int height, span< const std::array< Scalar, 2 > > texcoords) |
| |
The documentation for this class was generated from the following file: