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
QVertexIndexVector Class Reference

#include <qtriangulator_p.h>

+ Collaboration diagram for QVertexIndexVector:

Public Types

enum  Type { UnsignedInt , UnsignedShort }
 

Public Member Functions

Type type () const
 
void setDataUint (const QList< quint32 > &data)
 
void setDataUshort (const QList< quint16 > &data)
 
const voiddata () const
 
int size () const
 

Detailed Description

Definition at line 24 of file qtriangulator_p.h.

Member Enumeration Documentation

◆ Type

Enumerator
UnsignedInt 
UnsignedShort 

Definition at line 27 of file qtriangulator_p.h.

Member Function Documentation

◆ data()

const void * QVertexIndexVector::data ( ) const
inline

Definition at line 46 of file qtriangulator_p.h.

References QList< T >::data(), and UnsignedInt.

Referenced by setDataUint(), and setDataUshort().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setDataUint()

void QVertexIndexVector::setDataUint ( const QList< quint32 > & data)
inline

Definition at line 34 of file qtriangulator_p.h.

References data(), and UnsignedInt.

+ Here is the call graph for this function:

◆ setDataUshort()

void QVertexIndexVector::setDataUshort ( const QList< quint16 > & data)
inline

Definition at line 40 of file qtriangulator_p.h.

References data(), and UnsignedShort.

+ Here is the call graph for this function:

◆ size()

int QVertexIndexVector::size ( ) const
inline

Definition at line 53 of file qtriangulator_p.h.

References QList< T >::size(), and UnsignedInt.

+ Here is the call graph for this function:

◆ type()

Type QVertexIndexVector::type ( ) const
inline

Definition at line 32 of file qtriangulator_p.h.


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