Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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.

◆ vertices

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

Definition at line 33 of file qtriangulator.cpp.

Referenced by QVertexSet< T >::operator=().


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