AnalysisOfQuality(LSDIndexRaster &ActualRaster) | LSDIndexRaster | |
check_if_point_is_in_raster(float X_coordinate, float Y_coordinate) | LSDIndexRaster | |
clip_to_smaller_raster(LSDRaster &smaller_raster) | LSDIndexRaster | |
clip_to_smaller_raster(LSDIndexRaster &smaller_raster) | LSDIndexRaster | |
CombineBinaryNetwork(LSDIndexRaster &Network1, LSDIndexRaster &Network2) | LSDIndexRaster | |
ConnectedComponents() | LSDIndexRaster | |
ConvertToBinary(int Value, int ndv) | LSDIndexRaster | |
DataResolution | LSDIndexRaster | protected |
detect_unique_values() | LSDIndexRaster | |
does_raster_have_same_dimensions(LSDRaster &Compare_raster) | LSDIndexRaster | |
does_raster_have_same_dimensions(LSDIndexRaster &Compare_raster) | LSDIndexRaster | |
does_raster_have_same_dimensions_and_georeferencing(LSDRaster &Compare_raster) | LSDIndexRaster | |
does_raster_have_same_dimensions_and_georeferencing(LSDIndexRaster &Compare_raster) | LSDIndexRaster | |
filter_by_connected_components(int connected_components_threshold) | LSDIndexRaster | |
find_end_points() (defined in LSDIndexRaster) | LSDIndexRaster | |
find_holes_with_nodata_bots(int NSteps, int NSweeps) | LSDIndexRaster | |
Find_UTM_central_meridian(int UTM_zone) | LSDIndexRaster | |
FlattenToCSV(string FileName) | LSDIndexRaster | |
FlattenToWGS84CSV(string FileName) | LSDIndexRaster | |
GeoReferencingStrings | LSDIndexRaster | protected |
get_data_element(int row, int column) | LSDIndexRaster | inline |
get_DataResolution() const | LSDIndexRaster | inline |
get_GeoReferencingStrings() const | LSDIndexRaster | inline |
get_lat_and_long_locations(int row, int col, double &lat, double &longitude, LSDCoordinateConverterLLandUTM Converter) | LSDIndexRaster | |
get_list_of_values() | LSDIndexRaster | |
get_NCols() const | LSDIndexRaster | inline |
get_NoDataValue() const | LSDIndexRaster | inline |
get_NRows() const | LSDIndexRaster | inline |
get_points_in_holes_for_interpolation(int NSteps, int NSweeps, vector< float > &UTME, vector< float > &UTMN, vector< int > &row_nodes, vector< int > &col_nodes) | LSDIndexRaster | |
get_RasterData() const | LSDIndexRaster | inline |
get_row_and_col_of_a_point(float X_coordinate, float Y_coordinate, int &row, int &col) | LSDIndexRaster | |
get_UTM_information(int &UTM_zone, bool &is_North) | LSDIndexRaster | |
get_value_of_point(float UTME, float UTMN) | LSDIndexRaster | |
get_x_and_y_locations(int row, int col, double &x_loc, double &y_loc) | LSDIndexRaster | |
get_x_and_y_locations(int row, int col, float &x_loc, float &y_loc) | LSDIndexRaster | |
get_XMinimum() const | LSDIndexRaster | inline |
get_YMinimum() const | LSDIndexRaster | inline |
GetAreaDifference(LSDIndexRaster &ActualRaster) | LSDIndexRaster | |
impose_georeferencing_UTM(int zone, string NorS) | LSDIndexRaster | |
list_unique_values | LSDIndexRaster | protected |
LSDIndexRaster() | LSDIndexRaster | inline |
LSDIndexRaster(string filename, string extension) | LSDIndexRaster | inline |
LSDIndexRaster(int nrows, int ncols, float xmin, float ymin, float cellsize, int ndv, Array2D< int > data) | LSDIndexRaster | inline |
LSDIndexRaster(int nrows, int ncols, float xmin, float ymin, float cellsize, int ndv, Array2D< int > data, map< string, string > GRS_map) | LSDIndexRaster | inline |
LSDIndexRaster(int nrows, int ncols, float xmin, float ymin, float cellsize, int ndv, map< string, string > GRS_map, int ConstValue) | LSDIndexRaster | inline |
LSDIndexRaster(LSDRaster &NonIntLSDRaster) | LSDIndexRaster | inline |
LSDIndexRaster(LSDRaster &ARaster, int ConstValue) | LSDIndexRaster | inline |
LSDRasterTemplate(Array2D< int > InputData) | LSDIndexRaster | |
MergeChannelWithFloodplain(LSDIndexRaster FloodPlain) | LSDIndexRaster | |
MergeIndexRasters(LSDIndexRaster &RasterToAdd) | LSDIndexRaster | |
NCols | LSDIndexRaster | protected |
NoData_from_another_raster(LSDRaster &other_raster) | LSDIndexRaster | |
NoDataValue | LSDIndexRaster | protected |
NRows | LSDIndexRaster | protected |
operator=(const LSDIndexRaster &LSDIR) | LSDIndexRaster | |
PadRaster(int NPixels) | LSDIndexRaster | |
RasterData | LSDIndexRaster | protected |
RasterTrimmer() | LSDIndexRaster | |
read_raster(string filename, string extension) | LSDIndexRaster | |
release_random_bot(Array2D< int > &Visited, int startrow, int startcol, int NSteps) | LSDIndexRaster | |
remove_checkerboard_pattern() | LSDIndexRaster | |
remove_downstream_endpoints(LSDIndexRaster CC, LSDRaster Topo) (defined in LSDIndexRaster) | LSDIndexRaster | |
remove_holes_in_patches(int window_radius) | LSDIndexRaster | |
remove_holes_in_patches_connected_components(int window_radius) | LSDIndexRaster | |
RemoveSmallPatches(int minimum_segment_size) | LSDIndexRaster | |
Resample(float OutputResolution) | LSDIndexRaster | |
set_data_element(int row, int column, int data) | LSDIndexRaster | inline |
thin_to_skeleton() | LSDIndexRaster | |
thinningIteration(Array2D< int > &binary, int iter) (defined in LSDIndexRaster) | LSDIndexRaster | |
Update_GeoReferencingStrings(float NewXmin, float NewYmax) | LSDIndexRaster | |
Update_GeoReferencingStrings() | LSDIndexRaster | |
write_raster(string filename, string extension) | LSDIndexRaster | |
XMinimum | LSDIndexRaster | protected |
YMinimum | LSDIndexRaster | protected |