Skip to content

Commit

Permalink
Fix doxygen docs with code block for tree output
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabheights committed Aug 15, 2023
1 parent a3cbf05 commit e807806
Showing 1 changed file with 80 additions and 80 deletions.
160 changes: 80 additions & 80 deletions cpp/open3d/data/Dataset.h
Original file line number Diff line number Diff line change
Expand Up @@ -723,26 +723,26 @@ class PaintedPlasterTexture : public DownloadDataset {
/// cloud, rgb sequence, clean depth sequence, noisy depth sequence, oni
/// sequence, and ground-truth camera trajectory.
///
/// RedwoodIndoorLivingRoom1
/// ├── colors
/// │ ├── 00000.jpg
/// │ ├── 00001.jpg
/// │ ├── ...
/// │ └── 02869.jpg
/// ├── depth
/// │ ├── 00000.png
/// │ ├── 00001.png
/// │ ├── ...
/// │ └── 02869.png
/// ├── depth_noisy
/// │ ├── 00000.png
/// │ ├── 00001.png
/// │ ├── ...
/// │ └── 02869.png
/// ├── dist-model.txt
/// ├── livingroom1.oni
/// ├── livingroom1-traj.txt
/// └── livingroom.ply
/// RedwoodIndoorLivingRoom1
/// ├── colors
/// │ ├── 00000.jpg
/// │ ├── 00001.jpg
/// │ ├── ...
/// │ └── 02869.jpg
/// ├── depth
/// │ ├── 00000.png
/// │ ├── 00001.png
/// │ ├── ...
/// │ └── 02869.png
/// ├── depth_noisy
/// │ ├── 00000.png
/// │ ├── 00001.png
/// │ ├── ...
/// │ └── 02869.png
/// ├── dist-model.txt
/// ├── livingroom1.oni
/// ├── livingroom1-traj.txt
/// └── livingroom.ply
class RedwoodIndoorLivingRoom1 : public DownloadDataset {
public:
RedwoodIndoorLivingRoom1(const std::string& data_root = "");
Expand Down Expand Up @@ -779,26 +779,26 @@ class RedwoodIndoorLivingRoom1 : public DownloadDataset {
/// cloud, rgb sequence, clean depth sequence, noisy depth sequence, oni
/// sequence, and ground-truth camera trajectory.
///
/// RedwoodIndoorLivingRoom2
/// ├── colors
/// │ ├── 00000.jpg
/// │ ├── 00001.jpg
/// │ ├── ...
/// │ └── 02349.jpg
/// ├── depth
/// │ ├── 00000.png
/// │ ├── 00001.png
/// │ ├── ...
/// │ └── 02349.png
/// ├── depth_noisy
/// │ ├── 00000.png
/// │ ├── 00001.png
/// │ ├── ...
/// │ └── 02349.png
/// ├── dist-model.txt
/// ├── livingroom2.oni
/// ├── livingroom2-traj.txt
/// └── livingroom.ply
/// RedwoodIndoorLivingRoom2
/// ├── colors
/// │ ├── 00000.jpg
/// │ ├── 00001.jpg
/// │ ├── ...
/// │ └── 02349.jpg
/// ├── depth
/// │ ├── 00000.png
/// │ ├── 00001.png
/// │ ├── ...
/// │ └── 02349.png
/// ├── depth_noisy
/// │ ├── 00000.png
/// │ ├── 00001.png
/// │ ├── ...
/// │ └── 02349.png
/// ├── dist-model.txt
/// ├── livingroom2.oni
/// ├── livingroom2-traj.txt
/// └── livingroom.ply
class RedwoodIndoorLivingRoom2 : public DownloadDataset {
public:
RedwoodIndoorLivingRoom2(const std::string& data_root = "");
Expand Down Expand Up @@ -835,26 +835,26 @@ class RedwoodIndoorLivingRoom2 : public DownloadDataset {
/// cloud, rgb sequence, clean depth sequence, noisy depth sequence, oni
/// sequence, and ground-truth camera trajectory.
///
/// RedwoodIndoorOffice1
/// ├── colors
/// │ ├── 00000.jpg
/// │ ├── 00001.jpg
/// │ ├── ...
/// │ └── 02689.jpg
/// ├── depth
/// │ ├── 00000.png
/// │ ├── 00001.png
/// │ ├── ...
/// │ └── 02689.png
/// ├── depth_noisy
/// │ ├── 00000.png
/// │ ├── 00001.png
/// │ ├── ...
/// │ └── 02689.png
/// ├── dist-model.txt
/// ├── office1.oni
/// ├── office1-traj.txt
/// └── office.ply
/// RedwoodIndoorOffice1
/// ├── colors
/// │ ├── 00000.jpg
/// │ ├── 00001.jpg
/// │ ├── ...
/// │ └── 02689.jpg
/// ├── depth
/// │ ├── 00000.png
/// │ ├── 00001.png
/// │ ├── ...
/// │ └── 02689.png
/// ├── depth_noisy
/// │ ├── 00000.png
/// │ ├── 00001.png
/// │ ├── ...
/// │ └── 02689.png
/// ├── dist-model.txt
/// ├── office1.oni
/// ├── office1-traj.txt
/// └── office.ply
class RedwoodIndoorOffice1 : public DownloadDataset {
public:
RedwoodIndoorOffice1(const std::string& data_root = "");
Expand Down Expand Up @@ -891,26 +891,26 @@ class RedwoodIndoorOffice1 : public DownloadDataset {
/// cloud, rgb sequence, clean depth sequence, noisy depth sequence, oni
/// sequence, and ground-truth camera trajectory.
///
/// RedwoodIndoorOffice2
/// ├── colors
/// │ ├── 00000.jpg
/// │ ├── 00001.jpg
/// │ ├── ...
/// │ └── 02537.jpg
/// ├── depth
/// │ ├── 00000.png
/// │ ├── 00001.png
/// │ ├── ...
/// │ └── 02537.png
/// ├── depth_noisy
/// │ ├── 00000.png
/// │ ├── 00001.png
/// │ ├── ...
/// │ └── 02537.png
/// ├── dist-model.txt
/// ├── office2.oni
/// ├── office2-traj.txt
/// └── office.ply
/// RedwoodIndoorOffice2
/// ├── colors
/// │ ├── 00000.jpg
/// │ ├── 00001.jpg
/// │ ├── ...
/// │ └── 02537.jpg
/// ├── depth
/// │ ├── 00000.png
/// │ ├── 00001.png
/// │ ├── ...
/// │ └── 02537.png
/// ├── depth_noisy
/// │ ├── 00000.png
/// │ ├── 00001.png
/// │ ├── ...
/// │ └── 02537.png
/// ├── dist-model.txt
/// ├── office2.oni
/// ├── office2-traj.txt
/// └── office.ply
class RedwoodIndoorOffice2 : public DownloadDataset {
public:
RedwoodIndoorOffice2(const std::string& data_root = "");
Expand Down

0 comments on commit e807806

Please sign in to comment.