Privacy
An open-source, flexible 3D physical simulation framework
mars::interfaces::drawStruct Struct Reference

drawStruct connects a vector of draw_item objects with their update interface DrawInterface More...

#include <draw_structs.h>

Public Attributes

DrawInterfaceptr_draw
 
std::vector< draw_itemdrawItems
 

Detailed Description

drawStruct connects a vector of draw_item objects with their update interface DrawInterface

Definition at line 108 of file draw_structs.h.

Member Data Documentation

◆ drawItems

std::vector<draw_item> mars::interfaces::drawStruct::drawItems

Definition at line 112 of file draw_structs.h.

◆ ptr_draw

DrawInterface* mars::interfaces::drawStruct::ptr_draw

Definition at line 110 of file draw_structs.h.


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