Open3D (C++ API)
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Data Fields
open3d::docstring::ArgumentDoc Class Reference

#include <docstring.h>

Data Fields

std::string name_ = ""
 
std::string type_ = ""
 
std::string default_ = ""
 
std::string long_default_ = ""
 
std::string body_ = ""
 

Field Documentation

◆ body_

std::string open3d::docstring::ArgumentDoc::body_ = ""

◆ default_

std::string open3d::docstring::ArgumentDoc::default_ = ""

◆ long_default_

std::string open3d::docstring::ArgumentDoc::long_default_ = ""

◆ name_

std::string open3d::docstring::ArgumentDoc::name_ = ""

◆ type_

std::string open3d::docstring::ArgumentDoc::type_ = ""

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