11 #ifndef __Panzer_PointDescriptor_hpp__
12 #define __Panzer_PointDescriptor_hpp__
99 struct hash<panzer::PointDescriptor>
std::size_t getKey() const
Get unique key associated with integrator of this order and type The key is used to sort through a ma...
virtual ~PointDescriptor()=default
Destructor.
bool hasGenerator() const
Check if the point descriptor has a generator for generating point values.
Teuchos::RCP< PointGenerator > _generator
PointGenerator object to build the points.
std::size_t _key
Unique key associated with integrator.
PointDescriptor()=delete
Default constructor, no version.
void setup(const std::string &type, const Teuchos::RCP< PointGenerator > &generator)
Setup the point descriptor. Protected and used by constructors.
std::string _type
Type string.
const PointGenerator & getGenerator() const
const std::string & getType() const
Get unique string associated with the type of point descriptor. This will be used generate a hash to ...