Open3D (C++ API)  0.18.0+5c982c7
Public Member Functions | Data Fields
open3d::core::Pair< First, Second > Struct Template Reference

#include <SlabTraits.h>

Public Member Functions

OPEN3D_HOST_DEVICE Pair ()
 
OPEN3D_HOST_DEVICE Pair (const First &_first, const Second &_second)
 

Data Fields

First first
 
Second second
 

Constructor & Destructor Documentation

◆ Pair() [1/2]

template<typename First , typename Second >
OPEN3D_HOST_DEVICE open3d::core::Pair< First, Second >::Pair ( )
inline

◆ Pair() [2/2]

template<typename First , typename Second >
OPEN3D_HOST_DEVICE open3d::core::Pair< First, Second >::Pair ( const First &  _first,
const Second &  _second 
)
inline

Field Documentation

◆ first

template<typename First , typename Second >
First open3d::core::Pair< First, Second >::first

◆ second

template<typename First , typename Second >
Second open3d::core::Pair< First, Second >::second

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