Skip to content
Snippets Groups Projects
Commit 324ca43b authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: GeometriesProjectionFilter : add get/set for DEM and geoid

parent b3f7fe54
No related branches found
No related tags found
No related merge requests found
......@@ -254,6 +254,16 @@ public:
itkSetStringMacro(OutputProjectionRef);
itkGetStringMacro(OutputProjectionRef);
//@}
/**\name Elevation data
* Accessors and mutators for DEM directory and geoid file
*/
//@{
itkSetStringMacro(DEMDirectory);
itkGetStringMacro(DEMDirectory);
itkSetStringMacro(GeoidFile);
itkGetStringMacro(GeoidFile);
//@}
private:
/**\name Functor definition */
//@{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment