OOFEM 3.0
Loading...
Searching...
No Matches
oofem::oofegGraphicContext Class Reference

#include <oofeggraphiccontext.h>

Collaboration diagram for oofem::oofegGraphicContext:

Public Member Functions

 oofegGraphicContext ()
 ~oofegGraphicContext ()
void init (EngngModel *)
EPixel getElementColor ()
EPixel getElementEdgeColor ()
EPixel getRemoteElementColor ()
EPixel getRemoteElementEdgeColor ()
EPixel getNodeColor ()
EPixel getBcIcColor ()
EPixel getBcForceColor ()
EPixel getDeformedElementColor ()
EPixel getCrackPatternColor ()
EPixel getActiveCrackColor ()
EPixel getYieldPlotColor (double ratio)
EPixel getCrossSectionColor ()
EPixel getStandardSparseProfileColor ()
EPixel getExtendedSparseProfileColor ()
EPixel getGeometryColor ()
int getSparseProfileMode ()
int getActiveStep ()
int getActiveStepVersion ()
double getDefScale ()
double getLandScale ()
int getActiveEigVal ()
int getActiveYieldStep ()
int getInternalVarsDefGeoFlag ()
int getActiveDomain ()
int getActiveProblemIndx ()
EngngModelgetActiveProblem ()
EFringeTable getFringeTable ()
void setElementColor (EPixel color)
void setElementEdgeColor (EPixel color)
void setNodeColor (EPixel color)
void setDeformedElementColor (EPixel color)
void setCrackPatternColor (EPixel color)
void setActiveCrackColor (EPixel color)
void setGeometryColor (EPixel color)
void setCrossSectionColor (EPixel color)
void setActiveStep (int n)
void setActiveStepVersion (int n)
void setDefScale (double n)
void setLandScale (double n)
void setActiveEigVal (int n)
void setActiveYieldStep (int n)
void setInternalVarsDefGeoFlag (int n)
void setSparseProfileMode (int n)
int setActiveDomain (int a)
int setActiveProblem (int a)
void setPlotMode (OGC_PlotModeType mode)
void setInternalStateMode (InternalStateMode mode)
void setInternalStateType (InternalStateType type)
void setIntVarIndx (int indx)
InternalStateType giveIntVarType ()
InternalStateMode giveIntVarMode ()
OGC_PlotModeType giveIntVarPlotMode ()
int giveIntVarIndx ()
ScalarAlgorithmType getScalarAlgo ()
void setScalarAlgo (ScalarAlgorithmType a)
SmootherType giveSmootherType ()
void setSmootherType (SmootherType type)
ScaleMode getScaleMode ()
void setScaleMode (ScaleMode s)
double getScaleMin ()
double getScaleMax ()
void setScaleVals (double smin, double smax)
void resetScaleVals ()
void updateFringeTableMinMax (double *s, int size)
int testElementGraphicActivity (Element *)
int getMaterialModelFilterState (int i)
void setMaterialModelFilterState (int i, int state)
void setElementFilterState (char *initString)
bool isActive ()
void setActivityFlag (bool flag)
 sets activity flag

Protected Member Functions

EPixel GR_giveColorFromUserColorTable (EPixel *table, int tableSize, double relVal)

Protected Attributes

InternalStateType varType
int component
OGC_PlotModeType plotMode
bool isActiveFlag

Static Protected Attributes

static EngngModelemodel = NULL
static EFringeTable ft
static EPixel meshFillColor
static EPixel remoteMeshFillColor
static EPixel edgeColor
static EPixel remoteEdgeColor
static EPixel nodeColor
static EPixel bcicColor
static EPixel bcForceColor
static EPixel deformedElementColor
static EPixel crackPatternColor
static EPixel activeCrackColor
static EPixel yieldPlotColors [OOFEG_YIELD_STEPS]
static EPixel standardSparseProfileColor
static EPixel extendedSparseProfileColor
static EPixel geometryColor
static EPixel crossSectionColor
static int activeStep = -1
static int activeStepVersion = 0
static double defScale = 1.0
static double zprofilescale = 0.0
static int activeEigVal = 1
static int activeYieldStep
static IntArray matRegFilter
static std ::list< Rangeelement_filter
static ScalarAlgorithmType scalarAlgo = SA_ISO_SURF
static SmootherType smootherType
static int intVarDefGeoFlag = 0
static int sparseProfileMode
static int activeProblem = 0
static int activeDomain = 0
static ScaleMode smode
static double emin
static double emax
static int scaleInitFlag
static bool staticVarsInitFlag = 0
static InternalStateMode varMode = ISM_recovered

