Open3D (C++ API)
0.17.0
|
Mix-in class for geometry types that can be visualized. More...
#include <DrawableGeometry.h>
Public Member Functions | |
DrawableGeometry () | |
~DrawableGeometry () | |
bool | HasMaterial () const |
Check if a material has been applied to this Geometry with SetMaterial. More... | |
visualization::rendering::Material & | GetMaterial () |
Get material associated with this Geometry. More... | |
const visualization::rendering::Material & | GetMaterial () const |
Get const reference to material associated with this Geometry. More... | |
void | SetMaterial (const visualization::rendering::Material &material) |
Set the material properties associate with this Geometry. More... | |
Mix-in class for geometry types that can be visualized.
|
inline |
|
inline |
|
inline |
Get material associated with this Geometry.
|
inline |
Get const reference to material associated with this Geometry.
|
inline |
Check if a material has been applied to this Geometry with SetMaterial.
|
inline |
Set the material properties associate with this Geometry.