CMapDataBeamDiagram

Inherited from CMapData,TCursor,BeamDiagramData,

Inherited by NULL

Friend class NULL

Description

Members

Public interface


float m_minValue

float m_maxValue

float m_maxMeshLine

int m_LineType

int m_DisplayType

int m_DisplayPlane

int m_ColorType

int m_ThresholeType

float m_dLineWidth

BOOL m_bDisplaytext

bool m_active

BOOL m_bContour

unordered_set<TCursor> m_ShowOnlyElms

bool m_bShow1DWithDiagram


CMapDataBeamDiagram()

, m_minValue(0.0)

, m_maxMeshLine(0.0)

, m_DisplayType(0)

, m_ColorType(0)

, m_dLineWidth(0.0)

, m_bContour(FALSE)

virtual ~CMapDataBeamDiagram()

bool IsActive() const

void SetActive(bool val)

void UpdateMinMax()

void UpdateRenderData()

void UpdateShowOnlyTransparency(const unordered_set<TCursor>& ShowOnlyElems, double dTrans = 1.0)

float GetMinValue() const

void SetMinValue(const float& val)

float GetMaxValue() const

void SetMaxValue(const float& val)

void SetTextDisplay(BOOL bVal)

void SetLineWidth(const float& dVal)

void SetLineType(const int& iVal)

void SetDisplayType(const int& iVal)

void SetDisplayPlane(const int& iVal)

void SetColorType(const int& iVal)

void SetThreholeType(const int& iVal)

void SetContour(BOOL bContour)

void ClearShowOnlyEms()

void SetShow1DWithDiagram(bool val)

float GetMaxMeshLineValue() const

int GetLineType()

int GetColorType()

int GetThreholeType()

float GetLineWidth()

BOOL GetShowText()

BOOL GetContour()

const unordered_set<TCursor> & GetOnlyElmsNoTransparency()

bool GetShow1DWithDiagram()