Detailed Description

Definition at line 132 of file oofeggraphiccontext.h.

Constructor & Destructor Documentation

◆ oofegGraphicContext()

oofem::oofegGraphicContext::oofegGraphicContext ( )

Definition at line 84 of file oofeggraphiccontext.C.

References isActiveFlag, oofem::OGC_unknown, and plotMode.

◆ ~oofegGraphicContext()

oofem::oofegGraphicContext::~oofegGraphicContext ( )

Definition at line 138 of file oofeggraphiccontext.C.

Member Function Documentation

◆ getActiveCrackColor()

EPixel oofem::oofegGraphicContext::getActiveCrackColor ( )
inline

Definition at line 223 of file oofeggraphiccontext.h.

References activeCrackColor.

◆ getActiveDomain()

int oofem::oofegGraphicContext::getActiveDomain ( )
inline

Definition at line 242 of file oofeggraphiccontext.h.

References activeDomain.

◆ getActiveEigVal()

int oofem::oofegGraphicContext::getActiveEigVal ( )
inline

Definition at line 239 of file oofeggraphiccontext.h.

References activeEigVal.

◆ getActiveProblem()

EngngModel * oofem::oofegGraphicContext::getActiveProblem ( )

Definition at line 227 of file oofeggraphiccontext.C.

References activeProblem, and emodel.

◆ getActiveProblemIndx()

int oofem::oofegGraphicContext::getActiveProblemIndx ( )
inline

Definition at line 243 of file oofeggraphiccontext.h.

References activeProblem.

◆ getActiveStep()

int oofem::oofegGraphicContext::getActiveStep ( )
inline

Definition at line 235 of file oofeggraphiccontext.h.

References activeStep.

◆ getActiveStepVersion()

int oofem::oofegGraphicContext::getActiveStepVersion ( )
inline

Definition at line 236 of file oofeggraphiccontext.h.

References activeStepVersion.

◆ getActiveYieldStep()

int oofem::oofegGraphicContext::getActiveYieldStep ( )
inline

Definition at line 240 of file oofeggraphiccontext.h.

References activeYieldStep.

◆ getBcForceColor()

EPixel oofem::oofegGraphicContext::getBcForceColor ( )
inline

Definition at line 220 of file oofeggraphiccontext.h.

References bcForceColor.

◆ getBcIcColor()

EPixel oofem::oofegGraphicContext::getBcIcColor ( )
inline

Definition at line 219 of file oofeggraphiccontext.h.

References bcicColor.

◆ getCrackPatternColor()

EPixel oofem::oofegGraphicContext::getCrackPatternColor ( )
inline

Definition at line 222 of file oofeggraphiccontext.h.

References crackPatternColor.

◆ getCrossSectionColor()

EPixel oofem::oofegGraphicContext::getCrossSectionColor ( )
inline

Definition at line 226 of file oofeggraphiccontext.h.

References crossSectionColor.

◆ getDeformedElementColor()

EPixel oofem::oofegGraphicContext::getDeformedElementColor ( )
inline

Definition at line 221 of file oofeggraphiccontext.h.

References deformedElementColor.

Referenced by oofem::TR1_2D_PFEM::drawScalar().

◆ getDefScale()

double oofem::oofegGraphicContext::getDefScale ( )
inline

Definition at line 237 of file oofeggraphiccontext.h.

References defScale.

◆ getElementColor()

EPixel oofem::oofegGraphicContext::getElementColor ( )
inline

Definition at line 214 of file oofeggraphiccontext.h.

References meshFillColor.

◆ getElementEdgeColor()

EPixel oofem::oofegGraphicContext::getElementEdgeColor ( )
inline

Definition at line 215 of file oofeggraphiccontext.h.

References edgeColor.

◆ getExtendedSparseProfileColor()

EPixel oofem::oofegGraphicContext::getExtendedSparseProfileColor ( )
inline

