![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
2D map display window More...
#include <ccMapWindow.h>


Public Member Functions | |
| ccMapWindow (QWidget *parent=0) | |
| Default constructor. More... | |
| virtual | ~ccMapWindow () |
| Destructor. More... | |
| void | setAssociatedScalarField (ccScalarField *sf) |
| Sets associated scalar-field. More... | |
| void | showSF (bool state) |
| Whether to show associated SF or not. More... | |
| bool | sfShown () const |
| Returns whether associated SF should be shown or not. More... | |
| ccScalarField * | getAssociatedScalarField () const |
| Returns associated scalar field. More... | |
| virtual void | getContext (CC_DRAW_CONTEXT &context) |
Protected Attributes | |
| ccScalarField * | m_sfForRampDisplay |
| Associated scalar field. More... | |
| bool | m_showSF |
| Whether to show or not the associated SF. More... | |
2D map display window
Definition at line 15 of file ccMapWindow.h.
|
inlineexplicit |
Default constructor.
Definition at line 18 of file ccMapWindow.h.
|
inlinevirtual |
|
inline |
Returns associated scalar field.
Definition at line 44 of file ccMapWindow.h.
References m_sfForRampDisplay.
Referenced by DistanceMapGenerationDlg::colorScaleChanged(), DistanceMapGenerationDlg::updateHeightUnits(), and DistanceMapGenerationDlg::updateZoom().
|
inlinevirtual |
Definition at line 49 of file ccMapWindow.h.
References context, ecvDisplayTools::GetContext(), m_sfForRampDisplay, and m_showSF.
|
inline |
Sets associated scalar-field.
This scalar field will be used for color ramp display.
Definition at line 27 of file ccMapWindow.h.
References CCShareable::link(), m_sfForRampDisplay, and CCShareable::release().
Referenced by DistanceMapGenerationDlg::clearView(), DistanceMapGenerationDlg::update(), and ~ccMapWindow().
|
inline |
Returns whether associated SF should be shown or not.
Definition at line 41 of file ccMapWindow.h.
References m_showSF.
Referenced by DistanceMapGenerationDlg::updateZoom().
|
inline |
Whether to show associated SF or not.
Definition at line 38 of file ccMapWindow.h.
References m_showSF.
Referenced by DistanceMapGenerationDlg::DistanceMapGenerationDlg(), and DistanceMapGenerationDlg::toggleColorScaleDisplay().
|
protected |
Associated scalar field.
Definition at line 60 of file ccMapWindow.h.
Referenced by getAssociatedScalarField(), getContext(), and setAssociatedScalarField().
|
protected |
Whether to show or not the associated SF.
Definition at line 63 of file ccMapWindow.h.
Referenced by getContext(), sfShown(), and showSF().