Eigen::DynamicSGroup::Generator Struct Reference

Public Member Functions

constexpr Generator (int one_, int two_, int flags_)
 

Public Attributes

int one
 
int two
 
int flags
 

Constructor & Destructor Documentation

◆ Generator()

constexpr Eigen::DynamicSGroup::Generator::Generator ( int  one_,
int  two_,
int  flags_ 
)
inlineconstexpr
109 : one(one_), two(two_), flags(flags_) {}
int two
Definition: DynamicSymmetry.h:107
int flags
Definition: DynamicSymmetry.h:108
int one
Definition: DynamicSymmetry.h:106

Member Data Documentation

◆ flags

int Eigen::DynamicSGroup::Generator::flags

◆ one

int Eigen::DynamicSGroup::Generator::one

◆ two

int Eigen::DynamicSGroup::Generator::two

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