ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
pybind11::detail Namespace Reference

Classes

struct  cloudViewer_optional_caster
 
struct  type_caster< cloudViewer::utility::optional< T > >
 
struct  type_caster< cloudViewer::utility::nullopt_t >
 
struct  type_caster< cloudViewer::core::Tensor >
 
struct  path_caster
 
struct  type_caster< fs::path >
 
struct  type_caster< QString >
 
struct  type_caster< QByteArray >
 
struct  type_caster< QVariant >
 

Functions

template<typename T , typename Class_ >
void bind_default_constructor (Class_ &cl)
 
template<typename T , typename Class_ >
void bind_copy_functions (Class_ &cl)
 

Function Documentation

◆ bind_copy_functions()

template<typename T , typename Class_ >
void pybind11::detail::bind_copy_functions ( Class_ &  cl)

Definition at line 104 of file cloudViewer_pybind.h.

◆ bind_default_constructor()

template<typename T , typename Class_ >
void pybind11::detail::bind_default_constructor ( Class_ &  cl)