Template Struct hgrid3D_spec
Defined in File hgrid3D_spec.hpp
Struct Documentation
-
template<typename TVertexPropertyType, typename TEdgePropertyType>
struct hgrid3D_spec Public Types
-
using bgl_impl_type = boost::adjacency_list<vertex_edge_list_type, vertex_list_type, directedness_type, vertex_property_type, edge_property_type, graph_property_type, graph_edge_list_type>
-
template<typename TEdgePredicateType, typename TVertexPredicateType>
using bgl_view_impl_type = boost::filtered_graph<bgl_impl_type, TEdgePredicateType, TVertexPredicateType>
-
using directedness_type = boost::undirectedS
-
using edge_property_type = TEdgePropertyType
-
using graph_edge_list_type = boost::listS
-
using graph_property_type = boost::no_property
-
using vertex_coord_type = decltype(hgrid3D_vertex_property::coord)
-
using vertex_edge_list_type = boost::vecS
-
using vertex_list_type = boost::vecS
-
using vertex_property_type = TVertexPropertyType
-
using bgl_impl_type = boost::adjacency_list<vertex_edge_list_type, vertex_list_type, directedness_type, vertex_property_type, edge_property_type, graph_property_type, graph_edge_list_type>