Definition at line 228 of file oofeggraphiccontext.h.

References extendedSparseProfileColor.

◆ getFringeTable()

EFringeTable oofem::oofegGraphicContext::getFringeTable ( )
inline

Definition at line 245 of file oofeggraphiccontext.h.

References ft.

Referenced by updateFringeTableMinMax().

◆ getGeometryColor()

EPixel oofem::oofegGraphicContext::getGeometryColor ( )
inline

Definition at line 229 of file oofeggraphiccontext.h.

References geometryColor.

◆ getInternalVarsDefGeoFlag()

int oofem::oofegGraphicContext::getInternalVarsDefGeoFlag ( )
inline

Definition at line 241 of file oofeggraphiccontext.h.

References intVarDefGeoFlag.

◆ getLandScale()

double oofem::oofegGraphicContext::getLandScale ( )
inline

Definition at line 238 of file oofeggraphiccontext.h.

References zprofilescale.

Referenced by oofem::TR1_2D_PFEM::drawScalar().

◆ getMaterialModelFilterState()

int oofem::oofegGraphicContext::getMaterialModelFilterState ( int i)

Returns the state of material model (region) filter for particular mod.el

Definition at line 180 of file oofeggraphiccontext.C.

References matRegFilter.

Referenced by testElementGraphicActivity().

◆ getNodeColor()

EPixel oofem::oofegGraphicContext::getNodeColor ( )
inline

Definition at line 218 of file oofeggraphiccontext.h.

References nodeColor.

◆ getRemoteElementColor()

EPixel oofem::oofegGraphicContext::getRemoteElementColor ( )
inline

Definition at line 216 of file oofeggraphiccontext.h.

References remoteMeshFillColor.

◆ getRemoteElementEdgeColor()

EPixel oofem::oofegGraphicContext::getRemoteElementEdgeColor ( )
inline

Definition at line 217 of file oofeggraphiccontext.h.

References remoteEdgeColor.

◆ getScalarAlgo()

ScalarAlgorithmType oofem::oofegGraphicContext::getScalarAlgo ( )
inline

Definition at line 278 of file oofeggraphiccontext.h.

References scalarAlgo.

Referenced by oofem::TR1_2D_PFEM::drawScalar().

◆ getScaleMax()

double oofem::oofegGraphicContext::getScaleMax ( )
inline

Definition at line 287 of file oofeggraphiccontext.h.

References emax.

Referenced by updateFringeTableMinMax().

◆ getScaleMin()

double oofem::oofegGraphicContext::getScaleMin ( )
inline

Definition at line 286 of file oofeggraphiccontext.h.

References emin.

Referenced by updateFringeTableMinMax().

◆ getScaleMode()

ScaleMode oofem::oofegGraphicContext::getScaleMode ( )
inline

Definition at line 284 of file oofeggraphiccontext.h.

References smode.

Referenced by updateFringeTableMinMax().

◆ getSparseProfileMode()

int oofem::oofegGraphicContext::getSparseProfileMode ( )
inline

Definition at line 230 of file oofeggraphiccontext.h.

References sparseProfileMode.

◆ getStandardSparseProfileColor()

EPixel oofem::oofegGraphicContext::getStandardSparseProfileColor ( )
inline

Definition at line 227 of file oofeggraphiccontext.h.

References standardSparseProfileColor.

◆ getYieldPlotColor()

EPixel oofem::oofegGraphicContext::getYieldPlotColor ( double ratio)
inline

◆ giveIntVarIndx()

int oofem::oofegGraphicContext::giveIntVarIndx ( )
inline

Definition at line 276 of file oofeggraphiccontext.h.

Referenced by oofem::TR1_2D_PFEM::drawScalar().

◆ giveIntVarMode()

InternalStateMode oofem::oofegGraphicContext::giveIntVarMode ( )
inline

Definition at line 274 of file oofeggraphiccontext.h.

Referenced by oofem::TR1_2D_PFEM::drawScalar().

◆ giveIntVarPlotMode()

OGC_PlotModeType oofem::oofegGraphicContext::giveIntVarPlotMode ( )
inline

Definition at line 275 of file oofeggraphiccontext.h.

◆ giveIntVarType()

InternalStateType oofem::oofegGraphicContext::giveIntVarType ( )
inline

