Generate region from raster range(s). More...
#include <mi32/regiongen.h>

Public Member Functions | |
| REGIONGEN_RASTER_RANGES () | |
| ~REGIONGEN_RASTER_RANGES () | |
| const DOUBLE_ARRAY < DOUBLE_RANGE > & | GetRanges () const |
| const RVC::OBJITEM & | GetSource () const |
| void | SetRange (double min, double max) |
| void | SetRange (const DOUBLE_RANGE &range) |
| void | SetRanges (const DOUBLE_ARRAY< DOUBLE_RANGE > &ranges) |
| void | SetSource (const RVC::OBJITEM &ObjItemSource) |
Generate region from raster range(s).
| REGIONGEN_RASTER_RANGES::REGIONGEN_RASTER_RANGES | ( | ) |
Constructor.
| REGIONGEN_RASTER_RANGES::~REGIONGEN_RASTER_RANGES | ( | ) |
Destructor.
| const DOUBLE_ARRAY<DOUBLE_RANGE>& REGIONGEN_RASTER_RANGES::GetRanges | ( | ) | const [inline] |
Get ranges to trace.
| const RVC::OBJITEM& REGIONGEN_RASTER_RANGES::GetSource | ( | ) | const [inline] |
Get source raster OBJITEM.
| void REGIONGEN_RASTER_RANGES::SetRange | ( | double | min, | |
| double | max | |||
| ) |
Set single range to trace.
Replaces any previously set ranges.
| void REGIONGEN_RASTER_RANGES::SetRange | ( | const DOUBLE_RANGE & | range | ) |
Set single range to trace.
Replaces any previously set ranges.
| void REGIONGEN_RASTER_RANGES::SetRanges | ( | const DOUBLE_ARRAY< DOUBLE_RANGE > & | ranges | ) |
Set ranges to trace.
Replaces any previously set ranges.
| void REGIONGEN_RASTER_RANGES::SetSource | ( | const RVC::OBJITEM & | ObjItemSource | ) | [inline] |
Set source raster OBJITEM.
| ObjItemSource | Item for source raster |
1.6.1