64 virtual public Tpetra::RowGraph<typename GraphType::local_ordinal_type,
65 typename GraphType::global_ordinal_type,
66 typename GraphType::node_type> {
70 typedef typename GraphType::local_ordinal_type local_ordinal_type;
71 typedef typename GraphType::global_ordinal_type global_ordinal_type;
72 typedef typename GraphType::node_type node_type;
73 typedef typename GraphType::local_inds_host_view_type local_inds_host_view_type;
74 typedef typename GraphType::nonconst_local_inds_host_view_type nonconst_local_inds_host_view_type;
75 typedef typename GraphType::global_inds_host_view_type global_inds_host_view_type;
76 typedef typename GraphType::nonconst_global_inds_host_view_type nonconst_global_inds_host_view_type;