Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
agg::row_info< T > Struct Template Reference

#include <src/agg/agg_basics.h>

Public Member Functions

 row_info ()
 
 row_info (int x1_, int x2_, T *ptr_)
 

Public Attributes

int x1
 
int x2
 
T * ptr
 

Detailed Description

template<class T>
struct agg::row_info< T >

Constructor & Destructor Documentation

◆ row_info() [1/2]

template<class T >
agg::row_info< T >::row_info ( )
inline
537{}

◆ row_info() [2/2]

template<class T >
agg::row_info< T >::row_info ( int  x1_,
int  x2_,
T *  ptr_ 
)
inline
538: x1(x1_), x2(x2_), ptr(ptr_) {}
int x2
Definition agg_basics.h:535
int x1
Definition agg_basics.h:535
T * ptr
Definition agg_basics.h:536

Member Data Documentation

◆ ptr

template<class T >
T* agg::row_info< T >::ptr

◆ x1

template<class T >
int agg::row_info< T >::x1

◆ x2

template<class T >
int agg::row_info< T >::x2

The documentation for this struct was generated from the following file: