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