Definition at line 273 of file oofeggraphiccontext.h.

Referenced by oofem::TR1_2D_PFEM::drawScalar().

◆ giveSmootherType()

SmootherType oofem::oofegGraphicContext::giveSmootherType ( )
inline

Definition at line 281 of file oofeggraphiccontext.h.

References smootherType.

◆ GR_giveColorFromUserColorTable()

EPixel oofem::oofegGraphicContext::GR_giveColorFromUserColorTable ( EPixel * table,
int tableSize,
double relVal )
protected

Definition at line 142 of file oofeggraphiccontext.C.

Referenced by getYieldPlotColor().

◆ init()

◆ isActive()

bool oofem::oofegGraphicContext::isActive ( )
inline

tests if context is active

Definition at line 323 of file oofeggraphiccontext.h.

◆ resetScaleVals()

void oofem::oofegGraphicContext::resetScaleVals ( )
inline

Definition at line 292 of file oofeggraphiccontext.h.

References emax, emin, scaleInitFlag, oofem::SM_Autoscale, and smode.

◆ setActiveCrackColor()

void oofem::oofegGraphicContext::setActiveCrackColor ( EPixel color)
inline

Definition at line 252 of file oofeggraphiccontext.h.

References activeCrackColor.

◆ setActiveDomain()

int oofem::oofegGraphicContext::setActiveDomain ( int a)
inline

Definition at line 263 of file oofeggraphiccontext.h.

References activeDomain.

◆ setActiveEigVal()

void oofem::oofegGraphicContext::setActiveEigVal ( int n)
inline

Definition at line 259 of file oofeggraphiccontext.h.

References activeEigVal.

◆ setActiveProblem()

◆ setActiveStep()

void oofem::oofegGraphicContext::setActiveStep ( int n)
inline

Definition at line 255 of file oofeggraphiccontext.h.

References activeStep.

◆ setActiveStepVersion()

void oofem::oofegGraphicContext::setActiveStepVersion ( int n)
inline

Definition at line 256 of file oofeggraphiccontext.h.

References activeStepVersion.

◆ setActiveYieldStep()

void oofem::oofegGraphicContext::setActiveYieldStep ( int n)
inline

Definition at line 260 of file oofeggraphiccontext.h.

References activeYieldStep.

◆ setActivityFlag()

void oofem::oofegGraphicContext::setActivityFlag ( bool flag)
inline

sets activity flag

Definition at line 325 of file oofeggraphiccontext.h.

References isActiveFlag.

◆ setCrackPatternColor()

void oofem::oofegGraphicContext::setCrackPatternColor ( EPixel color)
inline

Definition at line 251 of file oofeggraphiccontext.h.

References crackPatternColor.

◆ setCrossSectionColor()

void oofem::oofegGraphicContext::setCrossSectionColor ( EPixel color)
inline

Definition at line 254 of file oofeggraphiccontext.h.

References crossSectionColor.

◆ setDeformedElementColor()

void oofem::oofegGraphicContext::setDeformedElementColor ( EPixel color)
inline

Definition at line 250 of file oofeggraphiccontext.h.

References deformedElementColor.

◆ setDefScale()

void oofem::oofegGraphicContext::setDefScale ( double n)
inline

Definition at line 257 of file oofeggraphiccontext.h.

References defScale.

◆ setElementColor()

void oofem::oofegGraphicContext::setElementColor ( EPixel color)
inline

Definition at line 247 of file oofeggraphiccontext.h.

References meshFillColor.

◆ setElementEdgeColor()

void oofem::oofegGraphicContext::setElementEdgeColor ( EPixel color)
inline

Definition at line 248 of file oofeggraphiccontext.h.

References edgeColor.

◆ setElementFilterState()

void oofem::oofegGraphicContext::setElementFilterState ( char * initString)

Sets the state of element filter for particular model

Parameters
initStringString containing valid range string representation, with element_filter keyword.

Definition at line 200 of file oofeggraphiccontext.C.

References element_filter, and oofem::OOFEMTXTInputRecord::giveField().

◆ setGeometryColor()

void oofem::oofegGraphicContext::setGeometryColor ( EPixel color)
inline

Definition at line 253 of file oofeggraphiccontext.h.

References geometryColor.

◆ setInternalStateMode()

void oofem::oofegGraphicContext::setInternalStateMode ( InternalStateMode mode)
inline

Definition at line 270 of file oofeggraphiccontext.h.

References varMode.

◆ setInternalStateType()

void oofem::oofegGraphicContext::setInternalStateType ( InternalStateType type)
inline

Definition at line 271 of file oofeggraphiccontext.h.

References varType.

◆ setInternalVarsDefGeoFlag()

void oofem::oofegGraphicContext::setInternalVarsDefGeoFlag ( int n)
inline

Definition at line 261 of file oofeggraphiccontext.h.

References intVarDefGeoFlag.

◆ setIntVarIndx()

void oofem::oofegGraphicContext::setIntVarIndx ( int indx)
inline

Definition at line 272 of file oofeggraphiccontext.h.

References component.

◆ setLandScale()

void oofem::oofegGraphicContext::setLandScale ( double n)
inline

Definition at line 258 of file oofeggraphiccontext.h.

References zprofilescale.

◆ setMaterialModelFilterState()

void oofem::oofegGraphicContext::setMaterialModelFilterState ( int i,
int state )

Sets the state of material model (region) filter for particular model.

Definition at line 190 of file oofeggraphiccontext.C.

References matRegFilter.

◆ setNodeColor()

void oofem::oofegGraphicContext::setNodeColor ( EPixel color)
inline

Definition at line 249 of file oofeggraphiccontext.h.

References nodeColor.

◆ setPlotMode()

void oofem::oofegGraphicContext::setPlotMode ( OGC_PlotModeType mode)
inline

Definition at line 269 of file oofeggraphiccontext.h.

References plotMode.

◆ setScalarAlgo()

void oofem::oofegGraphicContext::setScalarAlgo ( ScalarAlgorithmType a)
inline

Definition at line 279 of file oofeggraphiccontext.h.

References scalarAlgo.

◆ setScaleMode()

void oofem::oofegGraphicContext::setScaleMode ( ScaleMode s)
inline

Definition at line 285 of file oofeggraphiccontext.h.

References smode.

◆ setScaleVals()

void oofem::oofegGraphicContext::setScaleVals ( double smin,
double smax )
inline

Definition at line 288 of file oofeggraphiccontext.h.

References emax, and emin.

Referenced by updateFringeTableMinMax().

◆ setSmootherType()

void oofem::oofegGraphicContext::setSmootherType ( SmootherType type)
inline

Definition at line 282 of file oofeggraphiccontext.h.

◆ setSparseProfileMode()

void oofem::oofegGraphicContext::setSparseProfileMode ( int n)
inline

Definition at line 262 of file oofeggraphiccontext.h.

References sparseProfileMode.

◆ testElementGraphicActivity()

int oofem::oofegGraphicContext::testElementGraphicActivity ( Element * e)

Test if particular element passed fulfills various filtering criteria for its graphics output.

Returns
Nonzero if output requested, zero otherwise..

Definition at line 161 of file oofeggraphiccontext.C.

References element_filter, getMaterialModelFilterState(), oofem::FEMComponent::giveNumber(), and oofem::Element::giveRegionNumber().

Referenced by oofem::TR1_2D_PFEM::drawScalar().

◆ updateFringeTableMinMax()

void oofem::oofegGraphicContext::updateFringeTableMinMax ( double * s,
int size )

Member Data Documentation

◆ activeCrackColor

EPixel oofem::oofegGraphicContext::activeCrackColor
staticprotected

Definition at line 152 of file oofeggraphiccontext.h.

Referenced by getActiveCrackColor(), init(), and setActiveCrackColor().

◆ activeDomain

int oofem::oofegGraphicContext::activeDomain = 0
staticprotected

Definition at line 183 of file oofeggraphiccontext.h.

Referenced by getActiveDomain(), init(), and setActiveDomain().

◆ activeEigVal

int oofem::oofegGraphicContext::activeEigVal = 1
staticprotected

Definition at line 161 of file oofeggraphiccontext.h.

Referenced by getActiveEigVal(), and setActiveEigVal().

◆ activeProblem

int oofem::oofegGraphicContext::activeProblem = 0
staticprotected

Definition at line 182 of file oofeggraphiccontext.h.

Referenced by getActiveProblem(), getActiveProblemIndx(), and setActiveProblem().

◆ activeStep

int oofem::oofegGraphicContext::activeStep = -1
staticprotected

Definition at line 158 of file oofeggraphiccontext.h.

Referenced by getActiveStep(), and setActiveStep().

◆ activeStepVersion

int oofem::oofegGraphicContext::activeStepVersion = 0
staticprotected

Definition at line 158 of file oofeggraphiccontext.h.

Referenced by getActiveStepVersion(), and setActiveStepVersion().

◆ activeYieldStep

int oofem::oofegGraphicContext::activeYieldStep
staticprotected

Definition at line 162 of file oofeggraphiccontext.h.

Referenced by getActiveYieldStep(), and setActiveYieldStep().

◆ bcForceColor

EPixel oofem::oofegGraphicContext::bcForceColor
staticprotected

Definition at line 149 of file oofeggraphiccontext.h.

Referenced by getBcForceColor(), and init().

◆ bcicColor

EPixel oofem::oofegGraphicContext::bcicColor
staticprotected

Definition at line 148 of file oofeggraphiccontext.h.

Referenced by getBcIcColor(), and init().

◆ component

int oofem::oofegGraphicContext::component
protected

Definition at line 201 of file oofeggraphiccontext.h.

Referenced by setIntVarIndx().

◆ crackPatternColor

EPixel oofem::oofegGraphicContext::crackPatternColor
staticprotected

Definition at line 151 of file oofeggraphiccontext.h.

Referenced by getCrackPatternColor(), init(), and setCrackPatternColor().

◆ crossSectionColor

EPixel oofem::oofegGraphicContext::crossSectionColor
staticprotected

Definition at line 156 of file oofeggraphiccontext.h.

Referenced by getCrossSectionColor(), init(), and setCrossSectionColor().

◆ deformedElementColor

EPixel oofem::oofegGraphicContext::deformedElementColor
staticprotected

Definition at line 150 of file oofeggraphiccontext.h.

Referenced by getDeformedElementColor(), init(), and setDeformedElementColor().

◆ defScale

double oofem::oofegGraphicContext::defScale = 1.0
staticprotected

Definition at line 159 of file oofeggraphiccontext.h.

Referenced by getDefScale(), and setDefScale().

◆ edgeColor

EPixel oofem::oofegGraphicContext::edgeColor
staticprotected

Definition at line 144 of file oofeggraphiccontext.h.

Referenced by getElementEdgeColor(), init(), and setElementEdgeColor().

◆ element_filter

std::list< Range > oofem::oofegGraphicContext::element_filter
staticprotected

Definition at line 168 of file oofeggraphiccontext.h.

Referenced by setElementFilterState(), and testElementGraphicActivity().

◆ emax

double oofem::oofegGraphicContext::emax
staticprotected

Definition at line 187 of file oofeggraphiccontext.h.

Referenced by getScaleMax(), resetScaleVals(), and setScaleVals().

◆ emin

double oofem::oofegGraphicContext::emin
staticprotected

Definition at line 187 of file oofeggraphiccontext.h.

Referenced by getScaleMin(), resetScaleVals(), and setScaleVals().

◆ emodel

EngngModel * oofem::oofegGraphicContext::emodel = NULL
staticprotected

Definition at line 139 of file oofeggraphiccontext.h.

Referenced by getActiveProblem(), init(), and setActiveProblem().

◆ extendedSparseProfileColor

EPixel oofem::oofegGraphicContext::extendedSparseProfileColor
staticprotected

Definition at line 154 of file oofeggraphiccontext.h.

Referenced by getExtendedSparseProfileColor(), and init().

◆ ft

EFringeTable oofem::oofegGraphicContext::ft
staticprotected

Definition at line 140 of file oofeggraphiccontext.h.

Referenced by getFringeTable(), and init().

◆ geometryColor

EPixel oofem::oofegGraphicContext::geometryColor
staticprotected

Definition at line 155 of file oofeggraphiccontext.h.

Referenced by getGeometryColor(), init(), and setGeometryColor().

◆ intVarDefGeoFlag

int oofem::oofegGraphicContext::intVarDefGeoFlag = 0
staticprotected

