|
ccPointCloud * | convertGridToCloud (const std::vector< ccRasterGrid::ExportableFields > &exportedFields, bool interpolateSF, bool interpolateColors, bool copyHillshadeSF, const QString &activeSFName, bool exportToOriginalCS) const |
| Converts the grid to a cloud with scalar field(s)
|
|
virtual double | getGridStep () const =0 |
| Returns projection grid step. More...
|
|
virtual unsigned char | getProjectionDimension () const =0 |
| Returns projection dimension. More...
|
|
virtual ccRasterGrid::ProjectionType | getTypeOfProjection () const =0 |
| Returns type of projection. More...
|
|
virtual ccBBox | getCustomBBox () const |
| Returns custom bbox.
|
|
virtual void | gridIsUpToDate (bool state)=0 |
| Declares whether the grid is up-to-date or not. More...
|
|
virtual void | update2DDisplayZoom (ccBBox &box) |
| Updates the 2D display zoom.
|
|
virtual bool | showGridBoxEditor () |
| Show grid box editor and update. More...
|
|
virtual QString | getGridSizeAsString () const |
| Returns the grid size as a string.
|
|
virtual bool | getGridSize (unsigned &width, unsigned &height) const |
| Returns the grid size.
|
|
void | createBoundingBoxEditor (const ccBBox &gridBBox, QWidget *parent) |
| Creates the bounding-box editor.
|
|
void | create2DView (QFrame *parentFrame) |
| Creates the 2D view.
|
|
ccRasterGrid::EmptyCellFillOption | getFillEmptyCellsStrategy (QComboBox *comboBox) const |
| Returns the empty cell strategy (for a given combo-box)
|
|
ccPointCloud * | convertGridToCloud (const std::vector< ccRasterGrid::ExportableFields > &exportedFields, bool interpolateSF, bool interpolateColors, bool resampleInputCloudXY, bool resampleInputCloudZ, ccGenericPointCloud *inputCloud, bool fillEmptyCells, double emptyCellsHeight, bool exportToOriginalCS) const |
| Shortcut to ccRasterGrid::convertToCloud.
|
|