Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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)
 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/4]

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

Definition at line 28 of file qtriangulator.cpp.

◆ QVertexSet() [2/4]

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

Definition at line 29 of file qtriangulator.cpp.

◆ QVertexSet() [3/4]

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

Definition at line 28 of file qtriangulator.cpp.

◆ QVertexSet() [4/4]

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

Definition at line 29 of file qtriangulator.cpp.

Member Function Documentation

◆ operator=() [1/2]

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

Definition at line 30 of file qtriangulator.cpp.

◆ operator=() [2/2]

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

Definition at line 30 of file qtriangulator.cpp.

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.


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