This is the complete list of members for LSDChannel, including all inherited members.
append_index_channel_to_index_raster(LSDIndexRaster &old_raster) | LSDIndexChannel | |
calculate_channel_heads(int min_seg_length_for_channel_heads, float A_0, float m_over_n, LSDFlowInfo &FlowInfo) | LSDChannel | |
calculate_chi(float downslope_chi, float m_over_n, float A_0, LSDFlowInfo &FlowInfo) | LSDChannel | |
calculate_chi(float downslope_chi, float m_over_n, float A_0, LSDRaster &FlowAccum, LSDFlowInfo &FlowInfo) | LSDChannel | |
Chi | LSDChannel | protected |
ColSequence | LSDIndexChannel | protected |
DataResolution | LSDIndexChannel | protected |
DrainageArea | LSDChannel | protected |
Elevation | LSDChannel | protected |
EndJunction | LSDIndexChannel | protected |
EndNode | LSDIndexChannel | protected |
find_best_fit_m_over_n_with_segments(int n_movern, float d_movern, float start_movern, float downslope_chi, float A_0, LSDFlowInfo &FlowInfo, int minimum_segment_length, float sigma, float target_nodes) | LSDChannel | |
find_best_fit_m_over_n_with_segments() | LSDChannel | |
find_most_likeley_segments(int minimum_segment_length, float sigma, int target_nodes, vector< float > &b_vec, vector< float > &m_vec, vector< float > &r2_vec, vector< float > &DW_vec, vector< float > &thinned_chi, vector< float > &thinned_elev, vector< float > &fitted_elev, vector< int > &node_ref_thinned, vector< int > &these_segment_lengths, float &this_MLE, int &this_n_segments, int &n_data_nodes, float &this_AIC, float &this_AICc) | LSDChannel | |
GeoReferencingStrings | LSDIndexChannel | protected |
get_Chi() | LSDChannel | inline |
get_ColSequence() const | LSDIndexChannel | inline |
get_contributing_pixels_at_node(int n_node, LSDFlowInfo &FlowInfo) | LSDIndexChannel | |
get_contributing_pixels_at_outlet(LSDFlowInfo &FlowInfo) | LSDIndexChannel | inline |
get_contributing_pixels_at_penultimate_node(LSDFlowInfo &FlowInfo) | LSDIndexChannel | |
get_coordinates_of_channel_nodes(vector< double > &X_coordinates, vector< double > &Y_coordinates, LSDFlowInfo &FlowInfo) | LSDIndexChannel | |
get_coordinates_of_channel_nodes(vector< float > &X_coordinates, vector< float > &Y_coordinates) | LSDIndexChannel | |
get_DataResolution() const | LSDIndexChannel | inline |
get_Elevation() | LSDChannel | inline |
get_EndJunction() const | LSDIndexChannel | inline |
get_EndNode() const | LSDIndexChannel | inline |
get_GeoReferencingStrings() const | LSDIndexChannel | inline |
get_n_nodes_in_channel() const | LSDIndexChannel | inline |
get_NCols() const | LSDIndexChannel | inline |
get_NoDataValue() const | LSDIndexChannel | inline |
get_node_in_channel(int n_node) | LSDIndexChannel | |
get_node_row_col_in_channel(int n_node, int &node, int &row, int &col) | LSDIndexChannel | |
get_NodeSequence() const | LSDIndexChannel | inline |
get_NRows() const | LSDIndexChannel | inline |
get_row_column_of_end_node(LSDFlowInfo &FlowInfo, int &row, int &col) | LSDIndexChannel | |
get_RowSequence() const | LSDIndexChannel | inline |
get_StartJunction() const | LSDIndexChannel | inline |
get_StartNode() const | LSDIndexChannel | inline |
get_XMinimum() const | LSDIndexChannel | inline |
get_YMinimum() const | LSDIndexChannel | inline |
LSDChannel() | LSDChannel | inline |
LSDChannel(LSDIndexChannel &InChann) | LSDChannel | inline |
LSDChannel(int StartNode, int EndNode, LSDFlowInfo &FlowInfo) | LSDChannel | inline |
LSDChannel(int StartJunction, int StartNode, int EndJunction, int EndNode, LSDFlowInfo &FlowInfo) | LSDChannel | inline |
LSDChannel(int StartNode, int EndNode, float downslope_chi, float m_over_n, float A_0, LSDFlowInfo &FlowInfo, LSDRaster &Elevation_Raster) | LSDChannel | inline |
LSDChannel(int StartNode, int EndNode, float downslope_chi, float m_over_n, float A_0, LSDFlowInfo &FlowInfo, LSDRaster &Elevation_Raster, LSDRaster &DA) | LSDChannel | inline |
LSDChannel(float downslope_chi, float m_over_n, float A_0, LSDIndexChannel &InChann, LSDFlowInfo &FlowInfo, LSDRaster &Elevation_Raster) | LSDChannel | inline |
LSDIndexChannel() | LSDIndexChannel | inline |
LSDIndexChannel(int StartNode, int EndNode, LSDFlowInfo &FlowInfo) | LSDIndexChannel | inline |
LSDIndexChannel(int StartJunction, int StartNode, int EndJunction, int EndNode, LSDFlowInfo &FlowInfo) | LSDIndexChannel | inline |
LSDIndexChannel(vector< float > &X_coords, vector< float > &Y_coords, LSDFlowInfo &FlowInfo, float threshold_area, float threshold_distance) (defined in LSDIndexChannel) | LSDIndexChannel | inline |
NCols | LSDIndexChannel | protected |
NoDataValue | LSDIndexChannel | protected |
NodeSequence | LSDIndexChannel | protected |
NRows | LSDIndexChannel | protected |
print_channel_to_IndexRaster(LSDFlowInfo &FlowInfo) | LSDChannel | |
print_index_channel_to_index_raster() | LSDIndexChannel | |
retrieve_chi_at_channel_node(int ch_node) | LSDChannel | inline |
retrieve_node_information(int ch_node, float &elev, float &chi, float &drainarea) | LSDChannel | inline |
RowSequence | LSDIndexChannel | protected |
StartJunction | LSDIndexChannel | protected |
StartNode | LSDIndexChannel | protected |
truncate_final_node() | LSDIndexChannel | |
write_channel_to_csv(string path, string filename, LSDRaster &flow_dist) | LSDChannel | |
LSDIndexChannel::write_channel_to_csv(string path, string filename) | LSDIndexChannel | |
LSDIndexChannel::write_channel_to_csv(string path, string filename, LSDFlowInfo &FlowInfo, LSDRaster &FlowDistance, LSDRaster &Elevation) | LSDIndexChannel | |
XMinimum | LSDIndexChannel | protected |
YMinimum | LSDIndexChannel | protected |