Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QVertexSet< T > Struct Template Reference
+ Collaboration diagram for QVertexSet< T >:

Public Member Functions

 QVertexSet ()
 
 QVertexSet (const QVertexSet< T > &other)
 
QVertexSet< T > & operator= (const QVertexSet< T > &other)
 

Public Attributes

QList< qrealvertices
 
QList< T > indices
 

Detailed Description

template<typename T>
struct QVertexSet< T >

Definition at line 26 of file qtriangulator.cpp.

Constructor & Destructor Documentation

◆ QVertexSet() [1/2]

template<typename T >
QVertexSet< T >::QVertexSet ( )
inline

Definition at line 28 of file qtriangulator.cpp.

◆ QVertexSet() [2/2]

template<typename T >
QVertexSet< T >::QVertexSet ( const QVertexSet< T > &  other)
inline

Definition at line 29 of file qtriangulator.cpp.

Member Function Documentation

◆ operator=()

template<typename T >
QVertexSet< T > & QVertexSet< T >::operator= ( const QVertexSet< T > &  other)
inline

Definition at line 30 of file qtriangulator.cpp.

References other(), and QVertexSet< T >::vertices.

+ Here is the call graph for this function:

Member Data Documentation

◆ indices

template<typename T >
QList<T> QVertexSet< T >::indices

Definition at line 34 of file qtriangulator.cpp.

Referenced by qPolyline(), qPolyline(), qTriangulate(), qTriangulate(), and qTriangulate().

◆ vertices

template<typename T >
QList<qreal> QVertexSet< T >::vertices

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