Base class for representing GLUP state variables.
More...
#include <geogram_gfx/GLUP/GLUP_context.h>
Base class for representing GLUP state variables.
Definition at line 719 of file GLUP_context.h.
◆ StateVariableBase()
GLUP::StateVariableBase::StateVariableBase |
( |
Context * |
context, |
|
|
const char * |
name |
|
) |
| |
|
inline |
StateVariableBase constructor.
- Parameters
-
[in] | context | a pointer to the GLUP Context |
[in] | name | the name of the variable, without "GLUPStateBlock." (it is prepended automatically). |
Definition at line 734 of file GLUP_context.h.
◆ address()
◆ initialize()
void GLUP::StateVariableBase::initialize |
( |
Context * |
context, |
|
|
const char * |
name |
|
) |
| |
Initializes a StateVariableBase.
- Parameters
-
[in] | context | a pointer to the GLUP Context |
[in] | name | the name of the variable, without "GLUPStateBlock." (it is prepended automatically when searching for the variable in the state). |
◆ name()
const std::string& GLUP::StateVariableBase::name |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: