30class RowGraph :
virtual public Tpetra::RowGraph<typename GraphType::local_ordinal_type,
31 typename GraphType::global_ordinal_type,
32 typename GraphType::node_type> {
36 typedef typename GraphType::local_ordinal_type local_ordinal_type;
37 typedef typename GraphType::global_ordinal_type global_ordinal_type;
38 typedef typename GraphType::node_type node_type;
39 typedef typename GraphType::local_inds_host_view_type local_inds_host_view_type;
40 typedef typename GraphType::nonconst_local_inds_host_view_type nonconst_local_inds_host_view_type;
41 typedef typename GraphType::global_inds_host_view_type global_inds_host_view_type;
42 typedef typename GraphType::nonconst_global_inds_host_view_type nonconst_global_inds_host_view_type;