GraSPI

Contents:

  • GraSPI functionality
  • Input Formats
  • Example of usage
  • List of Descriptors
  • Graph-based representation of microstructure
  • Basic Definitions
  • Basic Operations On Graphs
  • Build
  • Credit
  • Library API
GraSPI
  • »
  • File graph_constructors.hpp
  • View page source

File graph_constructors.hpp¶

↰ Parent directory (src)

Contents

  • Definition (src/graph_constructors.hpp)

  • Includes

  • Included By

  • Namespaces

  • Functions

Definition (src/graph_constructors.hpp)¶

  • Program Listing for File graph_constructors.hpp

Includes¶

  • cmath

  • fstream

  • graspi_types.hpp (File graspi_types.hpp)

  • sstream

  • string

Included By¶

  • File graph_constructors.cpp

  • File graspi.hpp

  • File graspiAPI.hpp

  • File main.cpp

  • File mainAPI.cpp

Namespaces¶

  • Namespace graspi

Functions¶

  • Function graspi::add_edge_to_graph

  • Function graspi::build_graph(graph_t *&, const dim_g_t&, vertex_colors_t&, dim_a_t&, edge_weights_t&, edge_colors_t&, double, bool)

  • Function graspi::build_graph(std::istream&, graph_t *&, dim_g_t&, vertex_colors_t&, edge_weights_t&, edge_colors_t&)

  • Function graspi::build_graph(const std::string&, graph_t *&, dim_g_t&, vertex_colors_t&, edge_weights_t&, edge_colors_t&)

  • Function graspi::compute_pos_2D

  • Function graspi::compute_pos_3D

  • Function graspi::generate_ngbr

  • Function graspi::initlize_colors_meta_vertices

  • Function graspi::make_update_edge_with_meta_vertex

  • Template Function graspi::read_array

  • Template Function graspi::update_graph


© Copyright 2020, Olga Wodo, Baskar Ganapathysubramanian, Jaroslaw Zola

Built with Sphinx using a theme provided by Read the Docs.