Definition at line 176 of file oofeggraphiccontext.h.

Referenced by getInternalVarsDefGeoFlag(), and setInternalVarsDefGeoFlag().

◆ isActiveFlag

bool oofem::oofegGraphicContext::isActiveFlag
protected

Definition at line 205 of file oofeggraphiccontext.h.

Referenced by oofegGraphicContext(), and setActivityFlag().

◆ matRegFilter

IntArray oofem::oofegGraphicContext::matRegFilter
staticprotected

◆ meshFillColor

EPixel oofem::oofegGraphicContext::meshFillColor
staticprotected

Definition at line 142 of file oofeggraphiccontext.h.

Referenced by getElementColor(), init(), and setElementColor().

◆ nodeColor

EPixel oofem::oofegGraphicContext::nodeColor
staticprotected

Definition at line 147 of file oofeggraphiccontext.h.

Referenced by getNodeColor(), init(), and setNodeColor().

◆ plotMode

OGC_PlotModeType oofem::oofegGraphicContext::plotMode
protected

Definition at line 203 of file oofeggraphiccontext.h.

Referenced by oofegGraphicContext(), and setPlotMode().

◆ remoteEdgeColor

EPixel oofem::oofegGraphicContext::remoteEdgeColor
staticprotected

Definition at line 145 of file oofeggraphiccontext.h.

Referenced by getRemoteElementEdgeColor().

◆ remoteMeshFillColor

EPixel oofem::oofegGraphicContext::remoteMeshFillColor
staticprotected

Definition at line 143 of file oofeggraphiccontext.h.

Referenced by getRemoteElementColor(), and init().

◆ scalarAlgo

ScalarAlgorithmType oofem::oofegGraphicContext::scalarAlgo = SA_ISO_SURF
staticprotected

Definition at line 170 of file oofeggraphiccontext.h.

Referenced by getScalarAlgo(), and setScalarAlgo().

◆ scaleInitFlag

int oofem::oofegGraphicContext::scaleInitFlag
staticprotected

Definition at line 188 of file oofeggraphiccontext.h.

Referenced by resetScaleVals(), and updateFringeTableMinMax().

◆ smode

ScaleMode oofem::oofegGraphicContext::smode
staticprotected

Definition at line 186 of file oofeggraphiccontext.h.

Referenced by getScaleMode(), resetScaleVals(), and setScaleMode().

◆ smootherType

SmootherType oofem::oofegGraphicContext::smootherType
staticprotected

Definition at line 172 of file oofeggraphiccontext.h.

Referenced by giveSmootherType().

◆ sparseProfileMode

int oofem::oofegGraphicContext::sparseProfileMode
staticprotected

Definition at line 179 of file oofeggraphiccontext.h.

Referenced by getSparseProfileMode(), and setSparseProfileMode().

◆ standardSparseProfileColor

EPixel oofem::oofegGraphicContext::standardSparseProfileColor
staticprotected

Definition at line 154 of file oofeggraphiccontext.h.

Referenced by getStandardSparseProfileColor(), and init().

◆ staticVarsInitFlag

bool oofem::oofegGraphicContext::staticVarsInitFlag = 0
staticprotected

Definition at line 190 of file oofeggraphiccontext.h.

Referenced by init().

◆ varMode

InternalStateMode oofem::oofegGraphicContext::varMode = ISM_recovered
staticprotected

Definition at line 193 of file oofeggraphiccontext.h.

Referenced by setInternalStateMode().

◆ varType

InternalStateType oofem::oofegGraphicContext::varType
protected

Definition at line 199 of file oofeggraphiccontext.h.

Referenced by setInternalStateType().

◆ yieldPlotColors

EPixel oofem::oofegGraphicContext::yieldPlotColors
staticprotected

Definition at line 153 of file oofeggraphiccontext.h.

Referenced by getYieldPlotColor(), and init().

◆ zprofilescale

double oofem::oofegGraphicContext::zprofilescale = 0.0
staticprotected

Definition at line 160 of file oofeggraphiccontext.h.

Referenced by getLandScale(), and setLandScale().


The documentation for this class was generated from the following files:

This page is part of the OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak Bořek Patzák
Project e-mail: oofem@fsv.cvut.cz
Generated at for OOFEM by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2011