PeriDyno 1.0.0
Loading...
Searching...
No Matches
WRenderParamsWidget.cpp File Reference
#include "WRenderParamsWidget.h"
#include "WSimulationCanvas.h"
#include <Wt/WPushButton.h>
#include <Wt/WPanel.h>
#include <Wt/WColorPicker.h>
#include <Wt/WDoubleSpinBox.h>
#include <Wt/WLabel.h>
#include <Wt/WTable.h>
#include <Wt/WCheckBox.h>
#include <Wt/WHBoxLayout.h>
#include <Wt/WVBoxLayout.h>
#include <Wt/WGridLayout.h>
#include <Wt/WBorderLayout.h>
#include <Wt/WSlider.h>
#include <Wt/WText.h>
#include <GLRenderEngine.h>
Include dependency graph for WRenderParamsWidget.cpp:

Go to the source code of this file.

Functions

template<class T>
TaddTableRow (Wt::WTable *table, std::string label, int labelWidth=120, int widgetWidth=120)
 
Wt::WColor Glm2WColor (glm::vec3 v)
 
glm::vec3 WColor2Glm (Wt::WColor clr)
 
glm::vec3 xyz2sphere (glm::vec3 v)
 
glm::vec3 sphere2xyz (glm::vec3 v)
 

Function Documentation

◆ addTableRow()

template<class T>
T * addTableRow ( Wt::WTable * table,
std::string label,
int labelWidth = 120,
int widgetWidth = 120 )

Definition at line 66 of file WRenderParamsWidget.cpp.

Here is the caller graph for this function:

◆ Glm2WColor()

Wt::WColor Glm2WColor ( glm::vec3 v)

Definition at line 181 of file WRenderParamsWidget.cpp.

Here is the caller graph for this function:

◆ sphere2xyz()

glm::vec3 sphere2xyz ( glm::vec3 v)

Definition at line 199 of file WRenderParamsWidget.cpp.

Here is the caller graph for this function:

◆ WColor2Glm()

glm::vec3 WColor2Glm ( Wt::WColor clr)

Definition at line 186 of file WRenderParamsWidget.cpp.

Here is the caller graph for this function:

◆ xyz2sphere()

glm::vec3 xyz2sphere ( glm::vec3 v)

Definition at line 191 of file WRenderParamsWidget.cpp.

Here is the caller graph for this function: