#include <src/libigl/igl/anttweakbar/ReAntTweakBar.h>
◆ ReTwRWItem() [1/2]
| IGL_INLINE igl::anttweakbar::ReTwRWItem::ReTwRWItem |
( |
const std::string |
_name, |
|
|
TwType |
_type, |
|
|
void * |
_var |
|
) |
| |
|
inline |
81 :
85 {
86 }
std::string name
Definition ReAntTweakBar.h:74
void * var
Definition ReAntTweakBar.h:76
TwType type
Definition ReAntTweakBar.h:75
◆ ReTwRWItem() [2/2]
◆ operator=()
99 {
100 if(this != &that)
101 {
102 this->
name = that.name;
103 this->
type = that.type;
104 this->
var = that.var;
105 }
106 return *this;
107 }
References name, type, and var.
◆ name
| std::string igl::anttweakbar::ReTwRWItem::name |
◆ type
| TwType igl::anttweakbar::ReTwRWItem::type |
◆ var
| void* igl::anttweakbar::ReTwRWItem::var |
The documentation for this struct was generated from the following file: