CARLA
Public Member Functions | Public Attributes | List of all members
carla::geom::MeshMaterial Struct Reference

Material that references the vertex index start and end of a mesh where it is affecting. More...

#include <Mesh.h>

+ Collaboration diagram for carla::geom::MeshMaterial:

Public Member Functions

 MeshMaterial (const std::string &new_name, size_t start=0u, size_t end=0u)
 

Public Attributes

size_t index_end
 
size_t index_start
 
const std::string name
 

Detailed Description

Material that references the vertex index start and end of a mesh where it is affecting.

Definition at line 25 of file Mesh.h.

Constructor & Destructor Documentation

◆ MeshMaterial()

carla::geom::MeshMaterial::MeshMaterial ( const std::string &  new_name,
size_t  start = 0u,
size_t  end = 0u 
)
inline

Definition at line 27 of file Mesh.h.

Member Data Documentation

◆ index_end

size_t carla::geom::MeshMaterial::index_end

Definition at line 39 of file Mesh.h.

◆ index_start

size_t carla::geom::MeshMaterial::index_start

Definition at line 37 of file Mesh.h.

◆ name

const std::string carla::geom::MeshMaterial::name

Definition at line 35 of file Mesh.h.


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