![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <Draw.h>

Public Member Functions | |
| DrawObject (const std::string &n, std::shared_ptr< ccHObject > g, bool vis=true) | |
| DrawObject (const std::string &n, std::shared_ptr< t::geometry::Geometry > tg, bool vis=true) | |
| DrawObject (const std::string &n, std::shared_ptr< rendering::TriangleMeshModel > m, bool vis=true) | |
Public Attributes | |
| std::string | name |
| std::shared_ptr< ccHObject > | geometry |
| std::shared_ptr< t::geometry::Geometry > | tgeometry |
| std::shared_ptr< rendering::TriangleMeshModel > | model |
| bool | is_visible |
| cloudViewer::visualization::DrawObject::DrawObject | ( | const std::string & | n, |
| std::shared_ptr< ccHObject > | g, | ||
| bool | vis = true |
||
| ) |
Definition at line 20 of file Draw.cpp.
References geometry, is_visible, and name.
| cloudViewer::visualization::DrawObject::DrawObject | ( | const std::string & | n, |
| std::shared_ptr< t::geometry::Geometry > | tg, | ||
| bool | vis = true |
||
| ) |
Definition at line 28 of file Draw.cpp.
References is_visible, name, and tgeometry.
| cloudViewer::visualization::DrawObject::DrawObject | ( | const std::string & | n, |
| std::shared_ptr< rendering::TriangleMeshModel > | m, | ||
| bool | vis = true |
||
| ) |
Definition at line 36 of file Draw.cpp.
References is_visible, model, and name.
| std::shared_ptr<ccHObject> cloudViewer::visualization::DrawObject::geometry |
Definition at line 22 of file Draw.h.
Referenced by DrawObject().
| bool cloudViewer::visualization::DrawObject::is_visible |
Definition at line 25 of file Draw.h.
Referenced by DrawObject().
| std::shared_ptr<rendering::TriangleMeshModel> cloudViewer::visualization::DrawObject::model |
Definition at line 24 of file Draw.h.
Referenced by DrawObject().
| std::string cloudViewer::visualization::DrawObject::name |
Definition at line 21 of file Draw.h.
Referenced by DrawObject().
| std::shared_ptr<t::geometry::Geometry> cloudViewer::visualization::DrawObject::tgeometry |
Definition at line 23 of file Draw.h.
Referenced by DrawObject().