ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cloudViewer::core::Int3 Class Reference

Public Member Functions

 Int3 ()
 
 Int3 (int k)
 
bool operator== (const Int3 &other) const
 

Public Attributes

int x_
 
int y_
 
int z_
 

Detailed Description

Definition at line 254 of file HashMap.cpp.

Constructor & Destructor Documentation

◆ Int3() [1/2]

cloudViewer::core::Int3::Int3 ( )
inline

Definition at line 256 of file HashMap.cpp.

◆ Int3() [2/2]

cloudViewer::core::Int3::Int3 ( int  k)
inline

Definition at line 257 of file HashMap.cpp.

Member Function Documentation

◆ operator==()

bool cloudViewer::core::Int3::operator== ( const Int3 other) const
inline

Definition at line 258 of file HashMap.cpp.

References x_, y_, and z_.

Member Data Documentation

◆ x_

int cloudViewer::core::Int3::x_

Definition at line 261 of file HashMap.cpp.

Referenced by operator==().

◆ y_

int cloudViewer::core::Int3::y_

Definition at line 262 of file HashMap.cpp.

Referenced by operator==().

◆ z_

int cloudViewer::core::Int3::z_

Definition at line 263 of file HashMap.cpp.

Referenced by operator==().


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