![]() |
IgANet
IGAnets - Isogeometric Analysis Networks
|
Abstract creator class. More...
#include </home/runner/work/iganet/iganet/include/geometry/creator.hpp>
Public Member Functions | |
| void | pretty_print (std::ostream &os) const noexcept override=0 |
| Returns a string representation of the CreatorCore object. | |
Additional Inherited Members | |
Protected Member Functions inherited from iganet::utils::FullQualifiedName | |
| virtual | ~FullQualifiedName ()=default |
| virtual const std::string & | name () const noexcept |
| Returns the full qualified name of the object. | |
Protected Attributes inherited from iganet::utils::FullQualifiedName | |
| at::optional< std::string > | name_ |
| String storing the full qualified name of the object. | |
Abstract creator class.
|
overridepure virtualnoexcept |
Returns a string representation of the CreatorCore object.
Implements iganet::utils::FullQualifiedName.
Implemented in iganet::IntervalCreator< T >, iganet::RectangleCreator< T >, and iganet::CuboidCreator< T >.