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

#include <src/agg/agg_basics.h>

+ Collaboration diagram for agg::vertex_base< T >:

Public Types

typedef T value_type
 

Public Member Functions

 vertex_base ()
 
 vertex_base (T x_, T y_, unsigned cmd_)
 

Public Attributes

x
 
y
 
unsigned cmd
 

Detailed Description

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

Member Typedef Documentation

◆ value_type

template<class T >
typedef T agg::vertex_base< T >::value_type

Constructor & Destructor Documentation

◆ vertex_base() [1/2]

template<class T >
agg::vertex_base< T >::vertex_base ( )
inline
525{}

◆ vertex_base() [2/2]

template<class T >
agg::vertex_base< T >::vertex_base ( x_,
y_,
unsigned  cmd_ 
)
inline
526: x(x_), y(y_), cmd(cmd_) {}
unsigned cmd
Definition agg_basics.h:524
T y
Definition agg_basics.h:523
T x
Definition agg_basics.h:523

Member Data Documentation

◆ cmd

template<class T >
unsigned agg::vertex_base< T >::cmd

◆ x

template<class T >
T agg::vertex_base< T >::x

◆ y

template<class T >
T agg::vertex_base< T >::y

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