44 #ifndef __Panzer_PointDescriptor_hpp__ 
   45 #define __Panzer_PointDescriptor_hpp__ 
  125 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. 
 
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 ...