Workspace 6.21.5
Public Member Functions | Public Attributes | List of all members
SplitAndLodPointCloud::PatchIndex Struct Reference

An index referring to a specific patch. The index corresponds to the patch's coordinates in 3 dimensions (x, y and z).

#include <Rendering/SceneComponents/splitandlodpointcloud.h>

Public Member Functions

 PatchIndex ()
 
 PatchIndex (const PatchIndex &other)=default
 
 PatchIndex (int px, int py, int pz)
 
bool operator== (const PatchIndex &rhs) const
 
QString toString () const
 

Public Attributes

int x
 
int y
 
int z
 

Constructor & Destructor Documentation

◆ PatchIndex() [1/3]

PatchIndex ( )
inline

◆ PatchIndex() [2/3]

PatchIndex ( int  px,
int  py,
int  pz 
)
inline

◆ PatchIndex() [3/3]

PatchIndex ( const PatchIndex other)
default

Member Function Documentation

◆ operator==()

bool operator== ( const PatchIndex rhs) const
inline

◆ toString()

QString toString ( ) const
inline

Member Data Documentation

◆ x

int x

◆ y

int y

◆ z

int z