Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::components::MeshProperties Struct Reference

Component: Optional triangle indices for a mesh. More...

#include <rerun/components/mesh_properties.hpp>

Public Member Functions

 MeshProperties (rerun::datatypes::MeshProperties props_)
 
MeshPropertiesoperator= (rerun::datatypes::MeshProperties props_)
 
 MeshProperties (std::optional< rerun::Collection< uint32_t > > indices_)
 
MeshPropertiesoperator= (std::optional< rerun::Collection< uint32_t > > indices_)
 
 operator rerun::datatypes::MeshProperties () const
 Cast to the underlying MeshProperties datatype.
 

Static Public Member Functions

static MeshProperties from_triangle_indices (Collection< uint32_t > indices)
 

Public Attributes

rerun::datatypes::MeshProperties props
 

Detailed Description

Component: Optional triangle indices for a mesh.


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