Open3D (C++ API)  0.18.0+80ae047
Public Member Functions
open3d::t::geometry::DrawableGeometry Class Reference

Mix-in class for geometry types that can be visualized. More...

#include <DrawableGeometry.h>

Inheritance diagram for open3d::t::geometry::DrawableGeometry:
open3d::t::geometry::AxisAlignedBoundingBox open3d::t::geometry::LineSet open3d::t::geometry::OrientedBoundingBox open3d::t::geometry::PointCloud open3d::t::geometry::TriangleMesh

Public Member Functions

 DrawableGeometry ()
 
 ~DrawableGeometry ()
 
bool HasMaterial () const
 Check if a material has been applied to this Geometry with SetMaterial. More...
 
visualization::rendering::MaterialGetMaterial ()
 Get material associated with this Geometry. More...
 
const visualization::rendering::MaterialGetMaterial () 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...
 

Detailed Description

Mix-in class for geometry types that can be visualized.

Constructor & Destructor Documentation

◆ DrawableGeometry()

open3d::t::geometry::DrawableGeometry::DrawableGeometry ( )
inline

◆ ~DrawableGeometry()

open3d::t::geometry::DrawableGeometry::~DrawableGeometry ( )
inline

Member Function Documentation

◆ GetMaterial() [1/2]

visualization::rendering::Material& open3d::t::geometry::DrawableGeometry::GetMaterial ( )
inline

Get material associated with this Geometry.

◆ GetMaterial() [2/2]

const visualization::rendering::Material& open3d::t::geometry::DrawableGeometry::GetMaterial ( ) const
inline

Get const reference to material associated with this Geometry.

◆ HasMaterial()

bool open3d::t::geometry::DrawableGeometry::HasMaterial ( ) const
inline

Check if a material has been applied to this Geometry with SetMaterial.

◆ SetMaterial()

void open3d::t::geometry::DrawableGeometry::SetMaterial ( const visualization::rendering::Material material)
inline

Set the material properties associate with this Geometry.


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