44 #ifndef __Panzer_PointGenerator_hpp__ 
   45 #define __Panzer_PointGenerator_hpp__ 
   47 #include "Kokkos_DynRankView.hpp" 
   58   virtual Kokkos::DynRankView<double> 
getPoints(
const shards::CellTopology & topo) 
const = 0;
 
   61   virtual int numPoints(
const shards::CellTopology & topo) 
const = 0;
 
virtual Kokkos::DynRankView< double > getPoints(const shards::CellTopology &topo) const =0
Get the points for a particular topology. 
virtual int numPoints(const shards::CellTopology &topo) const =0
Get the points for a particular topology.