![]() |
Prusa Slicer 2.6.0
|
#include <src/agg/agg_conv_transform.h>
Collaboration diagram for agg::conv_transform< VertexSource, Transformer >:Public Member Functions | |
| conv_transform (VertexSource &source, Transformer &tr) | |
| void | attach (VertexSource &source) |
| void | rewind (unsigned path_id) |
| unsigned | vertex (double *x, double *y) |
| void | transformer (Transformer &tr) |
Private Member Functions | |
| conv_transform (const conv_transform< VertexSource > &) | |
| const conv_transform< VertexSource > & | operator= (const conv_transform< VertexSource > &) |
Private Attributes | |
| VertexSource * | m_source |
| Transformer * | m_trans |
|
inline |
|
private |
|
inline |
References agg::conv_transform< VertexSource, Transformer >::m_source.
|
private |
|
inline |
|
inline |
|
inline |
References cmd, agg::is_vertex(), agg::conv_transform< VertexSource, Transformer >::m_source, and agg::conv_transform< VertexSource, Transformer >::m_trans.
Here is the call graph for this function:
|
private |
|
private |