#include <GraphicsSettings.h>
Public Types | |
enum | eMode { simpleMode_none, simpleMode_bounding_box, simpleMode_fast } |
Public Member Functions | |
GraphicsSettings () | |
~GraphicsSettings () | |
void | Defaults () |
int | LoadFromFile (const std::string &sfileName, std::string &sError) |
void | SaveToFile (const std::string &pFilename, std::string &pError) |
Public Attributes | |
const char * | path_to_meshfile |
const char * | path_to_fieldfile |
eSelectionCategory | eSelect |
Render_t | eRenderType |
ColorRGB | BkgColor |
ColorRGB | NodeIDColor |
ColorRGB | ElemIDColor |
int | iBackgroundMode |
bool | bIsGridOn |
bool | bIsAxesOn |
bool | bIsLegendOn |
bool | bEdgeOn |
bool | bShadingOn |
bool | bIsovalueLineOn |
bool | bLineCoolored |
bool | bIsSmothOn |
bool | bShowNumVertices |
bool | bShowNumElems |
bool | bDisplaySlices |
float | fAmbientLight |
int | iLightModel |
int | iLightPositionLocal |
CVec3f | vLightPos |
eMode | eSmpMode |
int | iSimplicationMode_param |
bool | bIsOrthoOn |
bool | bIsBVHGridDraw |
bool | bIsBVHOctreeDraw |
bool | bIsRayTracing |
Light | DirectionalLight |
bool | bSliceModel |
bool | bShowCutPlane [11] |
FemViewer::GraphicsSettings::GraphicsSettings | ( | ) |
FemViewer::GraphicsSettings::~GraphicsSettings | ( | ) |
void FemViewer::GraphicsSettings::Defaults | ( | ) |
int FemViewer::GraphicsSettings::LoadFromFile | ( | const std::string & | sfileName, | |
std::string & | sError | |||
) |
void FemViewer::GraphicsSettings::SaveToFile | ( | const std::string & | pFilename, | |
std::string & | pError | |||
) |
const char* FemViewer::GraphicsSettings::path_to_fieldfile |
const char* FemViewer::GraphicsSettings::path_to_meshfile |