REGIONGEN_RASTER_VALUES Class Reference

Generate region from raster value(s). More...

#include <mi32/regiongen.h>

Inheritance diagram for REGIONGEN_RASTER_VALUES:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 REGIONGEN_RASTER_VALUES ()
 ~REGIONGEN_RASTER_VALUES ()
double GetMaxDifference () const
const RVC::OBJITEMGetSource () const
const DOUBLE_ARRAY< double > & GetValues () const
void SetMaxDifference (double MaxDifference)
void SetSource (const RVC::OBJITEM &ObjItemSource)
void SetValue (double value)
void SetValues (const double *values, int numvalues)
void SetValues (const DOUBLE_ARRAY< double > &values)

Detailed Description

Generate region from raster value(s).


Constructor & Destructor Documentation

REGIONGEN_RASTER_VALUES::REGIONGEN_RASTER_VALUES (  ) 

Constructor.

REGIONGEN_RASTER_VALUES::~REGIONGEN_RASTER_VALUES (  ) 

Destructor.


Member Function Documentation

double REGIONGEN_RASTER_VALUES::GetMaxDifference (  )  const [inline]

Get maximum difference between specified and actual cell value.

const RVC::OBJITEM& REGIONGEN_RASTER_VALUES::GetSource (  )  const [inline]

Get source raster OBJITEM.

const DOUBLE_ARRAY<double>& REGIONGEN_RASTER_VALUES::GetValues (  )  const [inline]

Get values to trace.

void REGIONGEN_RASTER_VALUES::SetMaxDifference ( double  MaxDifference  )  [inline]

Set maximum difference between specified and actual cell value.

void REGIONGEN_RASTER_VALUES::SetSource ( const RVC::OBJITEM ObjItemSource  )  [inline]

Set source raster OBJITEM.

Parameters:
ObjItemSource Item for source raster
void REGIONGEN_RASTER_VALUES::SetValue ( double  value  ) 

Set single value to trace.

Replaces any previously set values.

void REGIONGEN_RASTER_VALUES::SetValues ( const double *  values,
int  numvalues 
)

Set multiple values to trace.

Replaces any previously set values.

void REGIONGEN_RASTER_VALUES::SetValues ( const DOUBLE_ARRAY< double > &  values  ) 

Set multiple values to trace.

Replaces any previously set values.


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

Generated on Sun Oct 7 21:33:47 2012 for TNTsdk 2012 by  doxygen 1.6.1