Mantid
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Mantid::Geometry::ReflectionCondition Class Referenceabstract

A class containing the Reflection Condition for a crystal. More...

#include <ReflectionCondition.h>

Inheritance diagram for Mantid::Geometry::ReflectionCondition:
Mantid::Geometry::ReflectionConditionAFaceCentred Mantid::Geometry::ReflectionConditionAllFaceCentred Mantid::Geometry::ReflectionConditionBFaceCentred Mantid::Geometry::ReflectionConditionBodyCentred Mantid::Geometry::ReflectionConditionCFaceCentred Mantid::Geometry::ReflectionConditionHexagonallyReverse Mantid::Geometry::ReflectionConditionPrimitive Mantid::Geometry::ReflectionConditionRhombohedrallyObverse Mantid::Geometry::ReflectionConditionRhombohedrallyReverse

Public Member Functions

virtual std::string getName ()=0
 Name of the reflection condition. More...
 
virtual std::string getSymbol ()=0
 Symbol of the associated lattice centering. More...
 
virtual bool isAllowed (int h, int k, int l)=0
 Return true if the hkl is allowed. More...
 
virtual ~ReflectionCondition ()=default
 

Detailed Description

A class containing the Reflection Condition for a crystal.

e.g. Face-centered, etc. determining which HKL's are allows and which are not.

Author
Janik Zikovsky
Date
2011-05-16 11:55:15.983855

Definition at line 28 of file ReflectionCondition.h.

Constructor & Destructor Documentation

◆ ~ReflectionCondition()

virtual Mantid::Geometry::ReflectionCondition::~ReflectionCondition ( )
virtualdefault

Member Function Documentation

◆ getName()

virtual std::string Mantid::Geometry::ReflectionCondition::getName ( )
pure virtual

◆ getSymbol()

virtual std::string Mantid::Geometry::ReflectionCondition::getSymbol ( )
pure virtual

◆ isAllowed()

virtual bool Mantid::Geometry::ReflectionCondition::isAllowed ( int  h,
int  k,
int  l 
)
pure virtual

The documentation for this class was generated from the following file: