OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimCoarseGridModel.h>
Public Member Functions | |
ossimCoarseGridModel () | |
ossimCoarseGridModel (const ossimCoarseGridModel ©_this) | |
ossimCoarseGridModel (const ossimFilename &geom_file) | |
Accepts name of geometry file. More... | |
ossimCoarseGridModel (const ossimKeywordlist &geom_kwl) | |
Accepts OSSIM keywordlist geometry file. More... | |
~ossimCoarseGridModel () | |
virtual void | buildGrid (const ossimDrect &imageBounds, ossimProjection *proj, double heightDelta=500.0, bool enableHeightFlag=false, bool makeAdjustableFlag=true) |
This method will build a grid from any projector. More... | |
virtual void | buildGrid (const ossimDrect &imageBounds, ossimImageGeometry *geom, double heightDelta=500.0, bool enableHeightFlag=false, bool makeAdjustableFlag=true) |
Assigns the grid data given a geometry. More... | |
virtual std::ostream & | print (std::ostream &out) const |
Extends base-class implementation. More... | |
virtual bool | saveState (ossimKeywordlist &kwl, const char *prefix=0) const |
Fulfills ossimObject base-class pure virtuals. More... | |
virtual bool | loadState (const ossimKeywordlist &kwl, const char *prefix=0) |
Fulfills ossimObject base-class pure virtuals. More... | |
virtual ossimObject * | dup () const |
Returns pointer to a new instance, copy of this. More... | |
bool | saveCoarseGrid (const ossimFilename &cgFileName) const |
Saves the coarse grid to the specified file. More... | |
bool | loadCoarseGrid (const ossimFilename &cgFileName) |
Loads the coarse grid from the specified file. More... | |
virtual void | imagingRay (const ossimDpt &image_point, ossimEcefRay &image_ray) const |
virtual void | lineSampleToWorld (const ossimDpt &image_point, ossimGpt &gpt) const |
virtual void | lineSampleHeightToWorld (const ossimDpt &image_point, const double &heightEllipsoid, ossimGpt &world_pt) const |
This is the virtual that performs the actual work of projecting the image point to the earth at some specified elevation. More... | |
virtual void | initAdjustableParameters () |
virtual bool | useForward () const |
virtual bool | isAffectedByElevation () const |
image to ground faster More... | |
![]() | |
ossimSensorModel () | |
ossimSensorModel (const ossimSensorModel ©_this) | |
ossimSensorModel (const ossimKeywordlist &geom_kwl) | |
const ossimSensorModel & | operator= (const ossimSensorModel &rhs) |
assignment operator More... | |
virtual ossimObject * | getBaseObject () |
virtual const ossimObject * | getBaseObject () const |
virtual ossimGpt | origin () const |
virtual ossimDpt | getMetersPerPixel () const |
virtual const double & | getNominalPosError () const |
Returns the estimated Absolute horizontal position error (CE90) of the sensor model. More... | |
virtual const double & | getRelativePosError () const |
Returns the estimated RELATIVE horizontal position error (CE90) of the sensor model. More... | |
virtual void | setNominalPosError (const double &ce90) |
Assigns the absolute image position error uncertainty (abs CE90) More... | |
virtual void | setRelativePosError (const double &ce90) |
Assigns the relative image position error uncertainty (rel CE90) More... | |
virtual void | worldToLineSample (const ossimGpt &world_point, ossimDpt &image_point) const |
void | setRefImgPt (const ossimDpt &pt) |
Sets the center line sampe of the image. More... | |
void | setRefGndPt (const ossimGpt &pt) |
Sets the center latitude, longitude, height of the image. More... | |
void | setImageRect (const ossimDrect &imageRect) |
void | setGroundRect (const ossimGpt &ul, const ossimGpt &ur, const ossimGpt &lr, const ossimGpt &ll) |
ossimDpt | imageSize () const |
void | setImageSize (const ossimDpt &size) |
virtual void | adjustableParametersChanged () |
virtual void | updateModel () |
virtual bool | insideImage (const ossimDpt &p) const |
virtual bool | operator== (const ossimProjection &proj) const |
const ossimString & | getImageID () const |
Access methods: More... | |
const ossimDrect & | getImageClipRect () const |
virtual ossim_uint32 | degreesOfFreedom () const |
virtual bool | needsInitialState () const |
needsInitialState() More... | |
virtual double | optimizeFit (const ossimTieGptSet &tieSet, double *targetVariance=0) |
virtual ossimDpt | getForwardDeriv (int parmIdx, const ossimGpt &gpos, double hdelta=1e-11) |
virtual ossimGpt | getInverseDeriv (int parmIdx, const ossimDpt &ipos, double hdelta=1e-11) |
virtual ossimSensorModel::CovMatStatus | getObsCovMat (const ossimDpt &ipos, NEWMAT::SymmetricMatrix &Cov, const ossim_float64 defPointingSigma=0.5) const |
Gives 2X2 covariance matrix of observations. More... | |
void | computeGsd () |
This method computes the ground sample distance(gsd) and sets class attributes theGSD and theMeanGSD by doing a lineSampleHeightToWorld on four points and calculating the distance from them. More... | |
virtual bool | getImageGeometry (const ossimString &, const ossimString &, ossimKeywordlist &) const |
Extracts geometry info from a non-ossim key,value pair to an ossim keyword list. More... | |
![]() | |
ossimProjection () | |
virtual | ~ossimProjection () |
virtual ossimDpt | forward (const ossimGpt &wp) const |
virtual ossimGpt | inverse (const ossimDpt &pp) const |
virtual void | getRoundTripError (const ossimDpt &imagePoint, ossimDpt &errorResult) const |
virtual void | getRoundTripError (const ossimGpt &groundPoint, ossimDpt &errorResult) const |
virtual void | getGroundClipPoints (ossimGeoPolygon &gpts) const |
virtual bool | isEqualTo (const ossimObject &obj, ossimCompareType compareType=OSSIM_COMPARE_FULL) const |
virtual bool | operator!= (const ossimProjection &projection) const |
![]() | |
ossimObject () | |
virtual | ~ossimObject () |
virtual ossimString | getShortName () const |
virtual ossimString | getLongName () const |
virtual ossimString | getDescription () const |
virtual ossimString | getClassName () const |
virtual RTTItypeid | getType () const |
virtual bool | canCastTo (ossimObject *obj) const |
virtual bool | canCastTo (const RTTItypeid &id) const |
virtual bool | canCastTo (const ossimString &parentClassName) const |
virtual void | accept (ossimVisitor &visitor) |
![]() | |
ossimReferenced () | |
ossimReferenced (const ossimReferenced &) | |
ossimReferenced & | operator= (const ossimReferenced &) |
void | ref () const |
increment the reference count by one, indicating that this object has another pointer which is referencing it. More... | |
void | unref () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
void | unref_nodelete () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
int | referenceCount () const |
![]() | |
ossimErrorStatusInterface () | |
virtual | ~ossimErrorStatusInterface () |
virtual ossimErrorCode | getErrorStatus () const |
virtual ossimString | getErrorStatusString () const |
virtual void | setErrorStatus (ossimErrorCode error_status) const |
virtual void | setErrorStatus () const |
virtual void | clearErrorStatus () const |
bool | hasError () const |
![]() | |
ossimOptimizableProjection () | |
ossimOptimizableProjection (const ossimOptimizableProjection &source) | |
virtual | ~ossimOptimizableProjection () |
virtual ossimOptimizableProjection & | operator= (const ossimOptimizableProjection &source) |
virtual bool | setupOptimizer (const ossimString &setup) |
setupFromString() Derived classes should implement as needed. Initialize parameters needed for optimizeFit and degreesOfFreedom More... | |
![]() | |
ossimAdjustableParameterInterface () | |
ossimAdjustableParameterInterface (const ossimAdjustableParameterInterface &rhs) | |
virtual | ~ossimAdjustableParameterInterface () |
void | newAdjustment (ossim_uint32 numberOfParameters=0) |
void | setAdjustmentDescription (const ossimString &description) |
ossimString | getAdjustmentDescription () const |
ossimString | getAdjustmentDescription (ossim_uint32 adjustmentIdx) const |
Returns adjustmentDescription of specific adjustmentInfo. More... | |
void | setCurrentAdjustment (ossim_uint32 adjustmentIndex, bool notify=false) |
bool | setCurrentAdjustment (const ossimString &description, bool notify=false) |
Sets the current adjustment to the adjustment with a matching description. More... | |
void | eraseAdjustment (bool notify) |
void | eraseAdjustment (ossim_uint32 idx, bool notify) |
void | resetAdjustableParameters (bool notify=false) |
void | copyAdjustment (ossim_uint32 idx, bool notify) |
void | copyAdjustment (bool notify=false) |
void | keepAdjustment (ossim_uint32 idx, bool createCopy) |
virtual void | keepAdjustment (bool createCopy=true) |
const ossimAdjustableParameterInterface & | operator= (const ossimAdjustableParameterInterface &rhs) |
void | removeAllAdjustments () |
ossim_uint32 | getNumberOfAdjustableParameters () const |
double | getAdjustableParameter (ossim_uint32 idx) const |
virtual void | setAdjustableParameter (ossim_uint32 idx, double value, bool notify=false) |
virtual void | setAdjustableParameter (ossim_uint32 idx, double value, double sigma, bool notify=false) |
double | getParameterSigma (ossim_uint32 idx) const |
void | setParameterSigma (ossim_uint32 idx, double value, bool notify=false) |
ossimUnitType | getParameterUnit (ossim_uint32 idx) const |
void | setParameterUnit (ossim_uint32 idx, ossimUnitType unit) |
void | setParameterUnit (ossim_uint32 idx, const ossimString &unit) |
void | setParameterCenter (ossim_uint32 idx, double center, bool notify=false) |
double | getParameterCenter (ossim_uint32 idx) const |
double | computeParameterOffset (ossim_uint32 idx) const |
void | setParameterOffset (ossim_uint32 idx, ossim_float64 value, bool notify=false) |
ossimString | getParameterDescription (ossim_uint32 idx) const |
void | setParameterDescription (ossim_uint32 idx, const ossimString &descrption) |
ossim_int32 | findParameterIdxGivenDescription (ossim_uint32 adjustmentIdx, const ossimString &name) const |
ossim_int32 | findParameterIdxContainingDescription (ossim_uint32 adjustmentIdx, const ossimString &name) const |
bool | isParameterLocked (ossim_uint32 idx) const |
void | setParameterLockFlag (ossim_uint32 idxParam, bool flag) |
bool | getParameterLockFlag (ossim_uint32 idx) const |
void | lockAllParametersCurrentAdjustment () |
void | unlockAllParametersCurrentAdjustment () |
void | lockAllParameters (ossim_uint32 idxAdjustment) |
void | unlockAllParameters (ossim_uint32 idxAdjustment) |
void | resizeAdjustableParameterArray (ossim_uint32 numberOfParameters) |
void | setAdjustment (const ossimAdjustmentInfo &adj, bool notify=false) |
void | setAdjustment (ossim_uint32 idx, const ossimAdjustmentInfo &adj, bool notify=false) |
void | addAdjustment (const ossimAdjustmentInfo &adj, bool notify) |
void | getAdjustment (ossimAdjustmentInfo &adj) const |
void | getAdjustment (ossim_uint32 idx, ossimAdjustmentInfo &adj) const |
ossim_uint32 | getNumberOfAdjustments () const |
ossim_uint32 | getCurrentAdjustmentIdx () const |
void | setDirtyFlag (bool flag=true) |
void | setAllDirtyFlag (bool flag=true) |
bool | hasDirtyAdjustments () const |
virtual void | saveCurrentAdjustmentOnly (ossimKeywordlist &kwl, const ossimString &prefix=ossimString("")) |
Saves the current active adjustment to the KWL file. More... | |
bool | saveAdjustments (ossimKeywordlist &kwl, const ossimString &prefix=ossimString("")) const |
Save all adjustments to the KWL file. More... | |
bool | loadAdjustments (const ossimKeywordlist &kwl, const ossimString &prefix=ossimString("")) |
std::ostream & | print (std::ostream &out) const |
Dumps the currently active adjustment to ostream. More... | |
Static Public Member Functions | |
static void | setInterpolationError (double error=.1) |
This is used when building a grid from a projector. More... | |
static void | setMinGridSpacing (ossim_int32 minSpacing=100) |
static void | writeGeomTemplate (ostream &os) |
Writes a template of geometry keywords processed by loadState and saveState to output stream. More... | |
![]() | |
static void | writeGeomTemplate (ostream &os) |
Protected Member Functions | |
void | reallocateGrid (const ossimIpt &size) |
Deletes existing allocated memory and reallocates new space. More... | |
void | initializeModelParams (ossimIrect irect) |
Initializes base class data members after grids have been assigned. More... | |
virtual ossimGpt | extrapolate (const ossimDpt &imgPt, const double &height=ossim::nan()) const |
Implements its own extrapolation since this can be handled by ossimDblGrid. More... | |
![]() | |
virtual | ~ossimSensorModel () |
virtual ossimDpt | extrapolate (const ossimGpt &gp) const |
void | buildNormalEquation (const ossimTieGptSet &tieSet, NEWMAT::SymmetricMatrix &A, NEWMAT::ColumnVector &residue, NEWMAT::ColumnVector &projResidue, double pstep_scale) |
NEWMAT::ColumnVector | getResidue (const ossimTieGptSet &tieSet) |
NEWMAT::ColumnVector | solveLeastSquares (NEWMAT::SymmetricMatrix &A, NEWMAT::ColumnVector &r) const |
NEWMAT::Matrix | invert (const NEWMAT::Matrix &m) const |
stable invert stolen from ossimRpcSolver More... | |
![]() | |
virtual | ~ossimReferenced () |
![]() | |
bool | paramChanged (ossim_uint32 param_idx) const |
Returns true if specified parameter has been modified since last setAllChangeFlag(false) call. More... | |
void | setAllChangeFlags (bool areChanged) |
Sets all the change flags to the boolean indicated to indicate parameters are changed (TRUE) or not (FALSE). More... | |
void | initChangeFlags () |
Initializes the change flags to TRUE. More... | |
Static Protected Attributes | |
static double | theInterpolationError = .1 |
static ossim_int32 | theMinGridSpacing = 100 |
Additional Inherited Members | |
![]() | |
enum | CovMatStatus { COV_INVALID = 0, COV_PARTIAL = 1, COV_FULL = 2 } |
enum | DeriveMode { OBS_INIT =-99, EVALUATE =-98, P_WRT_X = -1, P_WRT_Y = -2, P_WRT_Z = -3 } |
Definition at line 34 of file ossimCoarseGridModel.h.
ossimCoarseGridModel::ossimCoarseGridModel | ( | ) |
Definition at line 58 of file ossimCoarseGridModel.cpp.
ossimCoarseGridModel::ossimCoarseGridModel | ( | const ossimCoarseGridModel & | copy_this | ) |
Definition at line 85 of file ossimCoarseGridModel.cpp.
ossimCoarseGridModel::ossimCoarseGridModel | ( | const ossimFilename & | geom_file | ) |
Accepts name of geometry file.
This can be either MET ECG geom file, or OSSIM keywordlist geometry file.
Definition at line 128 of file ossimCoarseGridModel.cpp.
ossimCoarseGridModel::ossimCoarseGridModel | ( | const ossimKeywordlist & | geom_kwl | ) |
Accepts OSSIM keywordlist geometry file.
Definition at line 163 of file ossimCoarseGridModel.cpp.
ossimCoarseGridModel::~ossimCoarseGridModel | ( | ) |
Definition at line 459 of file ossimCoarseGridModel.cpp.
|
virtual |
This method will build a grid from any projector.
Assigns the grid data given a projection (typically a rigorous sensor model)
The accuracy of the grid can be controlled by the static method setInterpolationError().
imageBounds | Must be the image space bounds for the projection. |
proj | The projector that will be used to approximate a bilinear grid over. |
Definition at line 184 of file ossimCoarseGridModel.cpp.
References ossimRefPtr< T >::get(), and ossimImageGeometry::setProjection().
|
virtual |
Assigns the grid data given a geometry.
Definition at line 199 of file ossimCoarseGridModel.cpp.
References ossimImageGeometry::getProjection(), ossimDrect::hasNans(), ossimDrect::height(), ossimSensorModel::imageSize(), ossimDatumFactory::instance(), ossimImageGeometry::localToWorld(), ossimDrect::midPoint(), ossimAdjustableParameterInterface::resizeAdjustableParameterArray(), theDlatDparamGrid, theDlonDparamGrid, theHeightEnabledFlag, ossimDrect::ul(), ossimDatumFactory::wgs84(), ossimDrect::width(), ossimIpt::x, and ossimIpt::y.
|
inlinevirtual |
Returns pointer to a new instance, copy of this.
Implements ossimProjection.
Definition at line 85 of file ossimCoarseGridModel.h.
|
protectedvirtual |
Implements its own extrapolation since this can be handled by ossimDblGrid.
Reimplemented from ossimSensorModel.
Definition at line 1048 of file ossimCoarseGridModel.cpp.
References lineSampleHeightToWorld().
Referenced by lineSampleToWorld(), and ossimH5GridModel::worldToLineSample().
|
virtual |
METHOD: imagingRay(image_point, &ossimEcefRay) Given an image point, returns a ray originating at some arbitrarily high point (ideally at the sensor position) and pointing towards the target. Implemented here but should be overriden for more efficient solution.
Reimplemented from ossimSensorModel.
Definition at line 578 of file ossimCoarseGridModel.cpp.
References ossimSensorModel::imagingRay().
|
virtual |
Reimplemented from ossimAdjustableParameterInterface.
Definition at line 563 of file ossimCoarseGridModel.cpp.
References ossimAdjustableParameterInterface::addAdjustment(), ossimAdjustableParameterInterface::getNumberOfAdjustableParameters(), ossimAdjustableParameterInterface::setAdjustment(), and theInitialAdjustment.
|
protected |
Initializes base class data members after grids have been assigned.
It is assumed that theImageSize and the origin image point were already set.
Definition at line 413 of file ossimCoarseGridModel.cpp.
References ossimGpt::distanceTo(), ossimDblGrid::getNode(), ossimIrect::height(), ossimDpt::lat, ossimGpt::lat, ossimDpt::line, ossimGpt::lon, ossimIrect::midPoint(), ossimDpt::samp, ossimDblGrid::size(), ossimDblGrid::spacing(), ossimSensorModel::theBoundGndPolygon, ossimSensorModel::theGSD, ossimSensorModel::theImageClipRect, ossimSensorModel::theImageSize, theLatGrid, theLonGrid, ossimSensorModel::theMeanGSD, ossimSensorModel::theRefGndPt, ossimSensorModel::theRefImgPt, ossimSensorModel::theSubImageOffset, ossimIrect::ul(), ossimIrect::width(), ossimDpt::x, and ossimDpt::y.
Referenced by ossimHdf5GridModel::initialize(), and ossimEnviCgModel::loadEnviGeocFile().
|
virtual |
image to ground faster
Overrides base ossimSensorModel::isAffectedByElevation method.
Reimplemented from ossimSensorModel.
Definition at line 1055 of file ossimCoarseGridModel.cpp.
References theHeightEnabledFlag.
|
virtual |
This is the virtual that performs the actual work of projecting the image point to the earth at some specified elevation.
Implements ossimSensorModel.
Definition at line 513 of file ossimCoarseGridModel.cpp.
Referenced by extrapolate(), lineSampleToWorld(), and ossimH5GridModel::worldToLineSample().
|
virtual |
Implementation of base-class pure virtual projection methods. These methods may be overriden by derived classes if those have more efficient schemes. The implementations here are iterative (relatively slow). Both depend on calls to the pure virtual lineSampleHeightToWorld() method.
Reimplemented from ossimSensorModel.
Definition at line 483 of file ossimCoarseGridModel.cpp.
References extrapolate(), ossimSensorModel::insideImage(), lineSampleHeightToWorld(), ossimSensorModel::lineSampleToWorld(), and theHeightEnabledFlag.
bool ossimCoarseGridModel::loadCoarseGrid | ( | const ossimFilename & | cgFileName | ) |
Loads the coarse grid from the specified file.
Definition at line 855 of file ossimCoarseGridModel.cpp.
|
virtual |
Fulfills ossimObject base-class pure virtuals.
Loads geometry KWL files.
Reimplemented from ossimSensorModel.
Reimplemented in ossimH5GridModel.
Definition at line 680 of file ossimCoarseGridModel.cpp.
|
virtual |
Extends base-class implementation.
Dumps contents of object to ostream.
Reimplemented from ossimSensorModel.
Definition at line 591 of file ossimCoarseGridModel.cpp.
References ossimDblGrid::getNode(), ossimDblGrid::size(), size, ossimDblGrid::spacing(), ossimSensorModel::theBoundGndPolygon, theDlatDhGrid, theDlonDhGrid, theGridFilename, ossimSensorModel::theGSD, ossimSensorModel::theImageID, ossimSensorModel::theImageSize, theLatGrid, theLonGrid, ossimSensorModel::theRefGndPt, ossimSensorModel::theRefImgPt, ossimSensorModel::theSensorID, ossimIpt::x, and ossimIpt::y.
|
protected |
Deletes existing allocated memory and reallocates new space.
This may happen if a new grid is loaded over an existing one.
Definition at line 962 of file ossimCoarseGridModel.cpp.
bool ossimCoarseGridModel::saveCoarseGrid | ( | const ossimFilename & | cgFileName | ) | const |
Saves the coarse grid to the specified file.
Definition at line 795 of file ossimCoarseGridModel.cpp.
Referenced by ossimHdf5Tool::execute().
|
virtual |
Fulfills ossimObject base-class pure virtuals.
Saves geometry KWL files.
Reimplemented from ossimSensorModel.
Reimplemented in ossimH5GridModel, ossimHdf5GridModel, and ossimEnviCgModel.
Definition at line 647 of file ossimCoarseGridModel.cpp.
Referenced by ossimEnviCgModel::saveState(), ossimHdf5GridModel::saveState(), and ossimH5GridModel::saveState().
|
static |
This is used when building a grid from a projector.
You can set the interpolation error. The default is subpixel accuracy (within .1 of a pixel).
Definition at line 399 of file ossimCoarseGridModel.cpp.
References theInterpolationError.
Referenced by ossimplugins::ossimGeometricSarSensorModel::createReplacementOCG().
|
static |
Definition at line 404 of file ossimCoarseGridModel.cpp.
References theMinGridSpacing.
|
inlinevirtual |
Implements ossimOptimizableProjection.
Definition at line 111 of file ossimCoarseGridModel.h.
|
static |
Writes a template of geometry keywords processed by loadState and saveState to output stream.
Definition at line 1024 of file ossimCoarseGridModel.cpp.
|
protected |
Definition at line 132 of file ossimCoarseGridModel.h.
Referenced by ossimHdf5GridModel::initialize(), ossimEnviCgModel::loadEnviGeocFile(), and print().
|
protected |
Definition at line 134 of file ossimCoarseGridModel.h.
Referenced by buildGrid().
|
protected |
Definition at line 133 of file ossimCoarseGridModel.h.
Referenced by ossimHdf5GridModel::initialize(), ossimEnviCgModel::loadEnviGeocFile(), and print().
|
protected |
Definition at line 135 of file ossimCoarseGridModel.h.
Referenced by buildGrid().
|
mutableprotected |
Definition at line 129 of file ossimCoarseGridModel.h.
Referenced by print().
|
protected |
Definition at line 140 of file ossimCoarseGridModel.h.
Referenced by buildGrid(), ossimHdf5GridModel::initialize(), ossimH5GridModel::initializeModelParams(), isAffectedByElevation(), lineSampleToWorld(), and ossimEnviCgModel::loadEnviGeocFile().
|
protected |
Definition at line 139 of file ossimCoarseGridModel.h.
Referenced by initAdjustableParameters().
|
staticprotected |
Definition at line 137 of file ossimCoarseGridModel.h.
Referenced by setInterpolationError().
|
protected |
Definition at line 130 of file ossimCoarseGridModel.h.
Referenced by ossimH5GridModel::debugDump(), ossimH5GridModel::getWktFootprint(), ossimHdf5GridModel::initialize(), ossimH5GridModel::initializeModelParams(), initializeModelParams(), ossimEnviCgModel::loadEnviGeocFile(), ossimH5GridModel::ossimH5GridModel(), ossimHdf5GridModel::ossimHdf5GridModel(), print(), and ossimH5GridModel::setGridNodes().
|
protected |
Definition at line 131 of file ossimCoarseGridModel.h.
Referenced by ossimHdf5GridModel::crossesDateline(), ossimH5GridModel::debugDump(), ossimH5GridModel::getWktFootprint(), ossimHdf5GridModel::initialize(), ossimH5GridModel::initializeModelParams(), initializeModelParams(), ossimEnviCgModel::loadEnviGeocFile(), print(), and ossimH5GridModel::setGridNodes().
|
staticprotected |
Definition at line 138 of file ossimCoarseGridModel.h.
Referenced by setMinGridSpacing().