QGIS API Documentation  2.12.0-Lyon
Public Member Functions | Public Attributes | List of all members
QgsImageOperation::DistanceTransformProperties Struct Reference

Struct for storing properties of a distance transform operation. More...

#include <qgsimageoperation.h>

Public Member Functions

 DistanceTransformProperties ()
 

Public Attributes

QgsVectorColorRampV2ramp
 Color ramp to use for shading the distance transform. More...
 
bool shadeExterior
 Set to true to perform the distance transform on transparent pixels in the source image, set to false to perform the distance transform on opaque pixels. More...
 
double spread
 Maximum distance (in pixels) for the distance transform shading to spread. More...
 
bool useMaxDistance
 Set to true to automatically calculate the maximum distance in the transform to use as the spread value. More...
 

Detailed Description

Struct for storing properties of a distance transform operation.

Definition at line 105 of file qgsimageoperation.h.

Constructor & Destructor Documentation

QgsImageOperation::DistanceTransformProperties::DistanceTransformProperties ( )
inline

Definition at line 107 of file qgsimageoperation.h.

Member Data Documentation

QgsVectorColorRampV2* QgsImageOperation::DistanceTransformProperties::ramp

Color ramp to use for shading the distance transform.

Definition at line 129 of file qgsimageoperation.h.

bool QgsImageOperation::DistanceTransformProperties::shadeExterior

Set to true to perform the distance transform on transparent pixels in the source image, set to false to perform the distance transform on opaque pixels.

Definition at line 118 of file qgsimageoperation.h.

double QgsImageOperation::DistanceTransformProperties::spread

Maximum distance (in pixels) for the distance transform shading to spread.

Definition at line 126 of file qgsimageoperation.h.

bool QgsImageOperation::DistanceTransformProperties::useMaxDistance

Set to true to automatically calculate the maximum distance in the transform to use as the spread value.

Definition at line 122 of file qgsimageoperation.h.


The documentation for this struct was generated from the following file: