diff --git a/initial_sizing/doc/Doxyfile b/initial_sizing/doc/Doxyfile new file mode 100644 index 0000000000000000000000000000000000000000..4c25def41452420f7002f66ac657268897dea630 --- /dev/null +++ b/initial_sizing/doc/Doxyfile @@ -0,0 +1,2824 @@ +# Doxyfile 1.9.8 + +# This file describes the settings to be used by the documentation system +# doxygen (www.doxygen.org) for a project. +# +# All text after a double hash (##) is considered a comment and is placed in +# front of the TAG it is preceding. +# +# All text after a single hash (#) is considered a comment and will be ignored. +# The format is: +# TAG = value [value, ...] +# For lists, items can also be appended using: +# TAG += value [value, ...] +# Values that contain spaces should be placed between quotes (\" \"). +# +# Note: +# +# Use doxygen to compare the used configuration file with the template +# configuration file: +# doxygen -x [configFile] +# Use doxygen to compare the used configuration file with the template +# configuration file without replacing the environment variables or CMake type +# replacement variables: +# doxygen -x_noenv [configFile] + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- + +# This tag specifies the encoding used for all characters in the configuration +# file that follow. The default is UTF-8 which is also the encoding used for all +# text before the first occurrence of this tag. Doxygen uses libiconv (or the +# iconv built into libc) for the transcoding. See +# https://www.gnu.org/software/libiconv/ for the list of possible encodings. +# The default value is: UTF-8. + +DOXYFILE_ENCODING = UTF-8 + +# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by +# double-quotes, unless you are using Doxywizard) that should identify the +# project for which the documentation is generated. This name is used in the +# title of most generated pages and in a few other places. +# The default value is: My Project. + +PROJECT_NAME = "initial_sizing" + +# The PROJECT_NUMBER tag can be used to enter a project or revision number. This +# could be handy for archiving the generated documentation or if some version +# control system is used. + +PROJECT_NUMBER = + +# Using the PROJECT_BRIEF tag one can provide an optional one line description +# for a project that appears at the top of each page and should give viewer a +# quick idea about the purpose of the project. Keep the description short. + +PROJECT_BRIEF = + +# With the PROJECT_LOGO tag one can specify a logo or an icon that is included +# in the documentation. The maximum height of the logo should not exceed 55 +# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy +# the logo to the output directory. + +PROJECT_LOGO = + +# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path +# into which the generated documentation will be written. If a relative path is +# entered, it will be relative to the location where doxygen was started. If +# left blank the current directory will be used. + +OUTPUT_DIRECTORY = . + +# If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 +# sub-directories (in 2 levels) under the output directory of each output format +# and will distribute the generated files over these directories. Enabling this +# option can be useful when feeding doxygen a huge amount of source files, where +# putting all generated files in the same directory would otherwise causes +# performance problems for the file system. Adapt CREATE_SUBDIRS_LEVEL to +# control the number of sub-directories. +# The default value is: NO. + +CREATE_SUBDIRS = NO + +# Controls the number of sub-directories that will be created when +# CREATE_SUBDIRS tag is set to YES. Level 0 represents 16 directories, and every +# level increment doubles the number of directories, resulting in 4096 +# directories at level 8 which is the default and also the maximum value. The +# sub-directories are organized in 2 levels, the first level always has a fixed +# number of 16 directories. +# Minimum value: 0, maximum value: 8, default value: 8. +# This tag requires that the tag CREATE_SUBDIRS is set to YES. + +CREATE_SUBDIRS_LEVEL = 8 + +# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII +# characters to appear in the names of generated files. If set to NO, non-ASCII +# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode +# U+3044. +# The default value is: NO. + +ALLOW_UNICODE_NAMES = NO + +# The OUTPUT_LANGUAGE tag is used to specify the language in which all +# documentation generated by doxygen is written. Doxygen will use this +# information to generate all constant output in the proper language. +# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Bulgarian, +# Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish, Dutch, English +# (United States), Esperanto, Farsi (Persian), Finnish, French, German, Greek, +# Hindi, Hungarian, Indonesian, Italian, Japanese, Japanese-en (Japanese with +# English messages), Korean, Korean-en (Korean with English messages), Latvian, +# Lithuanian, Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, +# Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, +# Swedish, Turkish, Ukrainian and Vietnamese. +# The default value is: English. + +OUTPUT_LANGUAGE = English + +# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member +# descriptions after the members that are listed in the file and class +# documentation (similar to Javadoc). Set to NO to disable this. +# The default value is: YES. + +BRIEF_MEMBER_DESC = YES + +# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief +# description of a member or function before the detailed description +# +# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the +# brief descriptions will be completely suppressed. +# The default value is: YES. + +REPEAT_BRIEF = YES + +# This tag implements a quasi-intelligent brief description abbreviator that is +# used to form the text in various listings. Each string in this list, if found +# as the leading text of the brief description, will be stripped from the text +# and the result, after processing the whole list, is used as the annotated +# text. Otherwise, the brief description is used as-is. If left blank, the +# following values are used ($name is automatically replaced with the name of +# the entity):The $name class, The $name widget, The $name file, is, provides, +# specifies, contains, represents, a, an and the. + +ABBREVIATE_BRIEF = "The $name class" \ + "The $name widget" \ + "The $name file" \ + is \ + provides \ + specifies \ + contains \ + represents \ + a \ + an \ + the + +# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then +# doxygen will generate a detailed section even if there is only a brief +# description. +# The default value is: NO. + +ALWAYS_DETAILED_SEC = NO + +# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all +# inherited members of a class in the documentation of that class as if those +# members were ordinary class members. Constructors, destructors and assignment +# operators of the base classes will not be shown. +# The default value is: NO. + +INLINE_INHERITED_MEMB = NO + +# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path +# before files name in the file list and in the header files. If set to NO the +# shortest path that makes the file name unique will be used +# The default value is: YES. + +FULL_PATH_NAMES = YES + +# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. +# Stripping is only done if one of the specified strings matches the left-hand +# part of the path. The tag can be used to show relative paths in the file list. +# If left blank the directory from which doxygen is run is used as the path to +# strip. +# +# Note that you can specify absolute paths here, but also relative paths, which +# will be relative from the directory where doxygen is started. +# This tag requires that the tag FULL_PATH_NAMES is set to YES. + +STRIP_FROM_PATH = + +# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the +# path mentioned in the documentation of a class, which tells the reader which +# header file to include in order to use a class. If left blank only the name of +# the header file containing the class definition is used. Otherwise one should +# specify the list of include paths that are normally passed to the compiler +# using the -I flag. + +STRIP_FROM_INC_PATH = + +# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but +# less readable) file names. This can be useful is your file systems doesn't +# support long names like on DOS, Mac, or CD-ROM. +# The default value is: NO. + +SHORT_NAMES = NO + +# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the +# first line (until the first dot) of a Javadoc-style comment as the brief +# description. If set to NO, the Javadoc-style will behave just like regular Qt- +# style comments (thus requiring an explicit @brief command for a brief +# description.) +# The default value is: NO. + +JAVADOC_AUTOBRIEF = NO + +# If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line +# such as +# /*************** +# as being the beginning of a Javadoc-style comment "banner". If set to NO, the +# Javadoc-style will behave just like regular comments and it will not be +# interpreted by doxygen. +# The default value is: NO. + +JAVADOC_BANNER = NO + +# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first +# line (until the first dot) of a Qt-style comment as the brief description. If +# set to NO, the Qt-style will behave just like regular Qt-style comments (thus +# requiring an explicit \brief command for a brief description.) +# The default value is: NO. + +QT_AUTOBRIEF = NO + +# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a +# multi-line C++ special comment block (i.e. a block of //! or /// comments) as +# a brief description. This used to be the default behavior. The new default is +# to treat a multi-line C++ comment block as a detailed description. Set this +# tag to YES if you prefer the old behavior instead. +# +# Note that setting this tag to YES also means that rational rose comments are +# not recognized any more. +# The default value is: NO. + +MULTILINE_CPP_IS_BRIEF = NO + +# By default Python docstrings are displayed as preformatted text and doxygen's +# special commands cannot be used. By setting PYTHON_DOCSTRING to NO the +# doxygen's special commands can be used and the contents of the docstring +# documentation blocks is shown as doxygen documentation. +# The default value is: YES. + +PYTHON_DOCSTRING = YES + +# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the +# documentation from any documented member that it re-implements. +# The default value is: YES. + +INHERIT_DOCS = YES + +# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new +# page for each member. If set to NO, the documentation of a member will be part +# of the file/class/namespace that contains it. +# The default value is: NO. + +SEPARATE_MEMBER_PAGES = NO + +# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen +# uses this value to replace tabs by spaces in code fragments. +# Minimum value: 1, maximum value: 16, default value: 4. + +TAB_SIZE = 4 + +# This tag can be used to specify a number of aliases that act as commands in +# the documentation. An alias has the form: +# name=value +# For example adding +# "sideeffect=@par Side Effects:^^" +# will allow you to put the command \sideeffect (or @sideeffect) in the +# documentation, which will result in a user-defined paragraph with heading +# "Side Effects:". Note that you cannot put \n's in the value part of an alias +# to insert newlines (in the resulting output). You can put ^^ in the value part +# of an alias to insert a newline as if a physical newline was in the original +# file. When you need a literal { or } or , in the value part of an alias you +# have to escape them by means of a backslash (\), this can lead to conflicts +# with the commands \{ and \} for these it is advised to use the version @{ and +# @} or use a double escape (\\{ and \\}) + +ALIASES = + +# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources +# only. Doxygen will then generate output that is more tailored for C. For +# instance, some of the names that are used will be different. The list of all +# members will be omitted, etc. +# The default value is: NO. + +OPTIMIZE_OUTPUT_FOR_C = NO + +# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or +# Python sources only. Doxygen will then generate output that is more tailored +# for that language. For instance, namespaces will be presented as packages, +# qualified scopes will look different, etc. +# The default value is: NO. + +OPTIMIZE_OUTPUT_JAVA = NO + +# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran +# sources. Doxygen will then generate output that is tailored for Fortran. +# The default value is: NO. + +OPTIMIZE_FOR_FORTRAN = NO + +# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL +# sources. Doxygen will then generate output that is tailored for VHDL. +# The default value is: NO. + +OPTIMIZE_OUTPUT_VHDL = NO + +# Set the OPTIMIZE_OUTPUT_SLICE tag to YES if your project consists of Slice +# sources only. Doxygen will then generate output that is more tailored for that +# language. For instance, namespaces will be presented as modules, types will be +# separated into more groups, etc. +# The default value is: NO. + +OPTIMIZE_OUTPUT_SLICE = NO + +# Doxygen selects the parser to use depending on the extension of the files it +# parses. With this tag you can assign which parser to use for a given +# extension. Doxygen has a built-in mapping, but you can override or extend it +# using this tag. The format is ext=language, where ext is a file extension, and +# language is one of the parsers supported by doxygen: IDL, Java, JavaScript, +# Csharp (C#), C, C++, Lex, D, PHP, md (Markdown), Objective-C, Python, Slice, +# VHDL, Fortran (fixed format Fortran: FortranFixed, free formatted Fortran: +# FortranFree, unknown formatted Fortran: Fortran. In the later case the parser +# tries to guess whether the code is fixed or free formatted code, this is the +# default for Fortran type files). For instance to make doxygen treat .inc files +# as Fortran files (default is PHP), and .f files as C (default is Fortran), +# use: inc=Fortran f=C. +# +# Note: For files without extension you can use no_extension as a placeholder. +# +# Note that for custom extensions you also need to set FILE_PATTERNS otherwise +# the files are not read by doxygen. When specifying no_extension you should add +# * to the FILE_PATTERNS. +# +# Note see also the list of default file extension mappings. + +EXTENSION_MAPPING = + +# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments +# according to the Markdown format, which allows for more readable +# documentation. See https://daringfireball.net/projects/markdown/ for details. +# The output of markdown processing is further processed by doxygen, so you can +# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in +# case of backward compatibilities issues. +# The default value is: YES. + +MARKDOWN_SUPPORT = YES + +# When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up +# to that level are automatically included in the table of contents, even if +# they do not have an id attribute. +# Note: This feature currently applies only to Markdown headings. +# Minimum value: 0, maximum value: 99, default value: 5. +# This tag requires that the tag MARKDOWN_SUPPORT is set to YES. + +TOC_INCLUDE_HEADINGS = 5 + +# The MARKDOWN_ID_STYLE tag can be used to specify the algorithm used to +# generate identifiers for the Markdown headings. Note: Every identifier is +# unique. +# Possible values are: DOXYGEN use a fixed 'autotoc_md' string followed by a +# sequence number starting at 0 and GITHUB use the lower case version of title +# with any whitespace replaced by '-' and punctuation characters removed. +# The default value is: DOXYGEN. +# This tag requires that the tag MARKDOWN_SUPPORT is set to YES. + +MARKDOWN_ID_STYLE = DOXYGEN + +# When enabled doxygen tries to link words that correspond to documented +# classes, or namespaces to their corresponding documentation. Such a link can +# be prevented in individual cases by putting a % sign in front of the word or +# globally by setting AUTOLINK_SUPPORT to NO. +# The default value is: YES. + +AUTOLINK_SUPPORT = YES + +# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want +# to include (a tag file for) the STL sources as input, then you should set this +# tag to YES in order to let doxygen match functions declarations and +# definitions whose arguments contain STL classes (e.g. func(std::string); +# versus func(std::string) {}). This also make the inheritance and collaboration +# diagrams that involve STL classes more complete and accurate. +# The default value is: NO. + +BUILTIN_STL_SUPPORT = NO + +# If you use Microsoft's C++/CLI language, you should set this option to YES to +# enable parsing support. +# The default value is: NO. + +CPP_CLI_SUPPORT = NO + +# Set the SIP_SUPPORT tag to YES if your project consists of sip (see: +# https://www.riverbankcomputing.com/software/sip/intro) sources only. Doxygen +# will parse them like normal C++ but will assume all classes use public instead +# of private inheritance when no explicit protection keyword is present. +# The default value is: NO. + +SIP_SUPPORT = NO + +# For Microsoft's IDL there are propget and propput attributes to indicate +# getter and setter methods for a property. Setting this option to YES will make +# doxygen to replace the get and set methods by a property in the documentation. +# This will only work if the methods are indeed getting or setting a simple +# type. If this is not the case, or you want to show the methods anyway, you +# should set this option to NO. +# The default value is: YES. + +IDL_PROPERTY_SUPPORT = YES + +# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC +# tag is set to YES then doxygen will reuse the documentation of the first +# member in the group (if any) for the other members of the group. By default +# all members of a group must be documented explicitly. +# The default value is: NO. + +DISTRIBUTE_GROUP_DOC = NO + +# If one adds a struct or class to a group and this option is enabled, then also +# any nested class or struct is added to the same group. By default this option +# is disabled and one has to add nested compounds explicitly via \ingroup. +# The default value is: NO. + +GROUP_NESTED_COMPOUNDS = NO + +# Set the SUBGROUPING tag to YES to allow class member groups of the same type +# (for instance a group of public functions) to be put as a subgroup of that +# type (e.g. under the Public Functions section). Set it to NO to prevent +# subgrouping. Alternatively, this can be done per class using the +# \nosubgrouping command. +# The default value is: YES. + +SUBGROUPING = YES + +# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions +# are shown inside the group in which they are included (e.g. using \ingroup) +# instead of on a separate page (for HTML and Man pages) or section (for LaTeX +# and RTF). +# +# Note that this feature does not work in combination with +# SEPARATE_MEMBER_PAGES. +# The default value is: NO. + +INLINE_GROUPED_CLASSES = NO + +# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions +# with only public data fields or simple typedef fields will be shown inline in +# the documentation of the scope in which they are defined (i.e. file, +# namespace, or group documentation), provided this scope is documented. If set +# to NO, structs, classes, and unions are shown on a separate page (for HTML and +# Man pages) or section (for LaTeX and RTF). +# The default value is: NO. + +INLINE_SIMPLE_STRUCTS = NO + +# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or +# enum is documented as struct, union, or enum with the name of the typedef. So +# typedef struct TypeS {} TypeT, will appear in the documentation as a struct +# with name TypeT. When disabled the typedef will appear as a member of a file, +# namespace, or class. And the struct will be named TypeS. This can typically be +# useful for C code in case the coding convention dictates that all compound +# types are typedef'ed and only the typedef is referenced, never the tag name. +# The default value is: NO. + +TYPEDEF_HIDES_STRUCT = NO + +# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This +# cache is used to resolve symbols given their name and scope. Since this can be +# an expensive process and often the same symbol appears multiple times in the +# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small +# doxygen will become slower. If the cache is too large, memory is wasted. The +# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range +# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536 +# symbols. At the end of a run doxygen will report the cache usage and suggest +# the optimal cache size from a speed point of view. +# Minimum value: 0, maximum value: 9, default value: 0. + +LOOKUP_CACHE_SIZE = 0 + +# The NUM_PROC_THREADS specifies the number of threads doxygen is allowed to use +# during processing. When set to 0 doxygen will based this on the number of +# cores available in the system. You can set it explicitly to a value larger +# than 0 to get more control over the balance between CPU load and processing +# speed. At this moment only the input processing can be done using multiple +# threads. Since this is still an experimental feature the default is set to 1, +# which effectively disables parallel processing. Please report any issues you +# encounter. Generating dot graphs in parallel is controlled by the +# DOT_NUM_THREADS setting. +# Minimum value: 0, maximum value: 32, default value: 1. + +NUM_PROC_THREADS = 1 + +# If the TIMESTAMP tag is set different from NO then each generated page will +# contain the date or date and time when the page was generated. Setting this to +# NO can help when comparing the output of multiple runs. +# Possible values are: YES, NO, DATETIME and DATE. +# The default value is: NO. + +TIMESTAMP = NO + +#--------------------------------------------------------------------------- +# Build related configuration options +#--------------------------------------------------------------------------- + +# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in +# documentation are documented, even if no documentation was available. Private +# class members and static file members will be hidden unless the +# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES. +# Note: This will also disable the warnings about undocumented members that are +# normally produced when WARNINGS is set to YES. +# The default value is: NO. + +EXTRACT_ALL = YES + +# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will +# be included in the documentation. +# The default value is: NO. + +EXTRACT_PRIVATE = YES + +# If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual +# methods of a class will be included in the documentation. +# The default value is: NO. + +EXTRACT_PRIV_VIRTUAL = YES + +# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal +# scope will be included in the documentation. +# The default value is: NO. + +EXTRACT_PACKAGE = YES + +# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be +# included in the documentation. +# The default value is: NO. + +EXTRACT_STATIC = YES + +# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined +# locally in source files will be included in the documentation. If set to NO, +# only classes defined in header files are included. Does not have any effect +# for Java sources. +# The default value is: YES. + +EXTRACT_LOCAL_CLASSES = YES + +# This flag is only useful for Objective-C code. If set to YES, local methods, +# which are defined in the implementation section but not in the interface are +# included in the documentation. If set to NO, only methods in the interface are +# included. +# The default value is: NO. + +EXTRACT_LOCAL_METHODS = YES + +# If this flag is set to YES, the members of anonymous namespaces will be +# extracted and appear in the documentation as a namespace called +# 'anonymous_namespace{file}', where file will be replaced with the base name of +# the file that contains the anonymous namespace. By default anonymous namespace +# are hidden. +# The default value is: NO. + +EXTRACT_ANON_NSPACES = YES + +# If this flag is set to YES, the name of an unnamed parameter in a declaration +# will be determined by the corresponding definition. By default unnamed +# parameters remain unnamed in the output. +# The default value is: YES. + +RESOLVE_UNNAMED_PARAMS = YES + +# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all +# undocumented members inside documented classes or files. If set to NO these +# members will be included in the various overviews, but no documentation +# section is generated. This option has no effect if EXTRACT_ALL is enabled. +# The default value is: NO. + +HIDE_UNDOC_MEMBERS = NO + +# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all +# undocumented classes that are normally visible in the class hierarchy. If set +# to NO, these classes will be included in the various overviews. This option +# will also hide undocumented C++ concepts if enabled. This option has no effect +# if EXTRACT_ALL is enabled. +# The default value is: NO. + +HIDE_UNDOC_CLASSES = NO + +# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend +# declarations. If set to NO, these declarations will be included in the +# documentation. +# The default value is: NO. + +HIDE_FRIEND_COMPOUNDS = NO + +# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any +# documentation blocks found inside the body of a function. If set to NO, these +# blocks will be appended to the function's detailed documentation block. +# The default value is: NO. + +HIDE_IN_BODY_DOCS = NO + +# The INTERNAL_DOCS tag determines if documentation that is typed after a +# \internal command is included. If the tag is set to NO then the documentation +# will be excluded. Set it to YES to include the internal documentation. +# The default value is: NO. + +INTERNAL_DOCS = NO + +# With the correct setting of option CASE_SENSE_NAMES doxygen will better be +# able to match the capabilities of the underlying filesystem. In case the +# filesystem is case sensitive (i.e. it supports files in the same directory +# whose names only differ in casing), the option must be set to YES to properly +# deal with such files in case they appear in the input. For filesystems that +# are not case sensitive the option should be set to NO to properly deal with +# output files written for symbols that only differ in casing, such as for two +# classes, one named CLASS and the other named Class, and to also support +# references to files without having to specify the exact matching casing. On +# Windows (including Cygwin) and MacOS, users should typically set this option +# to NO, whereas on Linux or other Unix flavors it should typically be set to +# YES. +# Possible values are: SYSTEM, NO and YES. +# The default value is: SYSTEM. + +CASE_SENSE_NAMES = SYSTEM + +# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with +# their full class and namespace scopes in the documentation. If set to YES, the +# scope will be hidden. +# The default value is: NO. + +HIDE_SCOPE_NAMES = NO + +# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will +# append additional text to a page's title, such as Class Reference. If set to +# YES the compound reference will be hidden. +# The default value is: NO. + +HIDE_COMPOUND_REFERENCE= NO + +# If the SHOW_HEADERFILE tag is set to YES then the documentation for a class +# will show which file needs to be included to use the class. +# The default value is: YES. + +SHOW_HEADERFILE = YES + +# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of +# the files that are included by a file in the documentation of that file. +# The default value is: YES. + +SHOW_INCLUDE_FILES = YES + +# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each +# grouped member an include statement to the documentation, telling the reader +# which file to include in order to use the member. +# The default value is: NO. + +SHOW_GROUPED_MEMB_INC = NO + +# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include +# files with double quotes in the documentation rather than with sharp brackets. +# The default value is: NO. + +FORCE_LOCAL_INCLUDES = NO + +# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the +# documentation for inline members. +# The default value is: YES. + +INLINE_INFO = YES + +# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the +# (detailed) documentation of file and class members alphabetically by member +# name. If set to NO, the members will appear in declaration order. +# The default value is: YES. + +SORT_MEMBER_DOCS = YES + +# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief +# descriptions of file, namespace and class members alphabetically by member +# name. If set to NO, the members will appear in declaration order. Note that +# this will also influence the order of the classes in the class list. +# The default value is: NO. + +SORT_BRIEF_DOCS = NO + +# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the +# (brief and detailed) documentation of class members so that constructors and +# destructors are listed first. If set to NO the constructors will appear in the +# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS. +# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief +# member documentation. +# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting +# detailed member documentation. +# The default value is: NO. + +SORT_MEMBERS_CTORS_1ST = NO + +# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy +# of group names into alphabetical order. If set to NO the group names will +# appear in their defined order. +# The default value is: NO. + +SORT_GROUP_NAMES = NO + +# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by +# fully-qualified names, including namespaces. If set to NO, the class list will +# be sorted only by class name, not including the namespace part. +# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. +# Note: This option applies only to the class list, not to the alphabetical +# list. +# The default value is: NO. + +SORT_BY_SCOPE_NAME = NO + +# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper +# type resolution of all parameters of a function it will reject a match between +# the prototype and the implementation of a member function even if there is +# only one candidate or it is obvious which candidate to choose by doing a +# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still +# accept a match between prototype and implementation in such cases. +# The default value is: NO. + +STRICT_PROTO_MATCHING = NO + +# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo +# list. This list is created by putting \todo commands in the documentation. +# The default value is: YES. + +GENERATE_TODOLIST = YES + +# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test +# list. This list is created by putting \test commands in the documentation. +# The default value is: YES. + +GENERATE_TESTLIST = YES + +# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug +# list. This list is created by putting \bug commands in the documentation. +# The default value is: YES. + +GENERATE_BUGLIST = YES + +# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO) +# the deprecated list. This list is created by putting \deprecated commands in +# the documentation. +# The default value is: YES. + +GENERATE_DEPRECATEDLIST= YES + +# The ENABLED_SECTIONS tag can be used to enable conditional documentation +# sections, marked by \if <section_label> ... \endif and \cond <section_label> +# ... \endcond blocks. + +ENABLED_SECTIONS = + +# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the +# initial value of a variable or macro / define can have for it to appear in the +# documentation. If the initializer consists of more lines than specified here +# it will be hidden. Use a value of 0 to hide initializers completely. The +# appearance of the value of individual variables and macros / defines can be +# controlled using \showinitializer or \hideinitializer command in the +# documentation regardless of this setting. +# Minimum value: 0, maximum value: 10000, default value: 30. + +MAX_INITIALIZER_LINES = 30 + +# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at +# the bottom of the documentation of classes and structs. If set to YES, the +# list will mention the files that were used to generate the documentation. +# The default value is: YES. + +SHOW_USED_FILES = YES + +# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This +# will remove the Files entry from the Quick Index and from the Folder Tree View +# (if specified). +# The default value is: YES. + +SHOW_FILES = YES + +# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces +# page. This will remove the Namespaces entry from the Quick Index and from the +# Folder Tree View (if specified). +# The default value is: YES. + +SHOW_NAMESPACES = YES + +# The FILE_VERSION_FILTER tag can be used to specify a program or script that +# doxygen should invoke to get the current version for each file (typically from +# the version control system). Doxygen will invoke the program by executing (via +# popen()) the command command input-file, where command is the value of the +# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided +# by doxygen. Whatever the program writes to standard output is used as the file +# version. For an example see the documentation. + +FILE_VERSION_FILTER = + +# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed +# by doxygen. The layout file controls the global structure of the generated +# output files in an output format independent way. To create the layout file +# that represents doxygen's defaults, run doxygen with the -l option. You can +# optionally specify a file name after the option, if omitted DoxygenLayout.xml +# will be used as the name of the layout file. See also section "Changing the +# layout of pages" for information. +# +# Note that if you run doxygen from a directory containing a file called +# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE +# tag is left empty. + +LAYOUT_FILE = + +# The CITE_BIB_FILES tag can be used to specify one or more bib files containing +# the reference definitions. This must be a list of .bib files. The .bib +# extension is automatically appended if omitted. This requires the bibtex tool +# to be installed. See also https://en.wikipedia.org/wiki/BibTeX for more info. +# For LaTeX the style of the bibliography can be controlled using +# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the +# search path. See also \cite for info how to create references. + +CITE_BIB_FILES = literature.bib + +#--------------------------------------------------------------------------- +# Configuration options related to warning and progress messages +#--------------------------------------------------------------------------- + +# The QUIET tag can be used to turn on/off the messages that are generated to +# standard output by doxygen. If QUIET is set to YES this implies that the +# messages are off. +# The default value is: NO. + +QUIET = NO + +# The WARNINGS tag can be used to turn on/off the warning messages that are +# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES +# this implies that the warnings are on. +# +# Tip: Turn warnings on while writing the documentation. +# The default value is: YES. + +WARNINGS = YES + +# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate +# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag +# will automatically be disabled. +# The default value is: YES. + +WARN_IF_UNDOCUMENTED = YES + +# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for +# potential errors in the documentation, such as documenting some parameters in +# a documented function twice, or documenting parameters that don't exist or +# using markup commands wrongly. +# The default value is: YES. + +WARN_IF_DOC_ERROR = YES + +# If WARN_IF_INCOMPLETE_DOC is set to YES, doxygen will warn about incomplete +# function parameter documentation. If set to NO, doxygen will accept that some +# parameters have no documentation without warning. +# The default value is: YES. + +WARN_IF_INCOMPLETE_DOC = YES + +# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that +# are documented, but have no documentation for their parameters or return +# value. If set to NO, doxygen will only warn about wrong parameter +# documentation, but not about the absence of documentation. If EXTRACT_ALL is +# set to YES then this flag will automatically be disabled. See also +# WARN_IF_INCOMPLETE_DOC +# The default value is: NO. + +WARN_NO_PARAMDOC = NO + +# If WARN_IF_UNDOC_ENUM_VAL option is set to YES, doxygen will warn about +# undocumented enumeration values. If set to NO, doxygen will accept +# undocumented enumeration values. If EXTRACT_ALL is set to YES then this flag +# will automatically be disabled. +# The default value is: NO. + +WARN_IF_UNDOC_ENUM_VAL = NO + +# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when +# a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS +# then doxygen will continue running as if WARN_AS_ERROR tag is set to NO, but +# at the end of the doxygen process doxygen will return with a non-zero status. +# If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS_PRINT then doxygen behaves +# like FAIL_ON_WARNINGS but in case no WARN_LOGFILE is defined doxygen will not +# write the warning messages in between other messages but write them at the end +# of a run, in case a WARN_LOGFILE is defined the warning messages will be +# besides being in the defined file also be shown at the end of a run, unless +# the WARN_LOGFILE is defined as - i.e. standard output (stdout) in that case +# the behavior will remain as with the setting FAIL_ON_WARNINGS. +# Possible values are: NO, YES, FAIL_ON_WARNINGS and FAIL_ON_WARNINGS_PRINT. +# The default value is: NO. + +WARN_AS_ERROR = NO + +# The WARN_FORMAT tag determines the format of the warning messages that doxygen +# can produce. The string should contain the $file, $line, and $text tags, which +# will be replaced by the file and line number from which the warning originated +# and the warning text. Optionally the format may contain $version, which will +# be replaced by the version of the file (if it could be obtained via +# FILE_VERSION_FILTER) +# See also: WARN_LINE_FORMAT +# The default value is: $file:$line: $text. + +WARN_FORMAT = "$file:$line: $text" + +# In the $text part of the WARN_FORMAT command it is possible that a reference +# to a more specific place is given. To make it easier to jump to this place +# (outside of doxygen) the user can define a custom "cut" / "paste" string. +# Example: +# WARN_LINE_FORMAT = "'vi $file +$line'" +# See also: WARN_FORMAT +# The default value is: at line $line of file $file. + +WARN_LINE_FORMAT = "at line $line of file $file" + +# The WARN_LOGFILE tag can be used to specify a file to which warning and error +# messages should be written. If left blank the output is written to standard +# error (stderr). In case the file specified cannot be opened for writing the +# warning and error messages are written to standard error. When as file - is +# specified the warning and error messages are written to standard output +# (stdout). + +WARN_LOGFILE = + +#--------------------------------------------------------------------------- +# Configuration options related to the input files +#--------------------------------------------------------------------------- + +# The INPUT tag is used to specify the files and/or directories that contain +# documented source files. You may enter file names like myfile.cpp or +# directories like /usr/src/myproject. Separate the files or directories with +# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING +# Note: If this tag is empty the current directory is searched. + +INPUT = ../src/ ./content/ + +# This tag can be used to specify the character encoding of the source files +# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses +# libiconv (or the iconv built into libc) for the transcoding. See the libiconv +# documentation (see: +# https://www.gnu.org/software/libiconv/) for the list of possible encodings. +# See also: INPUT_FILE_ENCODING +# The default value is: UTF-8. + +INPUT_ENCODING = UTF-8 + +# This tag can be used to specify the character encoding of the source files +# that doxygen parses The INPUT_FILE_ENCODING tag can be used to specify +# character encoding on a per file pattern basis. Doxygen will compare the file +# name with each pattern and apply the encoding instead of the default +# INPUT_ENCODING) if there is a match. The character encodings are a list of the +# form: pattern=encoding (like *.php=ISO-8859-1). See cfg_input_encoding +# "INPUT_ENCODING" for further information on supported encodings. + +INPUT_FILE_ENCODING = + +# If the value of the INPUT tag contains directories, you can use the +# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and +# *.h) to filter out the source-files in the directories. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# read by doxygen. +# +# Note the list of default checked file patterns might differ from the list of +# default file extension mappings. +# +# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cxxm, +# *.cpp, *.cppm, *.c++, *.c++m, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, +# *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp, *.h++, *.ixx, *.l, *.cs, *.d, *.php, +# *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown, *.md, *.mm, *.dox (to be +# provided as doxygen C comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, +# *.f18, *.f, *.for, *.vhd, *.vhdl, *.ucf, *.qsf and *.ice. + +FILE_PATTERNS = *.c \ + *.cc \ + *.cxx \ + *.cxxm \ + *.cpp \ + *.cppm \ + *.c++ \ + *.c++m \ + *.java \ + *.ii \ + *.ixx \ + *.ipp \ + *.i++ \ + *.inl \ + *.idl \ + *.ddl \ + *.odl \ + *.h \ + *.hh \ + *.hxx \ + *.hpp \ + *.h++ \ + *.ixx \ + *.l \ + *.cs \ + *.d \ + *.php \ + *.php4 \ + *.php5 \ + *.phtml \ + *.inc \ + *.m \ + *.markdown \ + *.md \ + *.mm \ + *.dox \ + *.py \ + *.pyw \ + *.f90 \ + *.f95 \ + *.f03 \ + *.f08 \ + *.f18 \ + *.f \ + *.for \ + *.vhd \ + *.vhdl \ + *.ucf \ + *.qsf \ + *.ice + +# The RECURSIVE tag can be used to specify whether or not subdirectories should +# be searched for input files as well. +# The default value is: NO. + +RECURSIVE = YES + +# The EXCLUDE tag can be used to specify files and/or directories that should be +# excluded from the INPUT source files. This way you can easily exclude a +# subdirectory from a directory tree whose root is specified with the INPUT tag. +# +# Note that relative paths are relative to the directory from which doxygen is +# run. + +EXCLUDE = + +# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or +# directories that are symbolic links (a Unix file system feature) are excluded +# from the input. +# The default value is: NO. + +EXCLUDE_SYMLINKS = NO + +# If the value of the INPUT tag contains directories, you can use the +# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude +# certain files from those directories. +# +# Note that the wildcards are matched against the file with absolute path, so to +# exclude all test directories for example use the pattern */test/* + +EXCLUDE_PATTERNS = + +# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names +# (namespaces, classes, functions, etc.) that should be excluded from the +# output. The symbol name can be a fully qualified name, a word, or if the +# wildcard * is used, a substring. Examples: ANamespace, AClass, +# ANamespace::AClass, ANamespace::*Test + +EXCLUDE_SYMBOLS = + +# The EXAMPLE_PATH tag can be used to specify one or more files or directories +# that contain example code fragments that are included (see the \include +# command). + +EXAMPLE_PATH = + +# If the value of the EXAMPLE_PATH tag contains directories, you can use the +# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and +# *.h) to filter out the source-files in the directories. If left blank all +# files are included. + +EXAMPLE_PATTERNS = * + +# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be +# searched for input files to be used with the \include or \dontinclude commands +# irrespective of the value of the RECURSIVE tag. +# The default value is: NO. + +EXAMPLE_RECURSIVE = NO + +# The IMAGE_PATH tag can be used to specify one or more files or directories +# that contain images that are to be included in the documentation (see the +# \image command). + +IMAGE_PATH = ./img/ + +# The INPUT_FILTER tag can be used to specify a program that doxygen should +# invoke to filter for each input file. Doxygen will invoke the filter program +# by executing (via popen()) the command: +# +# <filter> <input-file> +# +# where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the +# name of an input file. Doxygen will then use the output that the filter +# program writes to standard output. If FILTER_PATTERNS is specified, this tag +# will be ignored. +# +# Note that the filter must not add or remove lines; it is applied before the +# code is scanned, but not when the output code is generated. If lines are added +# or removed, the anchors will not be placed correctly. +# +# Note that doxygen will use the data processed and written to standard output +# for further processing, therefore nothing else, like debug statements or used +# commands (so in case of a Windows batch file always use @echo OFF), should be +# written to standard output. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# properly processed by doxygen. + +INPUT_FILTER = + +# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern +# basis. Doxygen will compare the file name with each pattern and apply the +# filter if there is a match. The filters are a list of the form: pattern=filter +# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how +# filters are used. If the FILTER_PATTERNS tag is empty or if none of the +# patterns match the file name, INPUT_FILTER is applied. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# properly processed by doxygen. + +FILTER_PATTERNS = + +# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using +# INPUT_FILTER) will also be used to filter the input files that are used for +# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES). +# The default value is: NO. + +FILTER_SOURCE_FILES = NO + +# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file +# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and +# it is also possible to disable source filtering for a specific pattern using +# *.ext= (so without naming a filter). +# This tag requires that the tag FILTER_SOURCE_FILES is set to YES. + +FILTER_SOURCE_PATTERNS = + +# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that +# is part of the input, its contents will be placed on the main page +# (index.html). This can be useful if you have a project on for instance GitHub +# and want to reuse the introduction page also for the doxygen output. + +USE_MDFILE_AS_MAINPAGE = + +# The Fortran standard specifies that for fixed formatted Fortran code all +# characters from position 72 are to be considered as comment. A common +# extension is to allow longer lines before the automatic comment starts. The +# setting FORTRAN_COMMENT_AFTER will also make it possible that longer lines can +# be processed before the automatic comment starts. +# Minimum value: 7, maximum value: 10000, default value: 72. + +FORTRAN_COMMENT_AFTER = 72 + +#--------------------------------------------------------------------------- +# Configuration options related to source browsing +#--------------------------------------------------------------------------- + +# If the SOURCE_BROWSER tag is set to YES then a list of source files will be +# generated. Documented entities will be cross-referenced with these sources. +# +# Note: To get rid of all source code in the generated output, make sure that +# also VERBATIM_HEADERS is set to NO. +# The default value is: NO. + +SOURCE_BROWSER = NO + +# Setting the INLINE_SOURCES tag to YES will include the body of functions, +# classes and enums directly into the documentation. +# The default value is: NO. + +INLINE_SOURCES = NO + +# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any +# special comment blocks from generated source code fragments. Normal C, C++ and +# Fortran comments will always remain visible. +# The default value is: YES. + +STRIP_CODE_COMMENTS = YES + +# If the REFERENCED_BY_RELATION tag is set to YES then for each documented +# entity all documented functions referencing it will be listed. +# The default value is: NO. + +REFERENCED_BY_RELATION = NO + +# If the REFERENCES_RELATION tag is set to YES then for each documented function +# all documented entities called/used by that function will be listed. +# The default value is: NO. + +REFERENCES_RELATION = NO + +# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set +# to YES then the hyperlinks from functions in REFERENCES_RELATION and +# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will +# link to the documentation. +# The default value is: YES. + +REFERENCES_LINK_SOURCE = YES + +# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the +# source code will show a tooltip with additional information such as prototype, +# brief description and links to the definition and documentation. Since this +# will make the HTML file larger and loading of large files a bit slower, you +# can opt to disable this feature. +# The default value is: YES. +# This tag requires that the tag SOURCE_BROWSER is set to YES. + +SOURCE_TOOLTIPS = YES + +# If the USE_HTAGS tag is set to YES then the references to source code will +# point to the HTML generated by the htags(1) tool instead of doxygen built-in +# source browser. The htags tool is part of GNU's global source tagging system +# (see https://www.gnu.org/software/global/global.html). You will need version +# 4.8.6 or higher. +# +# To use it do the following: +# - Install the latest version of global +# - Enable SOURCE_BROWSER and USE_HTAGS in the configuration file +# - Make sure the INPUT points to the root of the source tree +# - Run doxygen as normal +# +# Doxygen will invoke htags (and that will in turn invoke gtags), so these +# tools must be available from the command line (i.e. in the search path). +# +# The result: instead of the source browser generated by doxygen, the links to +# source code will now point to the output of htags. +# The default value is: NO. +# This tag requires that the tag SOURCE_BROWSER is set to YES. + +USE_HTAGS = NO + +# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a +# verbatim copy of the header file for each class for which an include is +# specified. Set to NO to disable this. +# See also: Section \class. +# The default value is: YES. + +VERBATIM_HEADERS = YES + +#--------------------------------------------------------------------------- +# Configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- + +# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all +# compounds will be generated. Enable this if the project contains a lot of +# classes, structs, unions or interfaces. +# The default value is: YES. + +ALPHABETICAL_INDEX = YES + +# The IGNORE_PREFIX tag can be used to specify a prefix (or a list of prefixes) +# that should be ignored while generating the index headers. The IGNORE_PREFIX +# tag works for classes, function and member names. The entity will be placed in +# the alphabetical list under the first letter of the entity name that remains +# after removing the prefix. +# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. + +IGNORE_PREFIX = + +#--------------------------------------------------------------------------- +# Configuration options related to the HTML output +#--------------------------------------------------------------------------- + +# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output +# The default value is: YES. + +GENERATE_HTML = YES + +# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a +# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of +# it. +# The default directory is: html. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_OUTPUT = initial_sizing + +# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each +# generated HTML page (for example: .htm, .php, .asp). +# The default value is: .html. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FILE_EXTENSION = .html + +# The HTML_HEADER tag can be used to specify a user-defined HTML header file for +# each generated HTML page. If the tag is left blank doxygen will generate a +# standard header. +# +# To get valid HTML the header file that includes any scripts and style sheets +# that doxygen needs, which is dependent on the configuration options used (e.g. +# the setting GENERATE_TREEVIEW). It is highly recommended to start with a +# default header using +# doxygen -w html new_header.html new_footer.html new_stylesheet.css +# YourConfigFile +# and then modify the file new_header.html. See also section "Doxygen usage" +# for information on how to generate the default header that doxygen normally +# uses. +# Note: The header is subject to change so you typically have to regenerate the +# default header when upgrading to a newer version of doxygen. For a description +# of the possible markers and block names see the documentation. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_HEADER = header.html + +# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each +# generated HTML page. If the tag is left blank doxygen will generate a standard +# footer. See HTML_HEADER for more information on how to generate a default +# footer and what special commands can be used inside the footer. See also +# section "Doxygen usage" for information on how to generate the default footer +# that doxygen normally uses. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FOOTER = + +# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style +# sheet that is used by each HTML page. It can be used to fine-tune the look of +# the HTML output. If left blank doxygen will generate a default style sheet. +# See also section "Doxygen usage" for information on how to generate the style +# sheet that doxygen normally uses. +# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as +# it is more robust and this tag (HTML_STYLESHEET) will in the future become +# obsolete. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_STYLESHEET = + +# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined +# cascading style sheets that are included after the standard style sheets +# created by doxygen. Using this option one can overrule certain style aspects. +# This is preferred over using HTML_STYLESHEET since it does not replace the +# standard style sheet and is therefore more robust against future updates. +# Doxygen will copy the style sheet files to the output directory. +# Note: The order of the extra style sheet files is of importance (e.g. the last +# style sheet in the list overrules the setting of the previous ones in the +# list). +# Note: Since the styling of scrollbars can currently not be overruled in +# Webkit/Chromium, the styling will be left out of the default doxygen.css if +# one or more extra stylesheets have been specified. So if scrollbar +# customization is desired it has to be added explicitly. For an example see the +# documentation. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_EXTRA_STYLESHEET = ../../libs/extern/doxygen-awesome-css/doxygen-awesome.css + +# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or +# other source files which should be copied to the HTML output directory. Note +# that these files will be copied to the base HTML output directory. Use the +# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these +# files. In the HTML_STYLESHEET file, use the file name only. Also note that the +# files will be copied as-is; there are no commands or markers available. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_EXTRA_FILES = ../../libs/extern/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js\ + ../../libs/extern/doxygen-awesome-css/doxygen-awesome-tabs.js\ + ../../libs/extern/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js + +# The HTML_COLORSTYLE tag can be used to specify if the generated HTML output +# should be rendered with a dark or light theme. +# Possible values are: LIGHT always generate light mode output, DARK always +# generate dark mode output, AUTO_LIGHT automatically set the mode according to +# the user preference, use light mode if no preference is set (the default), +# AUTO_DARK automatically set the mode according to the user preference, use +# dark mode if no preference is set and TOGGLE allow to user to switch between +# light and dark mode via a button. +# The default value is: AUTO_LIGHT. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE = LIGHT + +# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen +# will adjust the colors in the style sheet and background images according to +# this color. Hue is specified as an angle on a color-wheel, see +# https://en.wikipedia.org/wiki/Hue for more information. For instance the value +# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300 +# purple, and 360 is red again. +# Minimum value: 0, maximum value: 359, default value: 220. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_HUE = 220 + +# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors +# in the HTML output. For a value of 0 the output will use gray-scales only. A +# value of 255 will produce the most vivid colors. +# Minimum value: 0, maximum value: 255, default value: 100. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_SAT = 100 + +# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the +# luminance component of the colors in the HTML output. Values below 100 +# gradually make the output lighter, whereas values above 100 make the output +# darker. The value divided by 100 is the actual gamma applied, so 80 represents +# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not +# change the gamma. +# Minimum value: 40, maximum value: 240, default value: 80. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_GAMMA = 80 + +# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML +# documentation will contain a main index with vertical navigation menus that +# are dynamically created via JavaScript. If disabled, the navigation index will +# consists of multiple levels of tabs that are statically embedded in every HTML +# page. Disable this option to support browsers that do not have JavaScript, +# like the Qt help browser. +# The default value is: YES. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_DYNAMIC_MENUS = YES + +# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML +# documentation will contain sections that can be hidden and shown after the +# page has loaded. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_DYNAMIC_SECTIONS = NO + +# If the HTML_CODE_FOLDING tag is set to YES then classes and functions can be +# dynamically folded and expanded in the generated HTML source code. +# The default value is: YES. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_CODE_FOLDING = YES + +# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries +# shown in the various tree structured indices initially; the user can expand +# and collapse entries dynamically later on. Doxygen will expand the tree to +# such a level that at most the specified number of entries are visible (unless +# a fully collapsed tree already exceeds this amount). So setting the number of +# entries 1 will produce a full collapsed tree by default. 0 is a special value +# representing an infinite number of entries and will result in a full expanded +# tree by default. +# Minimum value: 0, maximum value: 9999, default value: 100. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_INDEX_NUM_ENTRIES = 100 + +# If the GENERATE_DOCSET tag is set to YES, additional index files will be +# generated that can be used as input for Apple's Xcode 3 integrated development +# environment (see: +# https://developer.apple.com/xcode/), introduced with OSX 10.5 (Leopard). To +# create a documentation set, doxygen will generate a Makefile in the HTML +# output directory. Running make will produce the docset in that directory and +# running make install will install the docset in +# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at +# startup. See https://developer.apple.com/library/archive/featuredarticles/Doxy +# genXcode/_index.html for more information. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_DOCSET = NO + +# This tag determines the name of the docset feed. A documentation feed provides +# an umbrella under which multiple documentation sets from a single provider +# (such as a company or product suite) can be grouped. +# The default value is: Doxygen generated docs. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_FEEDNAME = "Doxygen generated docs" + +# This tag determines the URL of the docset feed. A documentation feed provides +# an umbrella under which multiple documentation sets from a single provider +# (such as a company or product suite) can be grouped. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_FEEDURL = + +# This tag specifies a string that should uniquely identify the documentation +# set bundle. This should be a reverse domain-name style string, e.g. +# com.mycompany.MyDocSet. Doxygen will append .docset to the name. +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_BUNDLE_ID = org.doxygen.Project + +# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify +# the documentation publisher. This should be a reverse domain-name style +# string, e.g. com.mycompany.MyDocSet.documentation. +# The default value is: org.doxygen.Publisher. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_PUBLISHER_ID = org.doxygen.Publisher + +# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher. +# The default value is: Publisher. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_PUBLISHER_NAME = Publisher + +# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three +# additional HTML index files: index.hhp, index.hhc, and index.hhk. The +# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop +# on Windows. In the beginning of 2021 Microsoft took the original page, with +# a.o. the download links, offline the HTML help workshop was already many years +# in maintenance mode). You can download the HTML help workshop from the web +# archives at Installation executable (see: +# http://web.archive.org/web/20160201063255/http://download.microsoft.com/downlo +# ad/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe). +# +# The HTML Help Workshop contains a compiler that can convert all HTML output +# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML +# files are now used as the Windows 98 help format, and will replace the old +# Windows help format (.hlp) on all Windows platforms in the future. Compressed +# HTML files also contain an index, a table of contents, and you can search for +# words in the documentation. The HTML workshop also contains a viewer for +# compressed HTML files. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_HTMLHELP = NO + +# The CHM_FILE tag can be used to specify the file name of the resulting .chm +# file. You can add a path in front of the file if the result should not be +# written to the html output directory. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +CHM_FILE = + +# The HHC_LOCATION tag can be used to specify the location (absolute path +# including file name) of the HTML help compiler (hhc.exe). If non-empty, +# doxygen will try to run the HTML help compiler on the generated index.hhp. +# The file has to be specified with full path. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +HHC_LOCATION = + +# The GENERATE_CHI flag controls if a separate .chi index file is generated +# (YES) or that it should be included in the main .chm file (NO). +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +GENERATE_CHI = NO + +# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc) +# and project file content. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +CHM_INDEX_ENCODING = + +# The BINARY_TOC flag controls whether a binary table of contents is generated +# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it +# enables the Previous and Next buttons. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +BINARY_TOC = NO + +# The TOC_EXPAND flag can be set to YES to add extra items for group members to +# the table of contents of the HTML help documentation and to the tree view. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +TOC_EXPAND = NO + +# The SITEMAP_URL tag is used to specify the full URL of the place where the +# generated documentation will be placed on the server by the user during the +# deployment of the documentation. The generated sitemap is called sitemap.xml +# and placed on the directory specified by HTML_OUTPUT. In case no SITEMAP_URL +# is specified no sitemap is generated. For information about the sitemap +# protocol see https://www.sitemaps.org +# This tag requires that the tag GENERATE_HTML is set to YES. + +SITEMAP_URL = + +# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and +# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that +# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help +# (.qch) of the generated HTML documentation. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_QHP = NO + +# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify +# the file name of the resulting .qch file. The path specified is relative to +# the HTML output folder. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QCH_FILE = + +# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help +# Project output. For more information please see Qt Help Project / Namespace +# (see: +# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace). +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_NAMESPACE = org.doxygen.Project + +# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt +# Help Project output. For more information please see Qt Help Project / Virtual +# Folders (see: +# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-folders). +# The default value is: doc. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_VIRTUAL_FOLDER = doc + +# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom +# filter to add. For more information please see Qt Help Project / Custom +# Filters (see: +# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_CUST_FILTER_NAME = + +# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the +# custom filter to add. For more information please see Qt Help Project / Custom +# Filters (see: +# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_CUST_FILTER_ATTRS = + +# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this +# project's filter section matches. Qt Help Project / Filter Attributes (see: +# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#filter-attributes). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_SECT_FILTER_ATTRS = + +# The QHG_LOCATION tag can be used to specify the location (absolute path +# including file name) of Qt's qhelpgenerator. If non-empty doxygen will try to +# run qhelpgenerator on the generated .qhp file. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHG_LOCATION = + +# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be +# generated, together with the HTML files, they form an Eclipse help plugin. To +# install this plugin and make it available under the help contents menu in +# Eclipse, the contents of the directory containing the HTML and XML files needs +# to be copied into the plugins directory of eclipse. The name of the directory +# within the plugins directory should be the same as the ECLIPSE_DOC_ID value. +# After copying Eclipse needs to be restarted before the help appears. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_ECLIPSEHELP = NO + +# A unique identifier for the Eclipse help plugin. When installing the plugin +# the directory name containing the HTML and XML files should also have this +# name. Each documentation set should have its own identifier. +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES. + +ECLIPSE_DOC_ID = org.doxygen.Project + +# If you want full control over the layout of the generated HTML pages it might +# be necessary to disable the index and replace it with your own. The +# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top +# of each HTML page. A value of NO enables the index and the value YES disables +# it. Since the tabs in the index contain the same information as the navigation +# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +DISABLE_INDEX = NO + +# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index +# structure should be generated to display hierarchical information. If the tag +# value is set to YES, a side panel will be generated containing a tree-like +# index structure (just like the one that is generated for HTML Help). For this +# to work a browser that supports JavaScript, DHTML, CSS and frames is required +# (i.e. any modern browser). Windows users are probably better off using the +# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can +# further fine tune the look of the index (see "Fine-tuning the output"). As an +# example, the default style sheet generated by doxygen has an example that +# shows how to put an image at the root of the tree instead of the PROJECT_NAME. +# Since the tree basically has the same information as the tab index, you could +# consider setting DISABLE_INDEX to YES when enabling this option. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_TREEVIEW = YES + +# When both GENERATE_TREEVIEW and DISABLE_INDEX are set to YES, then the +# FULL_SIDEBAR option determines if the side bar is limited to only the treeview +# area (value NO) or if it should extend to the full height of the window (value +# YES). Setting this to YES gives a layout similar to +# https://docs.readthedocs.io with more room for contents, but less room for the +# project logo, title, and description. If either GENERATE_TREEVIEW or +# DISABLE_INDEX is set to NO, this option has no effect. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +FULL_SIDEBAR = NO + +# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that +# doxygen will group on one line in the generated HTML documentation. +# +# Note that a value of 0 will completely suppress the enum values from appearing +# in the overview section. +# Minimum value: 0, maximum value: 20, default value: 4. +# This tag requires that the tag GENERATE_HTML is set to YES. + +ENUM_VALUES_PER_LINE = 4 + +# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used +# to set the initial width (in pixels) of the frame in which the tree is shown. +# Minimum value: 0, maximum value: 1500, default value: 250. +# This tag requires that the tag GENERATE_HTML is set to YES. + +TREEVIEW_WIDTH = 250 + +# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to +# external symbols imported via tag files in a separate window. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +EXT_LINKS_IN_WINDOW = NO + +# If the OBFUSCATE_EMAILS tag is set to YES, doxygen will obfuscate email +# addresses. +# The default value is: YES. +# This tag requires that the tag GENERATE_HTML is set to YES. + +OBFUSCATE_EMAILS = YES + +# If the HTML_FORMULA_FORMAT option is set to svg, doxygen will use the pdf2svg +# tool (see https://github.com/dawbarton/pdf2svg) or inkscape (see +# https://inkscape.org) to generate formulas as SVG images instead of PNGs for +# the HTML output. These images will generally look nicer at scaled resolutions. +# Possible values are: png (the default) and svg (looks nicer but requires the +# pdf2svg or inkscape tool). +# The default value is: png. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FORMULA_FORMAT = png + +# Use this tag to change the font size of LaTeX formulas included as images in +# the HTML documentation. When you change the font size after a successful +# doxygen run you need to manually remove any form_*.png images from the HTML +# output directory to force them to be regenerated. +# Minimum value: 8, maximum value: 50, default value: 10. +# This tag requires that the tag GENERATE_HTML is set to YES. + +FORMULA_FONTSIZE = 10 + +# The FORMULA_MACROFILE can contain LaTeX \newcommand and \renewcommand commands +# to create new LaTeX commands to be used in formulas as building blocks. See +# the section "Including formulas" for details. + +FORMULA_MACROFILE = + +# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see +# https://www.mathjax.org) which uses client side JavaScript for the rendering +# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX +# installed or if you want to formulas look prettier in the HTML output. When +# enabled you may also need to install MathJax separately and configure the path +# to it using the MATHJAX_RELPATH option. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +USE_MATHJAX = NO + +# With MATHJAX_VERSION it is possible to specify the MathJax version to be used. +# Note that the different versions of MathJax have different requirements with +# regards to the different settings, so it is possible that also other MathJax +# settings have to be changed when switching between the different MathJax +# versions. +# Possible values are: MathJax_2 and MathJax_3. +# The default value is: MathJax_2. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_VERSION = MathJax_2 + +# When MathJax is enabled you can set the default output format to be used for +# the MathJax output. For more details about the output format see MathJax +# version 2 (see: +# http://docs.mathjax.org/en/v2.7-latest/output.html) and MathJax version 3 +# (see: +# http://docs.mathjax.org/en/latest/web/components/output.html). +# Possible values are: HTML-CSS (which is slower, but has the best +# compatibility. This is the name for Mathjax version 2, for MathJax version 3 +# this will be translated into chtml), NativeMML (i.e. MathML. Only supported +# for NathJax 2. For MathJax version 3 chtml will be used instead.), chtml (This +# is the name for Mathjax version 3, for MathJax version 2 this will be +# translated into HTML-CSS) and SVG. +# The default value is: HTML-CSS. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_FORMAT = HTML-CSS + +# When MathJax is enabled you need to specify the location relative to the HTML +# output directory using the MATHJAX_RELPATH option. The destination directory +# should contain the MathJax.js script. For instance, if the mathjax directory +# is located at the same level as the HTML output directory, then +# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax +# Content Delivery Network so you can quickly see the result without installing +# MathJax. However, it is strongly recommended to install a local copy of +# MathJax from https://www.mathjax.org before deployment. The default value is: +# - in case of MathJax version 2: https://cdn.jsdelivr.net/npm/mathjax@2 +# - in case of MathJax version 3: https://cdn.jsdelivr.net/npm/mathjax@3 +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_RELPATH = + +# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax +# extension names that should be enabled during MathJax rendering. For example +# for MathJax version 2 (see +# https://docs.mathjax.org/en/v2.7-latest/tex.html#tex-and-latex-extensions): +# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols +# For example for MathJax version 3 (see +# http://docs.mathjax.org/en/latest/input/tex/extensions/index.html): +# MATHJAX_EXTENSIONS = ams +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_EXTENSIONS = + +# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces +# of code that will be used on startup of the MathJax code. See the MathJax site +# (see: +# http://docs.mathjax.org/en/v2.7-latest/output.html) for more details. For an +# example see the documentation. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_CODEFILE = + +# When the SEARCHENGINE tag is enabled doxygen will generate a search box for +# the HTML output. The underlying search engine uses javascript and DHTML and +# should work on any modern browser. Note that when using HTML help +# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET) +# there is already a search function so this one should typically be disabled. +# For large projects the javascript based search engine can be slow, then +# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to +# search using the keyboard; to jump to the search box use <access key> + S +# (what the <access key> is depends on the OS and browser, but it is typically +# <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down +# key> to jump into the search results window, the results can be navigated +# using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel +# the search. The filter options can be selected when the cursor is inside the +# search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys> +# to select a filter and <Enter> or <escape> to activate or cancel the filter +# option. +# The default value is: YES. +# This tag requires that the tag GENERATE_HTML is set to YES. + +SEARCHENGINE = YES + +# When the SERVER_BASED_SEARCH tag is enabled the search engine will be +# implemented using a web server instead of a web client using JavaScript. There +# are two flavors of web server based searching depending on the EXTERNAL_SEARCH +# setting. When disabled, doxygen will generate a PHP script for searching and +# an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing +# and searching needs to be provided by external tools. See the section +# "External Indexing and Searching" for details. +# The default value is: NO. +# This tag requires that the tag SEARCHENGINE is set to YES. + +SERVER_BASED_SEARCH = NO + +# When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP +# script for searching. Instead the search results are written to an XML file +# which needs to be processed by an external indexer. Doxygen will invoke an +# external search engine pointed to by the SEARCHENGINE_URL option to obtain the +# search results. +# +# Doxygen ships with an example indexer (doxyindexer) and search engine +# (doxysearch.cgi) which are based on the open source search engine library +# Xapian (see: +# https://xapian.org/). +# +# See the section "External Indexing and Searching" for details. +# The default value is: NO. +# This tag requires that the tag SEARCHENGINE is set to YES. + +EXTERNAL_SEARCH = NO + +# The SEARCHENGINE_URL should point to a search engine hosted by a web server +# which will return the search results when EXTERNAL_SEARCH is enabled. +# +# Doxygen ships with an example indexer (doxyindexer) and search engine +# (doxysearch.cgi) which are based on the open source search engine library +# Xapian (see: +# https://xapian.org/). See the section "External Indexing and Searching" for +# details. +# This tag requires that the tag SEARCHENGINE is set to YES. + +SEARCHENGINE_URL = + +# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed +# search data is written to a file for indexing by an external tool. With the +# SEARCHDATA_FILE tag the name of this file can be specified. +# The default file is: searchdata.xml. +# This tag requires that the tag SEARCHENGINE is set to YES. + +SEARCHDATA_FILE = searchdata.xml + +# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the +# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is +# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple +# projects and redirect the results back to the right project. +# This tag requires that the tag SEARCHENGINE is set to YES. + +EXTERNAL_SEARCH_ID = + +# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen +# projects other than the one defined by this configuration file, but that are +# all added to the same external search index. Each project needs to have a +# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of +# to a relative location where the documentation can be found. The format is: +# EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ... +# This tag requires that the tag SEARCHENGINE is set to YES. + +EXTRA_SEARCH_MAPPINGS = + +#--------------------------------------------------------------------------- +# Configuration options related to the LaTeX output +#--------------------------------------------------------------------------- + +# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output. +# The default value is: YES. + +GENERATE_LATEX = NO + +# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a +# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of +# it. +# The default directory is: latex. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +LATEX_OUTPUT = latex + +# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be +# invoked. +# +# Note that when not enabling USE_PDFLATEX the default is latex when enabling +# USE_PDFLATEX the default is pdflatex and when in the later case latex is +# chosen this is overwritten by pdflatex. For specific output languages the +# default can have been set differently, this depends on the implementation of +# the output language. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +LATEX_CMD_NAME = + +# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate +# index for LaTeX. +# Note: This tag is used in the Makefile / make.bat. +# See also: LATEX_MAKEINDEX_CMD for the part in the generated output file +# (.tex). +# The default file is: makeindex. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +MAKEINDEX_CMD_NAME = makeindex + +# The LATEX_MAKEINDEX_CMD tag can be used to specify the command name to +# generate index for LaTeX. In case there is no backslash (\) as first character +# it will be automatically added in the LaTeX code. +# Note: This tag is used in the generated output file (.tex). +# See also: MAKEINDEX_CMD_NAME for the part in the Makefile / make.bat. +# The default value is: makeindex. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +LATEX_MAKEINDEX_CMD = makeindex + +# If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX +# documents. This may be useful for small projects and may help to save some +# trees in general. +# The default value is: NO. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +COMPACT_LATEX = NO + +# The PAPER_TYPE tag can be used to set the paper type that is used by the +# printer. +# Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x +# 14 inches) and executive (7.25 x 10.5 inches). +# The default value is: a4. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +PAPER_TYPE = a4 + +# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names +# that should be included in the LaTeX output. The package can be specified just +# by its name or with the correct syntax as to be used with the LaTeX +# \usepackage command. To get the times font for instance you can specify : +# EXTRA_PACKAGES=times or EXTRA_PACKAGES={times} +# To use the option intlimits with the amsmath package you can specify: +# EXTRA_PACKAGES=[intlimits]{amsmath} +# If left blank no extra packages will be included. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +EXTRA_PACKAGES = amsmath + +# The LATEX_HEADER tag can be used to specify a user-defined LaTeX header for +# the generated LaTeX document. The header should contain everything until the +# first chapter. If it is left blank doxygen will generate a standard header. It +# is highly recommended to start with a default header using +# doxygen -w latex new_header.tex new_footer.tex new_stylesheet.sty +# and then modify the file new_header.tex. See also section "Doxygen usage" for +# information on how to generate the default header that doxygen normally uses. +# +# Note: Only use a user-defined header if you know what you are doing! +# Note: The header is subject to change so you typically have to regenerate the +# default header when upgrading to a newer version of doxygen. The following +# commands have a special meaning inside the header (and footer): For a +# description of the possible markers and block names see the documentation. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +LATEX_HEADER = + +# The LATEX_FOOTER tag can be used to specify a user-defined LaTeX footer for +# the generated LaTeX document. The footer should contain everything after the +# last chapter. If it is left blank doxygen will generate a standard footer. See +# LATEX_HEADER for more information on how to generate a default footer and what +# special commands can be used inside the footer. See also section "Doxygen +# usage" for information on how to generate the default footer that doxygen +# normally uses. Note: Only use a user-defined footer if you know what you are +# doing! +# This tag requires that the tag GENERATE_LATEX is set to YES. + +LATEX_FOOTER = + +# The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined +# LaTeX style sheets that are included after the standard style sheets created +# by doxygen. Using this option one can overrule certain style aspects. Doxygen +# will copy the style sheet files to the output directory. +# Note: The order of the extra style sheet files is of importance (e.g. the last +# style sheet in the list overrules the setting of the previous ones in the +# list). +# This tag requires that the tag GENERATE_LATEX is set to YES. + +LATEX_EXTRA_STYLESHEET = + +# The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or +# other source files which should be copied to the LATEX_OUTPUT output +# directory. Note that the files will be copied as-is; there are no commands or +# markers available. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +LATEX_EXTRA_FILES = + +# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is +# prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will +# contain links (just like the HTML output) instead of page references. This +# makes the output suitable for online browsing using a PDF viewer. +# The default value is: YES. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +PDF_HYPERLINKS = YES + +# If the USE_PDFLATEX tag is set to YES, doxygen will use the engine as +# specified with LATEX_CMD_NAME to generate the PDF file directly from the LaTeX +# files. Set this option to YES, to get a higher quality PDF documentation. +# +# See also section LATEX_CMD_NAME for selecting the engine. +# The default value is: YES. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +USE_PDFLATEX = YES + +# The LATEX_BATCHMODE tag signals the behavior of LaTeX in case of an error. +# Possible values are: NO same as ERROR_STOP, YES same as BATCH, BATCH In batch +# mode nothing is printed on the terminal, errors are scrolled as if <return> is +# hit at every error; missing files that TeX tries to input or request from +# keyboard input (\read on a not open input stream) cause the job to abort, +# NON_STOP In nonstop mode the diagnostic message will appear on the terminal, +# but there is no possibility of user interaction just like in batch mode, +# SCROLL In scroll mode, TeX will stop only for missing files to input or if +# keyboard input is necessary and ERROR_STOP In errorstop mode, TeX will stop at +# each error, asking for user intervention. +# The default value is: NO. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +LATEX_BATCHMODE = NO + +# If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the +# index chapters (such as File Index, Compound Index, etc.) in the output. +# The default value is: NO. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +LATEX_HIDE_INDICES = NO + +# The LATEX_BIB_STYLE tag can be used to specify the style to use for the +# bibliography, e.g. plainnat, or ieeetr. See +# https://en.wikipedia.org/wiki/BibTeX and \cite for more info. +# The default value is: plain. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +LATEX_BIB_STYLE = plain + +# The LATEX_EMOJI_DIRECTORY tag is used to specify the (relative or absolute) +# path from which the emoji images will be read. If a relative path is entered, +# it will be relative to the LATEX_OUTPUT directory. If left blank the +# LATEX_OUTPUT directory will be used. +# This tag requires that the tag GENERATE_LATEX is set to YES. + +LATEX_EMOJI_DIRECTORY = + +#--------------------------------------------------------------------------- +# Configuration options related to the RTF output +#--------------------------------------------------------------------------- + +# If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The +# RTF output is optimized for Word 97 and may not look too pretty with other RTF +# readers/editors. +# The default value is: NO. + +GENERATE_RTF = NO + +# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a +# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of +# it. +# The default directory is: rtf. +# This tag requires that the tag GENERATE_RTF is set to YES. + +RTF_OUTPUT = rtf + +# If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF +# documents. This may be useful for small projects and may help to save some +# trees in general. +# The default value is: NO. +# This tag requires that the tag GENERATE_RTF is set to YES. + +COMPACT_RTF = NO + +# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will +# contain hyperlink fields. The RTF file will contain links (just like the HTML +# output) instead of page references. This makes the output suitable for online +# browsing using Word or some other Word compatible readers that support those +# fields. +# +# Note: WordPad (write) and others do not support links. +# The default value is: NO. +# This tag requires that the tag GENERATE_RTF is set to YES. + +RTF_HYPERLINKS = NO + +# Load stylesheet definitions from file. Syntax is similar to doxygen's +# configuration file, i.e. a series of assignments. You only have to provide +# replacements, missing definitions are set to their default value. +# +# See also section "Doxygen usage" for information on how to generate the +# default style sheet that doxygen normally uses. +# This tag requires that the tag GENERATE_RTF is set to YES. + +RTF_STYLESHEET_FILE = + +# Set optional variables used in the generation of an RTF document. Syntax is +# similar to doxygen's configuration file. A template extensions file can be +# generated using doxygen -e rtf extensionFile. +# This tag requires that the tag GENERATE_RTF is set to YES. + +RTF_EXTENSIONS_FILE = + +#--------------------------------------------------------------------------- +# Configuration options related to the man page output +#--------------------------------------------------------------------------- + +# If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for +# classes and files. +# The default value is: NO. + +GENERATE_MAN = NO + +# The MAN_OUTPUT tag is used to specify where the man pages will be put. If a +# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of +# it. A directory man3 will be created inside the directory specified by +# MAN_OUTPUT. +# The default directory is: man. +# This tag requires that the tag GENERATE_MAN is set to YES. + +MAN_OUTPUT = man + +# The MAN_EXTENSION tag determines the extension that is added to the generated +# man pages. In case the manual section does not start with a number, the number +# 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is +# optional. +# The default value is: .3. +# This tag requires that the tag GENERATE_MAN is set to YES. + +MAN_EXTENSION = .3 + +# The MAN_SUBDIR tag determines the name of the directory created within +# MAN_OUTPUT in which the man pages are placed. If defaults to man followed by +# MAN_EXTENSION with the initial . removed. +# This tag requires that the tag GENERATE_MAN is set to YES. + +MAN_SUBDIR = + +# If the MAN_LINKS tag is set to YES and doxygen generates man output, then it +# will generate one additional man file for each entity documented in the real +# man page(s). These additional files only source the real man page, but without +# them the man command would be unable to find the correct page. +# The default value is: NO. +# This tag requires that the tag GENERATE_MAN is set to YES. + +MAN_LINKS = NO + +#--------------------------------------------------------------------------- +# Configuration options related to the XML output +#--------------------------------------------------------------------------- + +# If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that +# captures the structure of the code including all documentation. +# The default value is: NO. + +GENERATE_XML = NO + +# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a +# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of +# it. +# The default directory is: xml. +# This tag requires that the tag GENERATE_XML is set to YES. + +XML_OUTPUT = xml + +# If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program +# listings (including syntax highlighting and cross-referencing information) to +# the XML output. Note that enabling this will significantly increase the size +# of the XML output. +# The default value is: YES. +# This tag requires that the tag GENERATE_XML is set to YES. + +XML_PROGRAMLISTING = YES + +# If the XML_NS_MEMB_FILE_SCOPE tag is set to YES, doxygen will include +# namespace members in file scope as well, matching the HTML output. +# The default value is: NO. +# This tag requires that the tag GENERATE_XML is set to YES. + +XML_NS_MEMB_FILE_SCOPE = NO + +#--------------------------------------------------------------------------- +# Configuration options related to the DOCBOOK output +#--------------------------------------------------------------------------- + +# If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files +# that can be used to generate PDF. +# The default value is: NO. + +GENERATE_DOCBOOK = NO + +# The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be put in +# front of it. +# The default directory is: docbook. +# This tag requires that the tag GENERATE_DOCBOOK is set to YES. + +DOCBOOK_OUTPUT = docbook + +#--------------------------------------------------------------------------- +# Configuration options for the AutoGen Definitions output +#--------------------------------------------------------------------------- + +# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an +# AutoGen Definitions (see https://autogen.sourceforge.net/) file that captures +# the structure of the code including all documentation. Note that this feature +# is still experimental and incomplete at the moment. +# The default value is: NO. + +GENERATE_AUTOGEN_DEF = NO + +#--------------------------------------------------------------------------- +# Configuration options related to Sqlite3 output +#--------------------------------------------------------------------------- + +# If the GENERATE_SQLITE3 tag is set to YES doxygen will generate a Sqlite3 +# database with symbols found by doxygen stored in tables. +# The default value is: NO. + +GENERATE_SQLITE3 = NO + +# The SQLITE3_OUTPUT tag is used to specify where the Sqlite3 database will be +# put. If a relative path is entered the value of OUTPUT_DIRECTORY will be put +# in front of it. +# The default directory is: sqlite3. +# This tag requires that the tag GENERATE_SQLITE3 is set to YES. + +SQLITE3_OUTPUT = sqlite3 + +# The SQLITE3_OVERWRITE_DB tag is set to YES, the existing doxygen_sqlite3.db +# database file will be recreated with each doxygen run. If set to NO, doxygen +# will warn if an a database file is already found and not modify it. +# The default value is: YES. +# This tag requires that the tag GENERATE_SQLITE3 is set to YES. + +SQLITE3_RECREATE_DB = YES + +#--------------------------------------------------------------------------- +# Configuration options related to the Perl module output +#--------------------------------------------------------------------------- + +# If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module +# file that captures the structure of the code including all documentation. +# +# Note that this feature is still experimental and incomplete at the moment. +# The default value is: NO. + +GENERATE_PERLMOD = NO + +# If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary +# Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI +# output from the Perl module output. +# The default value is: NO. +# This tag requires that the tag GENERATE_PERLMOD is set to YES. + +PERLMOD_LATEX = NO + +# If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely +# formatted so it can be parsed by a human reader. This is useful if you want to +# understand what is going on. On the other hand, if this tag is set to NO, the +# size of the Perl module output will be much smaller and Perl will parse it +# just the same. +# The default value is: YES. +# This tag requires that the tag GENERATE_PERLMOD is set to YES. + +PERLMOD_PRETTY = YES + +# The names of the make variables in the generated doxyrules.make file are +# prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful +# so different doxyrules.make files included by the same Makefile don't +# overwrite each other's variables. +# This tag requires that the tag GENERATE_PERLMOD is set to YES. + +PERLMOD_MAKEVAR_PREFIX = + +#--------------------------------------------------------------------------- +# Configuration options related to the preprocessor +#--------------------------------------------------------------------------- + +# If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all +# C-preprocessor directives found in the sources and include files. +# The default value is: YES. + +ENABLE_PREPROCESSING = YES + +# If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names +# in the source code. If set to NO, only conditional compilation will be +# performed. Macro expansion can be done in a controlled way by setting +# EXPAND_ONLY_PREDEF to YES. +# The default value is: NO. +# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. + +MACRO_EXPANSION = NO + +# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then +# the macro expansion is limited to the macros specified with the PREDEFINED and +# EXPAND_AS_DEFINED tags. +# The default value is: NO. +# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. + +EXPAND_ONLY_PREDEF = NO + +# If the SEARCH_INCLUDES tag is set to YES, the include files in the +# INCLUDE_PATH will be searched if a #include is found. +# The default value is: YES. +# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. + +SEARCH_INCLUDES = YES + +# The INCLUDE_PATH tag can be used to specify one or more directories that +# contain include files that are not input files but should be processed by the +# preprocessor. Note that the INCLUDE_PATH is not recursive, so the setting of +# RECURSIVE has no effect here. +# This tag requires that the tag SEARCH_INCLUDES is set to YES. + +INCLUDE_PATH = + +# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard +# patterns (like *.h and *.hpp) to filter out the header-files in the +# directories. If left blank, the patterns specified with FILE_PATTERNS will be +# used. +# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. + +INCLUDE_FILE_PATTERNS = + +# The PREDEFINED tag can be used to specify one or more macro names that are +# defined before the preprocessor is started (similar to the -D option of e.g. +# gcc). The argument of the tag is a list of macros of the form: name or +# name=definition (no spaces). If the definition and the "=" are omitted, "=1" +# is assumed. To prevent a macro definition from being undefined via #undef or +# recursively expanded use the := operator instead of the = operator. +# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. + +PREDEFINED = + +# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this +# tag can be used to specify a list of macro names that should be expanded. The +# macro definition that is found in the sources will be used. Use the PREDEFINED +# tag if you want to use a different macro definition that overrules the +# definition found in the source code. +# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. + +EXPAND_AS_DEFINED = + +# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will +# remove all references to function-like macros that are alone on a line, have +# an all uppercase name, and do not end with a semicolon. Such function macros +# are typically used for boiler-plate code, and will confuse the parser if not +# removed. +# The default value is: YES. +# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. + +SKIP_FUNCTION_MACROS = YES + +#--------------------------------------------------------------------------- +# Configuration options related to external references +#--------------------------------------------------------------------------- + +# The TAGFILES tag can be used to specify one or more tag files. For each tag +# file the location of the external documentation should be added. The format of +# a tag file without this location is as follows: +# TAGFILES = file1 file2 ... +# Adding location for the tag files is done as follows: +# TAGFILES = file1=loc1 "file2 = loc2" ... +# where loc1 and loc2 can be relative or absolute paths or URLs. See the +# section "Linking to external documentation" for more information about the use +# of tag files. +# Note: Each tag file must have a unique name (where the name does NOT include +# the path). If a tag file is not located in the directory in which doxygen is +# run, you must also specify the path to the tagfile here. + +TAGFILES = + +# When a file name is specified after GENERATE_TAGFILE, doxygen will create a +# tag file that is based on the input files it reads. See section "Linking to +# external documentation" for more information about the usage of tag files. + +GENERATE_TAGFILE = + +# If the ALLEXTERNALS tag is set to YES, all external classes and namespaces +# will be listed in the class and namespace index. If set to NO, only the +# inherited external classes will be listed. +# The default value is: NO. + +ALLEXTERNALS = NO + +# If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed +# in the topic index. If set to NO, only the current project's groups will be +# listed. +# The default value is: YES. + +EXTERNAL_GROUPS = YES + +# If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in +# the related pages index. If set to NO, only the current project's pages will +# be listed. +# The default value is: YES. + +EXTERNAL_PAGES = YES + +#--------------------------------------------------------------------------- +# Configuration options related to diagram generator tools +#--------------------------------------------------------------------------- + +# If set to YES the inheritance and collaboration graphs will hide inheritance +# and usage relations if the target is undocumented or is not a class. +# The default value is: YES. + +HIDE_UNDOC_RELATIONS = YES + +# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is +# available from the path. This tool is part of Graphviz (see: +# https://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent +# Bell Labs. The other options in this section have no effect if this option is +# set to NO +# The default value is: NO. + +HAVE_DOT = NO + +# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed +# to run in parallel. When set to 0 doxygen will base this on the number of +# processors available in the system. You can set it explicitly to a value +# larger than 0 to get control over the balance between CPU load and processing +# speed. +# Minimum value: 0, maximum value: 32, default value: 0. +# This tag requires that the tag HAVE_DOT is set to YES. + +DOT_NUM_THREADS = 0 + +# DOT_COMMON_ATTR is common attributes for nodes, edges and labels of +# subgraphs. When you want a differently looking font in the dot files that +# doxygen generates you can specify fontname, fontcolor and fontsize attributes. +# For details please see <a href=https://graphviz.org/doc/info/attrs.html>Node, +# Edge and Graph Attributes specification</a> You need to make sure dot is able +# to find the font, which can be done by putting it in a standard location or by +# setting the DOTFONTPATH environment variable or by setting DOT_FONTPATH to the +# directory containing the font. Default graphviz fontsize is 14. +# The default value is: fontname=Helvetica,fontsize=10. +# This tag requires that the tag HAVE_DOT is set to YES. + +DOT_COMMON_ATTR = "fontname=Helvetica,fontsize=10" + +# DOT_EDGE_ATTR is concatenated with DOT_COMMON_ATTR. For elegant style you can +# add 'arrowhead=open, arrowtail=open, arrowsize=0.5'. <a +# href=https://graphviz.org/doc/info/arrows.html>Complete documentation about +# arrows shapes.</a> +# The default value is: labelfontname=Helvetica,labelfontsize=10. +# This tag requires that the tag HAVE_DOT is set to YES. + +DOT_EDGE_ATTR = "labelfontname=Helvetica,labelfontsize=10" + +# DOT_NODE_ATTR is concatenated with DOT_COMMON_ATTR. For view without boxes +# around nodes set 'shape=plain' or 'shape=plaintext' <a +# href=https://www.graphviz.org/doc/info/shapes.html>Shapes specification</a> +# The default value is: shape=box,height=0.2,width=0.4. +# This tag requires that the tag HAVE_DOT is set to YES. + +DOT_NODE_ATTR = "shape=box,height=0.2,width=0.4" + +# You can set the path where dot can find font specified with fontname in +# DOT_COMMON_ATTR and others dot attributes. +# This tag requires that the tag HAVE_DOT is set to YES. + +DOT_FONTPATH = + +# If the CLASS_GRAPH tag is set to YES or GRAPH or BUILTIN then doxygen will +# generate a graph for each documented class showing the direct and indirect +# inheritance relations. In case the CLASS_GRAPH tag is set to YES or GRAPH and +# HAVE_DOT is enabled as well, then dot will be used to draw the graph. In case +# the CLASS_GRAPH tag is set to YES and HAVE_DOT is disabled or if the +# CLASS_GRAPH tag is set to BUILTIN, then the built-in generator will be used. +# If the CLASS_GRAPH tag is set to TEXT the direct and indirect inheritance +# relations will be shown as texts / links. +# Possible values are: NO, YES, TEXT, GRAPH and BUILTIN. +# The default value is: YES. + +CLASS_GRAPH = YES + +# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a +# graph for each documented class showing the direct and indirect implementation +# dependencies (inheritance, containment, and class references variables) of the +# class with other documented classes. Explicit enabling a collaboration graph, +# when COLLABORATION_GRAPH is set to NO, can be accomplished by means of the +# command \collaborationgraph. Disabling a collaboration graph can be +# accomplished by means of the command \hidecollaborationgraph. +# The default value is: YES. +# This tag requires that the tag HAVE_DOT is set to YES. + +COLLABORATION_GRAPH = YES + +# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for +# groups, showing the direct groups dependencies. Explicit enabling a group +# dependency graph, when GROUP_GRAPHS is set to NO, can be accomplished by means +# of the command \groupgraph. Disabling a directory graph can be accomplished by +# means of the command \hidegroupgraph. See also the chapter Grouping in the +# manual. +# The default value is: YES. +# This tag requires that the tag HAVE_DOT is set to YES. + +GROUP_GRAPHS = YES + +# If the UML_LOOK tag is set to YES, doxygen will generate inheritance and +# collaboration diagrams in a style similar to the OMG's Unified Modeling +# Language. +# The default value is: NO. +# This tag requires that the tag HAVE_DOT is set to YES. + +UML_LOOK = NO + +# If the UML_LOOK tag is enabled, the fields and methods are shown inside the +# class node. If there are many fields or methods and many nodes the graph may +# become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the +# number of items for each type to make the size more manageable. Set this to 0 +# for no limit. Note that the threshold may be exceeded by 50% before the limit +# is enforced. So when you set the threshold to 10, up to 15 fields may appear, +# but if the number exceeds 15, the total amount of fields shown is limited to +# 10. +# Minimum value: 0, maximum value: 100, default value: 10. +# This tag requires that the tag UML_LOOK is set to YES. + +UML_LIMIT_NUM_FIELDS = 10 + +# If the DOT_UML_DETAILS tag is set to NO, doxygen will show attributes and +# methods without types and arguments in the UML graphs. If the DOT_UML_DETAILS +# tag is set to YES, doxygen will add type and arguments for attributes and +# methods in the UML graphs. If the DOT_UML_DETAILS tag is set to NONE, doxygen +# will not generate fields with class member information in the UML graphs. The +# class diagrams will look similar to the default class diagrams but using UML +# notation for the relationships. +# Possible values are: NO, YES and NONE. +# The default value is: NO. +# This tag requires that the tag UML_LOOK is set to YES. + +DOT_UML_DETAILS = NO + +# The DOT_WRAP_THRESHOLD tag can be used to set the maximum number of characters +# to display on a single line. If the actual line length exceeds this threshold +# significantly it will wrapped across multiple lines. Some heuristics are apply +# to avoid ugly line breaks. +# Minimum value: 0, maximum value: 1000, default value: 17. +# This tag requires that the tag HAVE_DOT is set to YES. + +DOT_WRAP_THRESHOLD = 17 + +# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and +# collaboration graphs will show the relations between templates and their +# instances. +# The default value is: NO. +# This tag requires that the tag HAVE_DOT is set to YES. + +TEMPLATE_RELATIONS = NO + +# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to +# YES then doxygen will generate a graph for each documented file showing the +# direct and indirect include dependencies of the file with other documented +# files. Explicit enabling an include graph, when INCLUDE_GRAPH is is set to NO, +# can be accomplished by means of the command \includegraph. Disabling an +# include graph can be accomplished by means of the command \hideincludegraph. +# The default value is: YES. +# This tag requires that the tag HAVE_DOT is set to YES. + +INCLUDE_GRAPH = YES + +# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are +# set to YES then doxygen will generate a graph for each documented file showing +# the direct and indirect include dependencies of the file with other documented +# files. Explicit enabling an included by graph, when INCLUDED_BY_GRAPH is set +# to NO, can be accomplished by means of the command \includedbygraph. Disabling +# an included by graph can be accomplished by means of the command +# \hideincludedbygraph. +# The default value is: YES. +# This tag requires that the tag HAVE_DOT is set to YES. + +INCLUDED_BY_GRAPH = YES + +# If the CALL_GRAPH tag is set to YES then doxygen will generate a call +# dependency graph for every global function or class method. +# +# Note that enabling this option will significantly increase the time of a run. +# So in most cases it will be better to enable call graphs for selected +# functions only using the \callgraph command. Disabling a call graph can be +# accomplished by means of the command \hidecallgraph. +# The default value is: NO. +# This tag requires that the tag HAVE_DOT is set to YES. + +CALL_GRAPH = NO + +# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller +# dependency graph for every global function or class method. +# +# Note that enabling this option will significantly increase the time of a run. +# So in most cases it will be better to enable caller graphs for selected +# functions only using the \callergraph command. Disabling a caller graph can be +# accomplished by means of the command \hidecallergraph. +# The default value is: NO. +# This tag requires that the tag HAVE_DOT is set to YES. + +CALLER_GRAPH = NO + +# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical +# hierarchy of all classes instead of a textual one. +# The default value is: YES. +# This tag requires that the tag HAVE_DOT is set to YES. + +GRAPHICAL_HIERARCHY = YES + +# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the +# dependencies a directory has on other directories in a graphical way. The +# dependency relations are determined by the #include relations between the +# files in the directories. Explicit enabling a directory graph, when +# DIRECTORY_GRAPH is set to NO, can be accomplished by means of the command +# \directorygraph. Disabling a directory graph can be accomplished by means of +# the command \hidedirectorygraph. +# The default value is: YES. +# This tag requires that the tag HAVE_DOT is set to YES. + +DIRECTORY_GRAPH = YES + +# The DIR_GRAPH_MAX_DEPTH tag can be used to limit the maximum number of levels +# of child directories generated in directory dependency graphs by dot. +# Minimum value: 1, maximum value: 25, default value: 1. +# This tag requires that the tag DIRECTORY_GRAPH is set to YES. + +DIR_GRAPH_MAX_DEPTH = 1 + +# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images +# generated by dot. For an explanation of the image formats see the section +# output formats in the documentation of the dot tool (Graphviz (see: +# https://www.graphviz.org/)). +# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order +# to make the SVG files visible in IE 9+ (other browsers do not have this +# requirement). +# Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo, +# png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and +# png:gdiplus:gdiplus. +# The default value is: png. +# This tag requires that the tag HAVE_DOT is set to YES. + +DOT_IMAGE_FORMAT = png + +# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to +# enable generation of interactive SVG images that allow zooming and panning. +# +# Note that this requires a modern browser other than Internet Explorer. Tested +# and working are Firefox, Chrome, Safari, and Opera. +# Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make +# the SVG files visible. Older versions of IE do not have SVG support. +# The default value is: NO. +# This tag requires that the tag HAVE_DOT is set to YES. + +INTERACTIVE_SVG = NO + +# The DOT_PATH tag can be used to specify the path where the dot tool can be +# found. If left blank, it is assumed the dot tool can be found in the path. +# This tag requires that the tag HAVE_DOT is set to YES. + +DOT_PATH = + +# The DOTFILE_DIRS tag can be used to specify one or more directories that +# contain dot files that are included in the documentation (see the \dotfile +# command). +# This tag requires that the tag HAVE_DOT is set to YES. + +DOTFILE_DIRS = + +# You can include diagrams made with dia in doxygen documentation. Doxygen will +# then run dia to produce the diagram and insert it in the documentation. The +# DIA_PATH tag allows you to specify the directory where the dia binary resides. +# If left empty dia is assumed to be found in the default search path. + +DIA_PATH = + +# The DIAFILE_DIRS tag can be used to specify one or more directories that +# contain dia files that are included in the documentation (see the \diafile +# command). + +DIAFILE_DIRS = + +# When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the +# path where java can find the plantuml.jar file or to the filename of jar file +# to be used. If left blank, it is assumed PlantUML is not used or called during +# a preprocessing step. Doxygen will generate a warning when it encounters a +# \startuml command in this case and will not generate output for the diagram. + +PLANTUML_JAR_PATH = + +# When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a +# configuration file for plantuml. + +PLANTUML_CFG_FILE = + +# When using plantuml, the specified paths are searched for files specified by +# the !include statement in a plantuml block. + +PLANTUML_INCLUDE_PATH = + +# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes +# that will be shown in the graph. If the number of nodes in a graph becomes +# larger than this value, doxygen will truncate the graph, which is visualized +# by representing a node as a red box. Note that doxygen if the number of direct +# children of the root node in a graph is already larger than +# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that +# the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. +# Minimum value: 0, maximum value: 10000, default value: 50. +# This tag requires that the tag HAVE_DOT is set to YES. + +DOT_GRAPH_MAX_NODES = 50 + +# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs +# generated by dot. A depth value of 3 means that only nodes reachable from the +# root by following a path via at most 3 edges will be shown. Nodes that lay +# further from the root node will be omitted. Note that setting this option to 1 +# or 2 may greatly reduce the computation time needed for large code bases. Also +# note that the size of a graph can be further restricted by +# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction. +# Minimum value: 0, maximum value: 1000, default value: 0. +# This tag requires that the tag HAVE_DOT is set to YES. + +MAX_DOT_GRAPH_DEPTH = 0 + +# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output +# files in one run (i.e. multiple -o and -T options on the command line). This +# makes dot run faster, but since only newer versions of dot (>1.8.10) support +# this, this feature is disabled by default. +# The default value is: NO. +# This tag requires that the tag HAVE_DOT is set to YES. + +DOT_MULTI_TARGETS = NO + +# If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page +# explaining the meaning of the various boxes and arrows in the dot generated +# graphs. +# Note: This tag requires that UML_LOOK isn't set, i.e. the doxygen internal +# graphical representation for inheritance and collaboration diagrams is used. +# The default value is: YES. +# This tag requires that the tag HAVE_DOT is set to YES. + +GENERATE_LEGEND = YES + +# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate +# files that are used to generate the various graphs. +# +# Note: This setting is not only used for dot files but also for msc temporary +# files. +# The default value is: YES. + +DOT_CLEANUP = YES + +# You can define message sequence charts within doxygen comments using the \msc +# command. If the MSCGEN_TOOL tag is left empty (the default), then doxygen will +# use a built-in version of mscgen tool to produce the charts. Alternatively, +# the MSCGEN_TOOL tag can also specify the name an external tool. For instance, +# specifying prog as the value, doxygen will call the tool as prog -T +# <outfile_format> -o <outputfile> <inputfile>. The external tool should support +# output file formats "png", "eps", "svg", and "ismap". + +MSCGEN_TOOL = + +# The MSCFILE_DIRS tag can be used to specify one or more directories that +# contain msc files that are included in the documentation (see the \mscfile +# command). + +MSCFILE_DIRS = diff --git a/initial_sizing/doc/DoxygenLayout.xml b/initial_sizing/doc/DoxygenLayout.xml new file mode 100644 index 0000000000000000000000000000000000000000..80f1db0bf9fd2ff98c65a19cd74e9d55b47470f9 --- /dev/null +++ b/initial_sizing/doc/DoxygenLayout.xml @@ -0,0 +1,242 @@ +<doxygenlayout version="1.0"> + <!-- Generated by doxygen 1.9.7 --> + <!-- Navigation index tabs for HTML output --> + <navindex> + <tab type="mainpage" visible="yes" title="Home"/> + <!-- <tab type="user" url="md_content_2mypage.html" title="Getting Started"/> --> + <tab type="pages" visible="yes" title="" intro=""/> + <tab type="modules" visible="yes" title="" intro=""/> + <tab type="namespaces" visible="yes" title=""> + <tab type="namespacelist" visible="yes" title="" intro=""/> + <tab type="namespacemembers" visible="yes" title="" intro=""/> + </tab> + <tab type="concepts" visible="yes" title=""> + </tab> + <tab type="interfaces" visible="yes" title=""> + <tab type="interfacelist" visible="yes" title="" intro=""/> + <tab type="interfaceindex" visible="$ALPHABETICAL_INDEX" title=""/> + <tab type="interfacehierarchy" visible="yes" title="" intro=""/> + </tab> + <tab type="classes" visible="yes" title=""> + <tab type="classlist" visible="yes" title="" intro=""/> + <tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/> + <tab type="hierarchy" visible="yes" title="" intro=""/> + <tab type="classmembers" visible="yes" title="" intro=""/> + </tab> + <tab type="structs" visible="yes" title=""> + <tab type="structlist" visible="yes" title="" intro=""/> + <tab type="structindex" visible="$ALPHABETICAL_INDEX" title=""/> + </tab> + <tab type="exceptions" visible="yes" title=""> + <tab type="exceptionlist" visible="yes" title="" intro=""/> + <tab type="exceptionindex" visible="$ALPHABETICAL_INDEX" title=""/> + <tab type="exceptionhierarchy" visible="yes" title="" intro=""/> + </tab> + <tab type="files" visible="yes" title=""> + <tab type="filelist" visible="yes" title="" intro=""/> + <tab type="globals" visible="yes" title="" intro=""/> + </tab> + <tab type="examples" visible="yes" title="" intro=""/> + <tab type="user" url="https://unicado.pages.rwth-aachen.de/unicado.gitlab.io/documentation/overview/" title="Documentation Overview" /> + </navindex> + + <!-- Layout definition for a class page --> + <class> + <briefdescription visible="yes"/> + <includes visible="$SHOW_HEADERFILE"/> + <inheritancegraph visible="$CLASS_GRAPH"/> + <collaborationgraph visible="$COLLABORATION_GRAPH"/> + <memberdecl> + <nestedclasses visible="yes" title=""/> + <publictypes title=""/> + <services title=""/> + <interfaces title=""/> + <publicslots title=""/> + <signals title=""/> + <publicmethods title=""/> + <publicstaticmethods title=""/> + <publicattributes title=""/> + <publicstaticattributes title=""/> + <protectedtypes title=""/> + <protectedslots title=""/> + <protectedmethods title=""/> + <protectedstaticmethods title=""/> + <protectedattributes title=""/> + <protectedstaticattributes title=""/> + <packagetypes title=""/> + <packagemethods title=""/> + <packagestaticmethods title=""/> + <packageattributes title=""/> + <packagestaticattributes title=""/> + <properties title=""/> + <events title=""/> + <privatetypes title=""/> + <privateslots title=""/> + <privatemethods title=""/> + <privatestaticmethods title=""/> + <privateattributes title=""/> + <privatestaticattributes title=""/> + <friends title=""/> + <related title="" subtitle=""/> + <membergroups visible="yes"/> + </memberdecl> + <detaileddescription title=""/> + <memberdef> + <inlineclasses title=""/> + <typedefs title=""/> + <enums title=""/> + <services title=""/> + <interfaces title=""/> + <constructors title=""/> + <functions title=""/> + <related title=""/> + <variables title=""/> + <properties title=""/> + <events title=""/> + </memberdef> + <allmemberslink visible="yes"/> + <usedfiles visible="$SHOW_USED_FILES"/> + <authorsection visible="yes"/> + </class> + + <!-- Layout definition for a namespace page --> + <namespace> + <briefdescription visible="yes"/> + <memberdecl> + <nestednamespaces visible="yes" title=""/> + <constantgroups visible="yes" title=""/> + <interfaces visible="yes" title=""/> + <classes visible="yes" title=""/> + <concepts visible="yes" title=""/> + <structs visible="yes" title=""/> + <exceptions visible="yes" title=""/> + <typedefs title=""/> + <sequences title=""/> + <dictionaries title=""/> + <enums title=""/> + <functions title=""/> + <variables title=""/> + <membergroups visible="yes"/> + </memberdecl> + <detaileddescription title=""/> + <memberdef> + <inlineclasses title=""/> + <typedefs title=""/> + <sequences title=""/> + <dictionaries title=""/> + <enums title=""/> + <functions title=""/> + <variables title=""/> + </memberdef> + <authorsection visible="yes"/> + </namespace> + + <!-- Layout definition for a concept page --> + <concept> + <briefdescription visible="yes"/> + <includes visible="$SHOW_HEADERFILE"/> + <definition visible="yes" title=""/> + <detaileddescription title=""/> + <authorsection visible="yes"/> + </concept> + + <!-- Layout definition for a file page --> + <file> + <briefdescription visible="yes"/> + <includes visible="$SHOW_INCLUDE_FILES"/> + <includegraph visible="$INCLUDE_GRAPH"/> + <includedbygraph visible="$INCLUDED_BY_GRAPH"/> + <sourcelink visible="yes"/> + <memberdecl> + <interfaces visible="yes" title=""/> + <classes visible="yes" title=""/> + <structs visible="yes" title=""/> + <exceptions visible="yes" title=""/> + <namespaces visible="yes" title=""/> + <concepts visible="yes" title=""/> + <constantgroups visible="yes" title=""/> + <defines title=""/> + <typedefs title=""/> + <sequences title=""/> + <dictionaries title=""/> + <enums title=""/> + <functions title=""/> + <variables title=""/> + <membergroups visible="yes"/> + </memberdecl> + <detaileddescription title=""/> + <memberdef> + <inlineclasses title=""/> + <defines title=""/> + <typedefs title=""/> + <sequences title=""/> + <dictionaries title=""/> + <enums title=""/> + <functions title=""/> + <variables title=""/> + </memberdef> + <authorsection/> + </file> + + <!-- Layout definition for a group page --> + <group> + <briefdescription visible="yes"/> + <groupgraph visible="$GROUP_GRAPHS"/> + <memberdecl> + <nestedgroups visible="yes" title=""/> + <dirs visible="yes" title=""/> + <files visible="yes" title=""/> + <namespaces visible="yes" title=""/> + <concepts visible="yes" title=""/> + <classes visible="yes" title=""/> + <defines title=""/> + <typedefs title=""/> + <sequences title=""/> + <dictionaries title=""/> + <enums title=""/> + <enumvalues title=""/> + <functions title=""/> + <variables title=""/> + <signals title=""/> + <publicslots title=""/> + <protectedslots title=""/> + <privateslots title=""/> + <events title=""/> + <properties title=""/> + <friends title=""/> + <membergroups visible="yes"/> + </memberdecl> + <detaileddescription title=""/> + <memberdef> + <pagedocs/> + <inlineclasses title=""/> + <defines title=""/> + <typedefs title=""/> + <sequences title=""/> + <dictionaries title=""/> + <enums title=""/> + <enumvalues title=""/> + <functions title=""/> + <variables title=""/> + <signals title=""/> + <publicslots title=""/> + <protectedslots title=""/> + <privateslots title=""/> + <events title=""/> + <properties title=""/> + <friends title=""/> + </memberdef> + <authorsection visible="yes"/> + </group> + + <!-- Layout definition for a directory page --> + <directory> + <briefdescription visible="yes"/> + <directorygraph visible="yes"/> + <memberdecl> + <dirs visible="yes"/> + <files visible="yes"/> + </memberdecl> + <detaileddescription title=""/> + </directory> +</doxygenlayout> diff --git a/initial_sizing/doc/content/changelog.md b/initial_sizing/doc/content/changelog.md new file mode 100644 index 0000000000000000000000000000000000000000..ec0bb9dff4df770066b81460c3686fe4bc3f2496 --- /dev/null +++ b/initial_sizing/doc/content/changelog.md @@ -0,0 +1,20 @@ +# Changelog {#changelog} +## v3.0.0 +The *v3.0.0* release is a **major** release with many changes including the *modularization*. + + +### Changes +The following changes are introduced: + +- The empty mass fraction is determined by a new method which was derived from data of modern airliners + +### Bugfixes +During the development of this release the following bugs were found and fixed: + + + +### Changes in the CSR designs +The implemented changes and bugfixes lead to the following changes in the results of the CSR designs. +@note Only changes which exceed a 10 % change are listed. + + diff --git a/initial_sizing/doc/content/getting-started.md b/initial_sizing/doc/content/getting-started.md new file mode 100644 index 0000000000000000000000000000000000000000..61f4b3afc8b3b61d8188b5e8caf7efe8fd313784 --- /dev/null +++ b/initial_sizing/doc/content/getting-started.md @@ -0,0 +1,51 @@ +# Getting started {#getting-started} +This guide will show you the basic usage of **initial_sizing**. Following steps are necessary (if you are new to UNICADO check out the [settings and outputs](#settingsandoutputs) first!) + +## Step-by-step + +It is assumed that you have the `UNICADO Package` installed including the executables and the engine database. In case you are a developer, you need to build the tool first (see [build instructions on UNICADO website](https://unicado.pages.rwth-aachen.de/unicado.gitlab.io/developer/build/cpp/)). + +1. Create a dummy `aircraft_exchange_file` (minimal required input see [here](#acXML)) +2. Fill out the configuration file - change at least: + - in `control_settings` + - `aircraft_exchange_file_name` and `aircraft_exchange_file_directory` to your respective settings + - `console_output` at least to `mode_1` + - `plot_output` to false (or define `inkscape_path` and `gnuplot_path`) + - in `program_settings` + - the initial assumptions of values for the stated parameters +3. Open terminal and run **initialSizing** + +Following will happen: +- you see output in the console window +- a HTML report is created in the directory of `aircraft_exchange_file_directory` (no plots if they are turned off) +- results are saved in the _acXML_ file + + +## Settings and outputs {#settingsandoutputs} +Generally, we use 2 files to set our configuration in UNICADO: +- the aircraft exchange file (or _acXML_) includes + - data related inputs (e.g. range, pax number, cargo) + - data related outputs (e.g. MTOM, OME) +- the configuration file `initial_sizing_conf.xml` (or _configXML_) includes + - control settings (e.g. enable/disable generating plots) + - program settings (e.g. set parameters to consider for specific technologies or change of methods) + +### Aircraft exchange file +@note _acXML_ is an exchange file - we agreed on that only data will be saved as output which is needed by another tool! + +**Inputs**: +The following is needed from the _acXML_: +1) the accomodation requirements (pax number, pax mass, luggage mass, cargo mass), +2) the mission requirements (range, reserves, TOFL, cruise speed and altitude, approach speed), +3) the user settings of the energy carrier + +Naturally, the initial_sizing needs an assumption for the initial MTOM to start the iteration of MTOM. This initial MTOM is calculated from the pax number requirement in the _acXML_ + +Additionally, the user settings need to be defined. In the node `/aircraft_exchange\_file/requirements_and_specifications/design_specification` (for more information on the variables, please read the description in the _acXML_). + +**Outputs**: + +The following is written into the _acXML_: +1) the Maximum Takeoff Mass (MTOM), +2) the Operating Mass Empty (OME), +3) the Design Sizing Point which consists of the wing loading and the Thrust to weight ratio needed to fulfil the TLARs diff --git a/initial_sizing/doc/content/index.md b/initial_sizing/doc/content/index.md new file mode 100644 index 0000000000000000000000000000000000000000..e5f09aeeed251d578d0cf644b02dd995fb7c2b97 --- /dev/null +++ b/initial_sizing/doc/content/index.md @@ -0,0 +1,18 @@ +# Introduction {#mainpage} +The tool _initialSizing_ is the first aircraft design tools in the UNICADO workflow. +The overall goal is the initial takeoff mass estimation based on the Top Level Aircraft Requirements "TLARs" range and payload. +Moreover an initial sizing chart is derived from further TLARs like the desired cruise speed, approach speed or takeoff field lenght. + +The design window is then automatically investigated for an optimum design point resulting in the wing loading and thrust to weight ratio for the aircraft. +Together with the initial takeoff mass and empty mass estimation the tool delivers the first important parameters for further UNICADO design modules. + +This tool is exiting because it starts the clean sheet aircraft design and you will get a first idea how large and heavy your aircraft will be for the desired mission. + +To remind you of the concept of an initial sizing chart and desing window, here is the diagram where each border is derived from a different TLAR - hence every combination of wing loading +and thrust to weight ratio within the borders are possible design points for the aircraft. + + +The @subpage getting-started gives you a first insight in how to execute the tool and how it generally works. + +So let's get started! + diff --git a/initial_sizing/doc/content/initialSizing.md b/initial_sizing/doc/content/initialSizing.md new file mode 100644 index 0000000000000000000000000000000000000000..73d7e30b20242e6a4b529e5f0878d10f91679ac0 --- /dev/null +++ b/initial_sizing/doc/content/initialSizing.md @@ -0,0 +1,122 @@ +# Implemented Aircraft Sizing Methods and Models + +## Initial Takeoff Mass Estimation MTOM +The MTOM is initially iterated from Top Level Aircraft Requirements (TLARs), user assumptions and certification requirements. + +**Methods** + +The *Payload* is like its name the mass that pays for a trip. It is calculated from the number of passengers (PAX) and additional cargo requirement. +It is a fixed value for the whole iteration. +For the determination the following parameters from the acXML are necessary: + +* Number of PAX [-] +* Mass per person [kg] +* Luggage per PAX [kg] +* Additional cargo mass [kg] + + +The *Crew mass* is not part of the payload but once determined it is also a fixed value for the iteration of the MTOM. +The crew mass is dependent on the different seating classes (FC, BC, EC) and number of PAX in each class the aircraft shall have. +Furthermore, the certification requirements define the number of pilots. +For the determination the following parameters are necessary: + +acXML: +* Number of PAX in each class [-] +* Mass per person [kg] and luggage per crew are the same than for the passengers +initialSizing_conf: +* Number of pilots [-] +in source code +* Ratio for flight attendants per PAX amount in each class [-]: i.e. 1 Flight Attendant per 14 PAX in FC, 1 per 40 in EC + + +The *fuel* which is needed for individual mission segments is not calculated in absolute values but as mass fractions from the total remeining fuel. The fuel fractions of the cruise segment, the reserve needed to the flight to an alternate distance and the reserve for a holding time are calculated with the Breguet equation. +For the determination the following parameters are necessary: + +acXML: +* Design range [m] +* Crusie flight speed [m/s]: automatically calculated from the design machNumber +* Contingency [-]: percentage for the reserve of the trip fuel (the fuel necessary for the design range without reserves) +* Cruise flight altitutde [m]: to calculate the air density +initialSizing_conf: +* SFC of the engine with regard to fuel type [-]: +* Glide Ratio (L/D) in cruise [-]: Initial assumption given by user +* Glide Ratio (L/D) in Loiter [-]: Initial assumption given by user + + +The fuel fractions (i.e. engine warm up, taxi, takeoff, climb....) are set as an static input by the user in the initialSizing_conf file. +Together with the fuel fractions from the segments calculated with the breguet equation, the overall fuel fraction of the aircraft is calculated. +In this way of calculating the necessary fuel, the method and also the same static fuel fractions are applicable for various aircraft sizes. + + +The *MTOM* is calculated in an iteration because the absolute amount of fuel and the *Operating Mass Empty* (OME) changes with the aircraft MTOM. +The initial value for MTOM in order to start the MTOM iteration is estimated with a simple formula depending on the payload and a static factor only. +For the *OME* a mass ratio me/m0 is used in order to take into account the total aircraft size. Larger aircraft usually have a smaller empty mass / takeoff mass ratio. +In each iteration a new me/m0 ratio is calculated. Together with the fuel mass fraction, the payload and the crew mass the MTOM is determined. This iteration goes on until the convergence criteria is reached. + + +## Initial Constraint Analysis - Sizing Chart +A constraint analysis is conducted in order to set the initial *Design Point* for the aircraft. The Desing Point is defined as a wing loading and thrust to weight ratio. +The constraint analysis is a method to make sure Top Level Aircraft Requirements (TLARs) and certification requirements will be fulfilled by the designed aircraft. +For this a sizing chart is determined and printed by the module. + +**Methods** + +The *Takeoff* constraint makes sure to respect the takeoff field lengt TLAR. +For the determination the following parameters are necessary: + +acXML: +* Takeoff field lenght (TOFL) [m] +initialSizing_conf: +* Number of engines [-]: is used to set a engine proportional factor +* CL_max_takeoff [-] + + +The *Climb* constraint makes sure to respect the climb ability in the 2nd segment with one engine inoperative (OEI) by the certification standards. +For the determination the following parameters are necessary: + +acXML: +* Minimum climb angle [rad]: according to the certification standards and the total number of engines + +* L/D_climb [-]: with the highlift system in the state of the 2nd climb segment +in source code: +* Mass ratio m_climb/MTOM [-] + + +The *Cruise Flight* constraint makes sure to respect the desing cruise speed and altitude TLAR. +For the determination the following parameters are necessary: + +initialSizing_conf: +* Cfeq [-]: Equivalent friction coefficient to estimate parasetic drag coefficient +* Oswald efficency factor e [-] +* Wing Aspect Ratio [-] +in source code: +* Thrust ratio F_total/F_cruise [-] +* S_wet/S_rev ratio [-]: Ratio of wetted surface to wing reference area to estimate parasetic drag coefficient +* Mass ratio m_cruise/MTOM [-] + + +The *Landing* constraint makes sure to respect the maximum approach speed TLAR. +For the determination the following parameters are necessary: + +initialSizing_conf: +* CL_max_Landing [-] +* Mass ratio m_land/MTOM [-]: +acXML: +* v_appr [m/s]: Approch speed TLAR + +These constraints open up the design or sizing window of the aircraft where it can fulfill the TLARs and certification standards. + +## Initial Constraint Analysis - Desing Point +The constraints from the section before open up the design or sizing window, where the aircraft can fulfill the TLARs and certification standards. +Selecting the optimal design point within the window is again dependent on various requirements and the constellation of the design window itself. +This would be quite complex to implement in the module. In order to keep the module and the methods simple, only the borders of the desing window are investigated - since in many cases they deliver an optimal design point. +In general, a design point with a wing loading as high as possible and a thrust to weight ratio as low as possible is a good choice. + +**Methods** + +* This investigation is done by calculating the intersections of the borders. +* It is checked how many intersection points of constraints the borders of the desing window has. +* It is checked if the CL_optimal is within the design window. CL_optimal is a user input in the initialSizing_conf.xml and describes the desing Lift coefficient at initial cruise speed and altitude. +* If CL_optimal is in the design window the intersection of CL_optimal and the desing window border is used as design point. +* If CL_optimal is not in the design window and there is only one intersection from borders in the window this intetersection is used as design point. +* If CL_optimal is not in the design window and there are two intersection from borders in the window, an interpolated point between these two is used as design point. \ No newline at end of file diff --git a/initial_sizing/doc/header.html b/initial_sizing/doc/header.html new file mode 100644 index 0000000000000000000000000000000000000000..92af47f3626ceda42aa580af1e89b3ef68bfa29b --- /dev/null +++ b/initial_sizing/doc/header.html @@ -0,0 +1,86 @@ +<!-- HTML header for doxygen 1.9.8--> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="$langISO"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=11"/> +<meta name="generator" content="Doxygen $doxygenversion"/> +<meta name="viewport" content="width=device-width, initial-scale=1"/> +<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME--> +<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME--> +<link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/> +<!--BEGIN DISABLE_INDEX--> + <!--BEGIN FULL_SIDEBAR--> +<script type="text/javascript">var page_layout=1;</script> + <!--END FULL_SIDEBAR--> +<!--END DISABLE_INDEX--> +<script type="text/javascript" src="$relpath^jquery.js"></script> +<script type="text/javascript" src="$relpath^dynsections.js"></script> +<script type="text/javascript" src="$relpath^doxygen-awesome-darkmode-toggle.js"></script> +<script type="text/javascript"> + DoxygenAwesomeDarkModeToggle.init() +</script> +<script type="text/javascript" src="$relpath^doxygen-awesome-tabs.js"></script> +<script type="text/javascript"> + DoxygenAwesomeTabs.init() +</script> +<script type="text/javascript" src="$relpath^doxygen-awesome-fragment-copy-button.js"></script> +<script type="text/javascript"> + DoxygenAwesomeFragmentCopyButton.init() +</script> +$treeview +$search +$mathjax +$darkmode +<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" /> +$extrastylesheet +</head> +<body> +<!--BEGIN DISABLE_INDEX--> + <!--BEGIN FULL_SIDEBAR--> +<div id="side-nav" class="ui-resizable side-nav-resizable"><!-- do not remove this div, it is closed by doxygen! --> + <!--END FULL_SIDEBAR--> +<!--END DISABLE_INDEX--> + +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> + +<!--BEGIN TITLEAREA--> +<div id="titlearea"> +<table cellspacing="0" cellpadding="0"> + <tbody> + <tr id="projectrow"> + <!--BEGIN PROJECT_LOGO--> + <td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo"/></td> + <!--END PROJECT_LOGO--> + <!--BEGIN PROJECT_NAME--> + <td id="projectalign"> + <div id="projectname">$projectname<!--BEGIN PROJECT_NUMBER--><span id="projectnumber"> $projectnumber</span><!--END PROJECT_NUMBER--> + </div> + <!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF--> + </td> + <!--END PROJECT_NAME--> + <!--BEGIN !PROJECT_NAME--> + <!--BEGIN PROJECT_BRIEF--> + <td> + <div id="projectbrief">$projectbrief</div> + </td> + <!--END PROJECT_BRIEF--> + <!--END !PROJECT_NAME--> + <!--BEGIN DISABLE_INDEX--> + <!--BEGIN SEARCHENGINE--> + <!--BEGIN !FULL_SIDEBAR--> + <td>$searchbox</td> + <!--END !FULL_SIDEBAR--> + <!--END SEARCHENGINE--> + <!--END DISABLE_INDEX--> + </tr> + <!--BEGIN SEARCHENGINE--> + <!--BEGIN FULL_SIDEBAR--> + <tr><td colspan="2">$searchbox</td></tr> + <!--END FULL_SIDEBAR--> + <!--END SEARCHENGINE--> + </tbody> +</table> +</div> +<!--END TITLEAREA--> +<!-- end header part --> diff --git a/initial_sizing/doc/img/sizing_chart.svg b/initial_sizing/doc/img/sizing_chart.svg new file mode 100644 index 0000000000000000000000000000000000000000..20402000e245ecdb1101bea3d7cef498a0d13bbe --- /dev/null +++ b/initial_sizing/doc/img/sizing_chart.svg @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + version="1.1" + id="svg1" + width="781.59998" + height="668.79999" + viewBox="0 0 781.59998 668.79999" + sodipodi:docname="sizing chart.svg" + inkscape:version="1.4 (86a8ad7, 2024-10-11)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <defs + id="defs1" /> + <sodipodi:namedview + id="namedview1" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:showpageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" + inkscape:zoom="1.1707536" + inkscape:cx="390.77394" + inkscape:cy="334.39999" + inkscape:window-width="1920" + inkscape:window-height="1001" + inkscape:window-x="1911" + inkscape:window-y="-9" + inkscape:window-maximized="1" + inkscape:current-layer="g1" /> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g1"> + <image + width="781.59998" + height="668.79999" + preserveAspectRatio="none" + style="image-rendering:optimizeQuality" + xlink:href="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAeAB4AAD/2wBDAAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcG BwcICQsJCAgKCAcHCg0KCgsMDAwMBwkODw0MDgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwM DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCANEA9EDASIA AhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQA AAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3 ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWm p6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEA AwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSEx BhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElK U1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3 uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD9/KKK KACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigA ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACi iigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKK KACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACsvxP410jwWLD+19TsNM/tS8TT7P7VcJD9quHD FIk3EbnIViFHJ2njitSv52P+DqD/AIK761pP7WHhD4a/DvXbizPwv1K312+ktriaPZqkSy+UcrtB HlXI+6T9e1AH9EwO4ZFLXz1/wS5/bU0f9vj9ijwX8Q9KnEj6haNb3cZZi8c0E0ls5bcqt8zQseR3 6nrX0LQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUU AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQA UUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABR RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFF FABRRRQAUUUUAFFFFABRRRQBR8SLqTaHcDSGsk1Lb+4a8VmgDZH3gpDYxnoa/mF/4KBf8Gzfxw+H fxR8BeIvG/xY8BeI9b+NnxA07wPHcwR3pNvd3cE7RzymRMmNVtSDgluRgV/URXxT/wAFl/8AkYP2 Pf8As47wz/6RapQB5n/wQV/4JCfGX/gkrY+KNA8X/EHwX4v8Ia80U0Frpsd4JrKRPNPyeYFQKzSs W4JJx0r9IqKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKK ACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii igAooooAKKKKACiiigAooooAKKKKACvin/gsv/yMH7Hv/Zx3hn/0i1Svtavin/gsv/yMH7Hv/Zx3 hn/0i1SgD7WooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigArjf2g/jBb/AL4M6/4wu4GubfQrcTy RL1cF1X/ANmrsq8K/wCCmH/JifxI/wCwav8A6Ojr0smw0MRmFDD1fhnOKfo5JM8jiDF1MLleJxVH SUKc5L1UW1+Jc/Yp/bJ079s3wdrGr6bYS2EekXi2bq5J3EoHz+te018Ff8EDf+SG+Of+w7H/AOk6 19616fGOW0Mvzmvg8MrQg0l16JnjcAZvic04fw2PxjvUmm27W+01t8gooor5o+wCiiigAooooAKK KKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooo oAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooqpreu2nhvTnu764jtraLG+RzwuSB/ MigC3RXIj49eDiuf+Eg0/H+8f8KT/hfng7/oYdP/AO+j/hQB19FYHhv4oeH/ABfffZtM1W1vJ8Z2 Rkk4rfoAKKKKACiiigAorA8ZfFHw/wDD0p/bWq2uneZynnMRurDH7TngEoT/AMJTpeB1O8/4UAd3 RXB/8NPeAP8AoatK/wC+z/hR/wANPeAP+hq0r/vs/wCFAHeUVwf/AA094A/6GrSv++z/AIUf8NPe AP8AoatK/wC+z/hQB3lFcH/w094A/wChq0r/AL7P+FH/AA094A/6GrSv++z/AIUAd5RXJ+Gfjp4R 8ZaoLLS9fsL27YZEUbEseCfT2NdZQAUUVk+DfHGk/ELQ49S0W/g1GxlLKk0JyrFWKn8mUj8KANai iigAr4p/4LL/APIwfse/9nHeGf8A0i1Svtavin/gsv8A8jB+x7/2cd4Z/wDSLVKAPtaiiigAoorP svFenalrU+nQXcUt7bLulhU/MgyBk/mPzrGriaNKUY1ZKLk7K7Su+y7vyRcac5JuKvbfyNCiiiti AooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAC iiigAooooAKKKKACiiigArwr/gph/wAmJ/Ej/sGr/wCjo691rwr/AIKYf8mJ/Ej/ALBq/wDo6OvZ 4c/5G2F/6+Q/9KR8/wAW/wDIjxv/AF6qf+kM+f8A/ggb/wAkN8c/9h2P/wBJ1r71r4K/4IG/8kN8 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 /wDIjWP0f/0Nq6CuT+B90bz4Y6a5dXJEnIbOf3jV1lAHJ+Lj/wAXD8Nf9dpf/RT11lcn4u/5KH4a /wCu0v8A6KeusoAKKKKACiiigAooooA4y9/5LJZf9cX/APRZrs64y9/5LJZf9cX/APRZrs6AGyDc hFeUfsVarDq/wA0qSE5XzbkdP+nmYV6vLMsCbnZUHqxwK8T/AOCfc0U/7NultDnZ591j/wACp6AP bqKKKACvin/gsv8A8jB+x7/2cd4Z/wDSLVK+1q+Kf+Cy/wDyMH7Hv/Zx3hn/ANItUoA+1qKKKACi iigDw67H/CC/tZfaPux67GsKr0GT5Kf0r3GvFv2p7P8AsbxB4Z8Qgbf7PvI1Lj/f3fX+GvYNGvP7 Q0e1n6+dCkmfqoNfknh7/sOeZzkr0Sre2ivKsuZ/+TqR9Rnv77B4TF948j9YaL8LFmiiiv1s+XCi iigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKK KACiiigAooooAK8K/wCCmH/JifxI/wCwav8A6Ojr3WvCv+CmH/JifxI/7Bq/+jo69nhz/kbYX/r5 D/0pHz/Fv/Ijxv8A16qf+kM+f/8Aggb/AMkN8c/9h2P/ANJ1r71r4K/4IG/8kN8c/wDYdj/9J1r7 1r2/ET/ko8V/iX/pKPm/Cf8A5JLBf4X/AOlSCiiiviz9ECiiigAooooAKKKKACiiigAooooAKKKK ACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA KKKKACiiigAooooAKKKKACiiigArwf8A4KMalb6N+zNqt3eSJDa28tu0sr/dQfaYRz+Jr3iqus6L a+ItNls72BLm2mADxuOG5z/MCgDibL9qf4eajD5kPizSZE9Q5/wqb/hpnwF/0NGl/wDfZ/wqPwn+ zB4E8DLejS/D8NqNRuDdXH+kTP5khULu+ZzjhRwMDjpWv/wpvwz/ANAmH/vt/wDGgDyTxz+2V4A8 O/F3TY7fW4NYv3t5hFY2TBp5W2JhQGwMnIxzTprn4r/tFMVt1Hw88MyMSJJN8WsSRnlcY8yLkBQf Zm9q9j0b4Z6D4evTcWmmW0U5434LH9Sa3AMCgDwrwR/wTy+H3g27u7qS3udWvr+Uz3N1eFDLPIcZ ZtqgZOPStLU/2Cvhjq+m3VpP4ctXgvYjFKu37ynqK9kooA8F0n9kDWfhJpUdt8P/ABprGn2lvkw6 ZeyoLFOS2MJFvwSTnnuatJ8Tvix8OZhH4g8K2PiS1jHM3h6OV5CB1J851Gen5GvcKDzQB8zeK/25 vBsXxY8Gwavdy+FZWuZ1ng1XajriB+PkZhndx+Fesn9qj4eKMnxbpPP+2f8ACtnxt8G/DPxF1TSr 3WdIt7260SZ57KRmZDC7oUY/KQGypI+bNXT8O9EYf8g63/X/ABoA5j/hqv4df9DdpH/fw/4Uf8NV /Dr/AKG7SP8Av4f8K6b/AIVxof8A0Dbf9f8AGj/hXGh/9A23/X/GgDmf+Gq/h1/0N2kf9/D/AIUh /as+HQH/ACN2kf8Afw/4V0//AArjQ/8AoG2/6/40f8K40P8A6Btv+v8AjQBjH9onwQLUzf8ACS6b 5SjJbecAflVW4/ai+H1pIFk8V6UjEZALn/Cum/4QDR9uPsEOPTn/ABprfDrRGPOnQH8/8aAPG9f/ AGwvhxY/Fy2MfijTrydIX/cQvl2/dnAGcDn61pP+0D41+IzoPBXg6a3t5OFv9ciItn75UwyFsEYx x3Feo6b8OdD0i/a6t9Mto524L7cn9frWzHGsS4VQoHQAYoA8Nb9l/wAUfEuFh488Z30sLnLadpUo +xN+EsW7ue/pXq/w3+Gui/CTwfaaD4fsIdN0uyDCGCIYVdzM7fmzMfxrdooAKKKKACvin/gsv/yM H7Hv/Zx3hn/0i1Svtavin/gsv/yMH7Hv/Zx3hn/0i1SgD7WooooAKKKKAOA/aZ8Pf8JF8I9QGM/Y 1a7/AO+Ec/1q58APEf8AwlHwr0y4zkqphP8AwA7f6V0/iDSl13Qryyb7t3C8J+jAj+teR/soaqdO v/EegzZQ2FyPJU8ZBeUkjv2FfkWZ/wDCZ4g4TEv4MbRnSf8Ajp/vI/8AkvMl5s+pw/8AtGRVafWj NS+Uvdf42PaKKKK/XT5YKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii igAooooAKKKKACiiigAooooAKKKKACiiigArwr/gph/yYn8SP+wav/o6Ovda8K/4KYf8mJ/Ej/sG r/6Ojr2eHP8AkbYX/r5D/wBKR8/xb/yI8b/16qf+kM+f/wDggb/yQ3xz/wBh2P8A9J1r71r4K/4I G/8AJDfHP/Ydj/8ASda+9a9vxE/5KPFf4l/6Sj5vwn/5JLBf4X/6VIKKKK+LP0QKKKKACiiigAoo ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiii gAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKA CiiigAooooAKKKKACiiigAooooAKKKKACvin/gsv/wAjB+x7/wBnHeGf/SLVK+1q+Kf+Cy//ACMH 7Hv/AGcd4Z/9ItUoA+1qKKKACiiigArwu5/4tx+1Osn3LHWIwoHQM+xR/N690rxr9rLSGs/+Ef8A EEY2/wBkXQMjL3DPFjPc/dNflHjDQnTyWnnNFfvMFVp1l/hUrT+XJJt+h9NwpNSxcsJP4a0ZQ+bV 1+KR7LRWf4U1geIfDGn3ykEXltHNkf7Shv61oV+o4fEQr0o16bvGSTXo9UfOVIOEnCW6CiiitiAo oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii igAooooAK8K/4KYf8mJ/Ej/sGr/6Ojr3WvCv+CmH/JifxI/7Bq/+jo69nhz/AJG2F/6+Q/8ASkfP 8W/8iPG/9eqn/pDPn/8A4IG/8kN8c/8AYdj/APSda+9a+Cv+CBv/ACQ3xz/2HY//AEnWvvWvb8RP +SjxX+Jf+ko+b8J/+SSwX+F/+lSCiiiviz9ECiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiii gAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKA CiiigAr4p/4LL/8AIwfse/8AZx3hn/0i1Svtavin/gsv/wAjB+x7/wBnHeGf/SLVKAPtaiiigAoo ooAK5j4xeGY/Fnw41S1kGdsDzL/vKpI/UV09eH/Gzx7d/EzxRF4M8PkuGfF9Ooyqr8p4Iz0G7OR2 r4PxHz3BZdklWni4e0lXTpQpr4qkpqyivv1fRant5Bgq2IxkZUnyqHvOXSKWt2b/AOyj4qfWfh39 inP+kaZIYCPRFAVf5GvUa+e/ghpr/Bn45T+GppCy6lDlWPQhVkbPb+76V9CV4vgzmmIxXDNPCY1W r4WUqFRN3alDa/8A264s6+LcNCnmMqtHWFRKcX5S/wCDcKKKK/Vj5kKKKKACiiigAooooAKKKKAC iiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACvCv+CmH/ACYn 8SP+wav/AKOjr3WvCv8Agph/yYn8SP8AsGr/AOjo69nhz/kbYX/r5D/0pHz/ABb/AMiPG/8AXqp/ 6Qz5/wD+CBv/ACQ3xz/2HY//AEnWvvWvgr/ggb/yQ3xz/wBh2P8A9J1r71r2/ET/AJKPFf4l/wCk o+b8J/8AkksF/hf/AKVIKKKK+LP0QKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigA ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACv in/gsv8A8jB+x7/2cd4Z/wDSLVK+1q+Kf+Cy/wDyMH7Hv/Zx3hn/ANItUoA+1qKKKACiiuT+L3xT tfhb4Ze6kxJdSfLBCDzI2CR2PHB5xXm5vm+EyvB1MfjpqFKmrtvt/n2XVnRhcLVxNWNCirylokc5 +0D8XH8N2i6Do/8ApGuan+4VI8MYQwxkjBOcspAxWh8CfhGnw70I3N0PN1fUMS3ErZyD8xAxnj72 OAK5z4A/Cy6v79/F3iLM2pXhzCkoz5IBwD1PPyDBwK9ir8x4LynF55mH+uOdwcW01hqT/wCXVN/b a/5+TWr6pOx9Fm+KpYOh/ZWDd/8An5Jfal2/wr8WeI/tSaXL4b8R6H4ntQd9vIY53A+6pwoyen8Z r2TRNWi17Sbe8gO6G5QSIQeoNYfxf8Hr45+Huo6eQNzoHU45BVlfj/vmuT/ZQ8Xvrvw8NhcEi60q Y2+wnkIqR4P5k0YC+Sce18I9KOYU1Vj29tT92a/7ejyy8/kFf/bMkhV+3Qlyv/DLVfc7o9Sooor9 gPlQooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKK KACiiigAooooAK8K/wCCmH/JifxI/wCwav8A6Ojr3WvCv+CmH/JifxI/7Bq/+jo69nhz/kbYX/r5 D/0pHz/Fv/Ijxv8A16qf+kM+FP8Agld+334A/ZD+GXifSvF76wt3quqJdwfY7Pz12CJUOTuGDkV9 S/8AD7T4I/8APbxV/wCCr/7OvmH/AIJSfsH/AA8/a0+GHijVPGVlqNzd6VqiWluba9eALGYlY5C9 Tk19Vf8ADl74F/8AQJ17/wAG8tfrPF74Q/tiv/aCre1uubl5eW9ltfyPwzgOPHryDDf2U8P7Cz5e fm5rcz3tpvcp/wDD7T4I/wDPbxV/4Kv/ALOj/h9p8Ef+e3ir/wAFX/2dXP8Ahy98C/8AoE69/wCD eWj/AIcvfAv/AKBOvf8Ag3lr5vm4D7Yj/wAlPr+XxN/mwv8A5P8A5FP/AIfafBH/AJ7eKv8AwVf/ AGdafgz/AILEfBzx54v0vRLCXxMb7V7uKyt/M0zanmSOEXJ38DJHNQf8OXvgX/0Cde/8G8taXg// AIJD/BbwN4s0zWtP0vW0vtJuory3Z9VkZVkjYOpIPUZA4rOrLgbkfs1X5raX5d+hrQj4k+0j7V4b lur2572620Ppm1uFu7aOVM7ZVDrn0IzUlR21utpbRxJ9yNQi59AMCpK/NXvofryvbUKKKKBhRRRQ AUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAB RRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF FFABRRRQAUUUUAFFFFABRRRQAV8U/wDBZf8A5GD9j3/s47wz/wCkWqV9rV8U/wDBZf8A5GD9j3/s 47wz/wCkWqUAfa1FFFAFbVtRXSdOluHyViXJArw34d+Gr79oHx2/iTW42GkWbbba2c5UkYIBU54w zdhXvZ5pkMK28YRAFUdAO1fE8T8Gxz3G4WeMqv6tRbk6VtKk9ORyd/hjq+W2rPYy7NngqNRUo/vJ 6KX8q62833HIgjQKowAMADtS0UV9ttojxxHQSIVPIIwa8L8OMfhP+0zdWB/d2niJDLEv8K5dugHA /wBXXuteP/taeFpm0G08QWXy3WlON7ekfzD+b1+U+LWEq0stpZ/hY3q4Goqum7gtKi+cGz6bherG WIlgar92snH5/Zf3nsFFZHgbxXF428K2mpw/6u6UsB6YJH9K16/TcHi6WLw8MVh3zQmlJPumrp/c fO1aUqU3TmrNOz9UFFFFdJmFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFA BRRRQAUUUUAFFFFABRRRQAUUUUAFeFf8FMP+TE/iR/2DV/8AR0de614V/wAFMP8AkxP4kf8AYNX/ ANHR17PDn/I2wv8A18h/6Uj5/i3/AJEeN/69VP8A0hnz/wD8EDf+SG+Of+w7H/6TrX3rXwV/wQN/ 5Ib45/7Dsf8A6TrX3rXt+In/ACUeK/xL/wBJR834T/8AJJYL/C//AEqQUUUV8WfogUUUUAFFFFAB RRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUU UAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFfFP8AwWX/AORg/Y9/7OO8M/8ApFqlfa1fFP8AwWX/ AORg/Y9/7OO8M/8ApFqlAH2tRRRQAUUUUAFFFFABVPxBokHiTR57G5G6C4Xa49RnP9KuUVlWo061 OVGqrxkmmns09GioTlCSnF2aPFP2Wdbm8Narq3hC/bF1Yt50atwVXCcY4PV69rrw746Wb/DH4r6P 4tgBW1nlSC82jG/J3YJ+iDtXtenXqajYwzxkMkqBwQc9a/KfCqtPA08VwriHeeCnaN93Rl71N/JX j6o+m4lgq0qeZ01pWV35TWkv8/mTUUUV+tny4UUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFF FFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAV4V/wAFMP8AkxP4kf8AYNX/ANHR17rXhX/B TD/kxP4kf9g1f/R0dezw5/yNsL/18h/6Uj5/i3/kR43/AK9VP/SGfP8A/wAEDf8Akhvjn/sOx/8A pOtfetfBX/BA3/khvjn/ALDsf/pOtfete34if8lHiv8AEv8A0lHzfhP/AMklgv8AC/8A0qQUUUV8 WfogUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFF FABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUU AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFfFP/BZf/kYP2Pf+zjvDP8A6Rap X2tXxT/wWX/5GD9j3/s47wz/AOkWqUAfa1FFFABRRRQAUUUUAFFFFAHLfGPwKvxC8A3thsV59hkt 8gfLJtIB5+prl/2XfHMmveEZdJu2JvtGkMTlicsC7kfkAO9eo14N4rh/4Up+0LZahECmm6+6wsv8 Kk+WhbAx3LHvX47x3fIc8wfFtP8AhtqhiP8Ar3N+5N/4J217Ox9Xkv8AtuDq5XL4vjh/iW6+a/I9 5opkE63MCSIcpIoZT6g8in1+wppq6PlNtGFFFFMAooooAKKKKACiiigAooooAKKKKACiiigAoooo AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACvCv8Agph/yYn8SP8AsGr/AOjo691rwr/gph/y Yn8SP+wav/o6OvZ4c/5G2F/6+Q/9KR8/xb/yI8b/ANeqn/pDPn//AIIG/wDJDfHP/Ydj/wDSda+9 a+Cv+CBv/JDfHP8A2HY//Sda+9a9vxE/5KPFf4l/6Sj5vwn/AOSSwX+F/wDpUgooor4s/RAooooA KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo oooAKKKKACiiigAooooAKKKKACiiigAoor5A/wCCxP8AwUV8df8ABMz9n4fEbw38PdA8d6JZSqmp Lfa8+my24IfmNVgk38hO4+8fTnGvXhRjzVHZXS+/RfiaUqM6j5Yb6v7j6/or4I+CX7bv7anx8+FW i+MNF/Zu+D8Ola7Abi2S++JtzBcKoZl+dP7OO05U966n/gmV/wAFGvil+2f8YviX4S+IHwl0j4fH 4bXR026u9P1ybU4ri78u2lEal7eIYMdxnPX5Oneuz2E1WlQkrTim2no0otJ/c2l8zlVeDoxrx1hJ pJrVe9t959nUUUVibBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUA FFFFABRRRQAV8U/8Fl/+Rg/Y9/7OO8M/+kWqV9rV8U/8Fl/+Rg/Y9/7OO8M/+kWqUAfa1FFFABRR RQAUUUUAFFFFABXC/tCeAj47+HN2kf8Ax82am5jPclFLYH1wK7qvMv2gvi0fC+nDQ9M/0jWtVBt0 jTDGIOAuSMHn5gRxzXxPiLicro8OYr+2P4MouLS3blpFRXWTe3mexkNPEzx9L6p8ad/JW3b8u5a/ Zv8AH/8AwmPgSO1m4vtJAtpk7qF+Vf8A0E16HXzR4Ds9V/Z7+I2nTaoXNn4gUGcldo8wr0PHGGk9 q+lY5BKgZSGVhkEHIIr53wf4kxOY5IsBmcXDF4W1OpGXxWteEn/ihb5pnfxVl9OhjPb4Zp0qnvRa 2818mOooor9YPmAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii igAooooAKKKKACvCv+CmH/JifxI/7Bq/+jo691rwr/gph/yYn8SP+wav/o6OvZ4c/wCRthf+vkP/ AEpHz/Fv/Ijxv/Xqp/6Qz5//AOCBv/JDfHP/AGHY/wD0nWvvWvgr/ggb/wAkN8c/9h2P/wBJ1r71 r2/ET/ko8V/iX/pKPm/Cf/kksF/hf/pUgooor4s/RAooooAKKKKACiiigAooooAKKKKACiiigAoo ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiii gAr8gv8Ag7v+NEWl/st+A/h2NbsdJPi7xDH9vM80aYtPs138zbiCqeZGo3cDPGa/X2vxu/bF0Oz/ AG/v+DjD4e+Ab6ztdc8KfCzQRfaxZXUSywGQXFwnzLjDcXKcNWKpqtjcNh5JNOak09nGmnUaa8+U 2VZ4fDV8THRxg0v8U7Qj+MvkfU3xK/4K/wDwP/Zx8FeBfBPwd8X/AA4+LvifXdQGjaXofhzxdaXx hzHNNvlNu0zon7sjcVIy6juK+2dB8KaX4enurnT9L0/T7jUpBPdyW1ukTXMm0LukKgF2wqjJ5wB6 V8z/ABn/AOCR/wAMfiV+0B8MfH+h6N4a8EXnw31ZdU+z6R4fggGqARTx+U7RlMA+eDkhv9WOPT6p HArslU54OpUbdSUpNt9nay+dnLvd67I4oUlSkqNL+HGEEvVc1/uXKu2mnUWvzN8XeN/Ev7bv/Bd3 TfCOjeI9X0/wH8CtJGrapDp9y62+oags1vthlMbKDmG9J2uWHyg7TgEfev7T37QGjfstfAfxJ498 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 db3RdaHhrxgjW2oodsU7Et5hJGFJBbJ565xxXsccglQMpypGQR3r7XhPi/L+IMJ9ZwTalF2nCWk6 clvGcd01+J4+Z5VXwNX2dXZ6praS7pjqKKK+pPNCiiigAooooAKKKKACiiigAooooAKKKKACvCv+ CmH/ACYn8SP+wav/AKOjr3WvBP8AgpxqMNt+wz8Q43kVZJtOVUUnlj50f+Fexw60s2wrf/PyH/pS PnuLf+RHjf8Ar1U/9IZ4L/wQN/5Ib45/7Dsf/pOtfaPj/wCLOhfDXT3n1S+ihKgkRg7nY4z90ZP6 V+av/BJP4ieLdI+Fnirw94SsEuLzUtVSZ5mOPJXyVQ4O5cHJWvtfwB+yE2qalHrPjnUbnW9RyH8m WTzI15+6wYNngKOvauLxSzrGT4qxmCyyjzTjJJylpCPux/8AAn5I+M8LcVVfCuDpUI3ai9Xsvel9 5i6z8b/G3x91BtN8G6ZLpunMSr3kjYLr2ZSwQjgE4B7113wv/ZC0vw3dLqXiG4fxDqrfMz3ILICR yCrMwPJPPvXrGjaHZ+HbBLWxtoLS3jGFjiQIo/AVbr4rCcMQlUWKzObr1fP4Y/4Y7fN6n6JTwCcv aYh88vwXoiO1tIrKERwxxxRrwFRQoH4CpKKK+qSsrI9AK+dv2gP+LeftL+FvE/3EnV7ZiOAx8p1/ 9qV9E149+2T4FuPFvgK0urOAz3WlXCSxqCAfmkjU9fbNfMcX4edTLZVaSvOm4zXrF3/K5wZlByoO Ud42a+R7CDkUVk+BLu5vvB2nTXaNHcyQK0qsclW781rV9JSqc8FNdVc7ou6uFFFFWMKKKKACiiig AooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAC iiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKK KKACiiigAooooAK+Kf8Agsv/AMjB+x7/ANnHeGf/AEi1Svtavin/AILL/wDIwfse/wDZx3hn/wBI tUoA+1qKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAO V+KXwm034p6MYLtNs6D91Ov3ozg+x9fSvLvD3xF179nzW49G8Sq13o7uEgu1GdgJz1JUYG7njtXv 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 RlF2dtH78upPRRRXzR96FFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRR RQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFF ABRRRQAUUUUARXgzZy/7h/lXCfs7p5fh3Xsc/wDFQX5/8iV30iCSMqejDBrzbQfgdrnhbWtVfT/F 5g0zUbyW9WzOmq5hkkcs37wyZI5A6Dp70AdJ8TbCa+sbPyesc244HbaayPjR8SPD/hm0tIdQvEe4 S7RvssDq1wPlbnZuBx/iKg8R/BnXPE9ktvP4vlWLdlvLsAjH8RICK3PDHwd0HwvlktPtkzfelvGN w/4FySOlAHJfEP45aWvhiLyrbVTiaLJW3B2r6nngDvXa+DviJoniTTbVbPVbCeZoUzElwhkU7ehU Hg9ePatV9AsZE2tZWjKeCDCpB/SsLXPg3oGuyb2tDauOjWkjW/8A6ARQBd035fG16O/2dTj23NW5 Xl+j/s+6p4b8Y3mo6f4uuorO5gWFbSa1M5jIYnPmNJk8EDGO3vW3/wAK68Qf9DWf/Bev/wAXQB2t FcV/wrrxB/0NZ/8ABev/AMXUlt8P9ehly/igyD0+wKP/AGegDrbv/j1k/wBw/wAqyPC93FpnhiOS 5kSCMAEtI20DgdzWPffDvXrtGVfFJjDAj/jwU4z/AMDqjoX7P1rb2yrq2p3+rSKMZEskCH/gAcj1 oAyfGXjTT/G3xO8NW+jT/wBqG1u4555bQiaKJASDuZScfeHX1r1es/RvC2neH4wtnZW1vgY3JEAx +pxmtCgAooooAKKKKACiiigAr4p/4LL/APIwfse/9nHeGf8A0i1Svtavin/gsv8A8jB+x7/2cd4Z /wDSLVKAPtaiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoorP8Q+KtO8K WLXGo3lvaRKM5lkC5+mTzUznGEeabskJtJXZoVg+OPiXovw605rjVtQtrUBSyxvKqvJjsoJGTyPz FeO+Mf2sdT8a6i2k+ANKuL2aQ7Bfsp2Rk8cgoRjJ657VJ4E/ZKvPE2ojWPHmpz6ldSMJBZAkRxH6 q+P7vG3tXyVXiSpi5uhktP2r6zelOPz+16RPOljpVHyYVc3n0X+fyM7Xf2gvGHxtv5NO8CaZc2li WKHUpYCVwDnk7XUZAx/wKui+GX7Hen6Tdf2l4nnbW9Uc72DOypGxA6bSM9+o7167oXhyx8M2KW1h awWsUahQI0C5AGOcdavVphuGI1KixOaz9tUWyfwR9I7fN6jp4BOXtMQ+Z/gvREdtax2cQSJFjUdA owKkoor6tK2iPRCiiigAr52tl/4Vx+2tcN/q7XX4UijQ9CxECcZ9819E1kan4F0vWPENrqlxapJf Wf8AqZD1TkH+YFeJnWVzxioypO0qc4yT9NGvmmcuKoOryuO8Wma9FFFe2dQjuI1yxAA6k14H478R 3f7RnjuPw7pDMNCs3WS6uFGVfGAcMM84k6ZHSveLy0S/tnikzscYODg/nWJ8P/hppXw2097fTYdn mHc7sSWY/U5Nfn3HPDWY5/LD5bGooYNtuvZvnmlblpr+7LXmd9lY93JswoYFTxDjestIdl3l6roa Hhfw1a+EdDt7CzjEcEC4AGeT1J59ya0KKK+7w2HpYelGhQiowikkloklokl5Hi1Kkpyc5u7e4UUU VsQFFFFABXhX/BTEZ/YT+JHtpq/+jo691rwr/gph/wAmJ/Ej/sGr/wCjo69nhz/kbYX/AK+Q/wDS kfP8W/8AIjxv/Xqp/wCkM+Lv+CR/iT4Wab8GfF1p4/8AEnhnQr6XV0ktF1PVks5GTyANyqzruGc8 19Fah4w+GHhq7a58MfHDwHBJ1WObX7TYpHTq7d6+I/2Av+Caiftw+Bdd1l/GT+Gf7Fv1svJGlfbP OzGH3bvOjx1xjB+te+/8Q/EP/RWJf/CaH/yVXveKHhB4aZ/n1fH5zWlSxbablThOM0+VJe/COult 2z8m8NOPfETLeHsNhcnwMKuGSfLzVIWa5nf3ZS01v0R61H/wUGsPh7IqX3j/AMAeI0U7c22tWzcd P4AP8iuz8Kf8FPvhZqoVNQ8TaLZzHqVv4DGPxMgr5y/4h+If+isS/wDhND/5Ko/4h+If+isS/wDh ND/5Kr47KfC3h/Lav+z8UYmdL+SrS9p/5O4KX3s+0xXHfHeIj+84foqXeNaMfwVSx9kWf7cHwevI A/8Aws/wHFn+GTXrVWH4b6u6V+2D8KNd1S3srL4leBLu8u5Vhggh122eSZ2OFVVD5JJIAAr8/fi3 /wAEUdN+FGg/aZvio91dSHbDbDw8FaU4J/5+SQODzitj4P8A/BFXXNGutC8Vw+NDHfaddx30VpJp IXJik3AFjPxnaP4e9e5icy8PKOJq5XSzSpVxVKnzuEaFRu3S7VNxTk9k2n12OfDY3xIqKniK2UU4 UZSUeZ1qfzaXtLuy7I/S6ORZYwykMrDIIOQRTq8Msdf+KngO0jgvbGDVIrdAoMRjBZVH+ypq1Z/t TarYybNV8G6laqvBlBkYH/yEP8mvwheMWRUpezzKFfCy7VaNRfjFSj97P3L/AFUxso81BwqL+7OL /BtM9porzHS/2r/C118l093ZT/3Hgbp9SBXT6Z8ZPDWqkeXq9kuf+ekyp/M19Nl3H/DeP/3THUpP tzxv9zd0efXyPMKH8WjJfJnT0VnW/i3Srv8A1Wp6fL/uXCH+tXobiO4XMbo49VOa+oo4qhV/hTUv Rpnmypzh8SaH0UUVuQFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQ AUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAB RRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAV8U/wDBZf8A5GD9j3/s47wz/wCkWqV9rV8U/wDB Zf8A5GD9j3/s47wz/wCkWqUAfa1FFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUE4FA BUN/qMGl2zTXEscMaAks7YAFeVfFv9rfQvh/M1hp/wDxNdXY+WsMY4RyBt3ZK8ZI6GvP5vhv8Qf2 hbSbUPEl0dH0cI00VjC7L5owWXAJcdl/OvlcdxTSjUeGy+Dr1Vuo7L/FLZfmefVzCKk6dFc0vLb5 s634k/thWdnfNpfhO1k1zUiSm9UdEiYHnO5QD09e9Yfh/wDZt8V/F++XUfiDqt1FAxz/AGbDPlF9 xh2UdWHStX9jSXTRbavp6aZZWmoaTcvA0sceJJEXaoLnPJznOMV7rXmZZlss6pRx2Z1eeL2px92C t36yfroYUKDxUVVryuuy0X/BMXwb8PdG8AaetvpWnWlmqjBeOFEd+c/MQBmtqiivuaVGFKCp00kl 0R60YqKtFaBRRRWgwooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACvCv+CmH/ACYn8SP+ wav/AKOjr3WvCv8Agph/yYn8SP8AsGr/AOjo69nhz/kbYX/r5D/0pHz/ABb/AMiPG/8AXqp/6Qz5 /wD+CBv/ACQ3xz/2HY//AEnWvvWvgr/ggb/yQ3xz/wBh2P8A9J1r71r2/ET/AJKPFf4l/wCko+b8 J/8AkksF/hf/AKVIKzPF3iyz8FaDPqF9KIoIBkkgnOSBwACe9X7u6SxtZJpDtjiUux9AOa8C1m7u /wBp/wCI50+3dovDWluwkdDgykFsEZyOfl7V+HcecYTybDwwuAh7XGYh8tGHeXWUu0IbyfyP1/Jc qWLnKrXfLRhrN+XZeb2RY+GXhe++PXjZvFOuxsNKtziztpCGQkEEcEnjlu1e8IgjQKoAAGAB2qvp OlW+h6dFa2saw28I2oijAUVZro4H4QhkOCcas/a4iq+erUe85vf0itorojPOM1eNqpxXLTjpGPZf 59wqG7sIL+PbPDFMvpIgYfrU1FfZzhGa5ZK6PJTad0c/qfwr8N6uD5+haQzH+P7FFu/PbXM6l+yx 4Q1JcGzlhyMfuSqfyWvRqK+YzHgjh/H/AO+YKlP1hH/I9GhnGOofwq0l82eR3H7JGmWv/IO1TVrP kbf9Jbj8sVRm/Zp8UWzD7B481W2QH7pnmOR2HDivaqK+ZreDfCU/4eGdP/r3OpT/APSJI9GPFmaL 4qnN/iUZfmmeJt8IPiLZTFo/FlxcbD8oaR8P+Bkpg8L/ABY0754ryO5Y8bXlGB78y17fRXM/B/K4 /wC74vFU/wDDXn/7dzGn+tWJfx0qcvWC/Sx4gL3406Z8sWm6ddA8lnkh4/OWj/hIPjd/0A9K/wC/ kH/x2vb6KX/EKai0hnWOS7KtD9aTYf6yxe+Eov8A7cf/AMkeIp4g+Nu8Z0PSsZ5/eQf/AB2vYPDU l9LoFo2pIsV+YwZ0XGFfvjBI/Wr1FfT8McITyarOpPH4jE8ytatOM0vOPLCNn9552Y5osXFRVCnT t/Imr+t2wooor7I8kKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigA ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACi iigAooooAKKKKACiiigAr4p/4LL/APIwfse/9nHeGf8A0i1Svtavin/gsv8A8jB+x7/2cd4Z/wDS LVKAPtaiiigAooooAKKKKACiiigAooooAKKKKACiiigAozXJfEj42eHvhdYvJqWoW4mAO23SRWmY 8fwZz3FeNan8SviB+0ZeNZ+GrKfQtCkODdTxYEyZ3BgzJwcAcBu9fP5nxJhcJP2Eb1Kr2hHV/Pol 5s46+Op03yL3pdlueofFf9pfwz8KEaO5uftd8P8Al1tijyjkjkFh6GvK5LX4j/tQS7JlHhvw45yy SIyGZeh25Rsn5j37V33wo/ZN0PwHMt9qJfWtW73E5bjgcbdxU85PTvXq0USwIFRVRR0CjAFeZ/ZW ZZp72aT9nT/59wer/wAUuvotDD6vXxGuIfLH+VfqzgvhJ+zn4f8AhJEr2kJnv8fPdSE725J6Zx39 O1d8V3LjseKWivqcHgcPhKSoYaCjFdEd9KlCnHkgrI+dvhi4+Hn7X/iDTm+UeIi88YPcGSV//Za+ ia+d/wBqA/8ACA/HTwp4sxsABtS/Y/LL+H8dfQ4O4cV85wt+5qYrAP8A5d1G1/hn7y/G5xZf7rqU ez/B6i0UUV9aeiFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFeFf8ABTD/AJMT +JH/AGDV/wDR0de614V/wUw/5MT+JH/YNX/0dHXs8Of8jbC/9fIf+lI+f4t/5EeN/wCvVT/0hnz/ AP8ABA3/AJIb45/7Dsf/AKTrX3rXwV/wQN/5Ib45/wCw7H/6TrX3rXt+In/JR4r/ABL/ANJR834T /wDJJYL/AAv/ANKkeJ/HXxjqPj/xZD4J0RXHmENeSleAow3BGf7rdq9O+HHgK1+HPhW3021HEYBk fP8ArH2gFvxwK1Y9Itor9rpYIxcOADIF+Y/5zVmvxDIuDXhs4xOfZjV9tiKj5YO1lTpLaEVr6yfV n69jc2VTCU8FQjywjq/70urf6dgooor7s8UKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiii gAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKA CiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAK +Kf+Cy//ACMH7Hv/AGcd4Z/9ItUr7Wr4p/4LL/8AIwfse/8AZx3hn/0i1SgD7WooooAKKKKACiii gAooooAKKKKACiqeua/Z+G9Okur2dIIIhlmbnA+g5rw3xv8Atd3fiXVm0bwFp39q3jEqtxICIzgn OAxQ9Bn8a8jNM8weXpfWJe89orWT9EtTmxGLpUV7717dX8j2Txj8Q9H8A6e1zqt9Daxp1BOXP0Uc np6V4fr/AO0Z4q+MuotpXgTSpYbeT5Gv5ThWU4BI3KuCCfXtVvwd+yZqHjPUF1Xx/qt5qM+dyWnm 7li9ju3Aj73Q969w8PeGdP8ACenLaabZ29lbp0jhjCL+Q+prw+TN81/iP6tR7L+JL1e0flqclsTi Pi9yP/kz/wAjyL4bfsh21rerqvi69m8QaoSHCzElIjzkEFmBHQfhXsunaZb6RaLBawQ20KABY4kC KB06Dip6K+gy3J8JgIcmFhbu92/VvVnbQw1OirU0FFFFembhRRRQB5P+1/8ADy58e/DZTZQG4u7C USxIOpJZQf0zXf8Aw/ku5vBmntfoY7wxfvVLbipye9bNFeZSyyFPHVMdFu84pNdPdvZ+utjCNBRq uquqS+4KKKK9M3CiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACvCv8Agph/yYn8 SP8AsGr/AOjo691rwr/gph/yYn8SP+wav/o6OvZ4c/5G2F/6+Q/9KR8/xb/yI8b/ANeqn/pDPn// AIIG/wDJDfHP/Ydj/wDSda+9a+Cv+CBv/JDfHP8A2HY//Sda+9a9vxE/5KPFf4l/6Sj5vwn/AOSS wX+F/wDpUgooor4s/RAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKK ACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAK+Kf+Cy//Iwf se/9nHeGf/SLVK+1q+Kf+Cy//Iwfse/9nHeGf/SLVKAPtaiiigAooooAKKKKACimySLEhZiFVRkk ngV5Z8Uv2sfD/gOb7HYONc1R+Ehs2WUA88NtbIPB7elcOPzPC4Kn7XFTUV59fRdTKtXp0o81R2R6 jd3cdhbPNM4jijG5mPRRXifxW/bL0zQZpdO8NxHWdT2kK6qGhQ474YN1Pp2Nc3a/DX4hftI3KT+J riXQNE3Ai08rZMpHHQopIwW71694N+Afh7wH4YudP0+zVXuoHhlmZmZn3AjPJOPvHpXzE8dm2aRa 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 ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUA FFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRUV5d x6fZyzysEihQyOx6KoGSaAJaK+PLj/gpH4l+PfjrVtH+A/hOHxbZ+HLt7DU9Z1CJm09bhMF4kaGX fuCvC3Kjh6f+wt+3p8R/2k/2k/FXgvxN4R0W10TwxYPI+u6RHN9le6DW+2DdJITkpM7Y2D7nX1AP sCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKK ACiiigAooooAKKKKACvnv/goZ8ZL/wAGfDG28JeG5P8AisfG8httOjQK7eVC8ct2duCeLYTHhTjG eMZHv2o6hDpOnz3VxIsVvbRtLK7HARVGSSfQAV+b/i74h+Nf2i/20pda0fSoZdBu7u68N+HL17xS dOaz877ZdCMqNyXFswUHIHOQzYoAsaB4F0z4C/B7V7nw6jWtvrQ/4RHTriJ2YXVrH5dyl+ckglzu TIyPl619Af8ABJf4OWPww/ZM0vUbWCW3n8Us19cJLuLqyu0QB3Enogr5j/a6+KGg674wb4W+FbqX +0UtF8KaHDCpdDdwyPMZw3QkxZXr2+8elfpN4K8JWfgXwtZ6Tp8Sw2dkmyNFHCgkk/qTQBqUUUUA FFFFABRRXkv7VP7Ynhz9lTQrc31lq/ibxLqmV0fwxoiRy6vrbjP7u2jkdFZiRjBYckVMpqO41FvY 9aor42+Bv/Bbr4WfHD4E6n4yTRvF/h7UrDXG8NxeFNWhtY9cv79YEuDBDEk7Rl/JffgyDhWqj+z7 /wAF1vhX8ZL/AOIGn+JPD3jj4Sa38N/JXVNK8aW9paXbyTSmGKKNYp5RveX92AxGWOKrS7XZKXyd ndd9GnZXdmu6Frppu+X53tZ9tU0r7tWWp9r0V8cfs6f8Fn/Bnx6/a5HwY1D4e/E74d+Krq1e+0yT xTZWltbaxbqMrLbmK4kdlZSjKSo4kXpmvsenyvkjV6Svb5Np/c001uieZc8qfVWv80mvk07p7MKK KKRQUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFF FABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUU AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQA UUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRTJ51toHkc7UQFmJ 7AUAfP8A/wAFA/jDL4S8A2Hg/S5gmt+N5GtMB9rR2IaNLyUHgZSKbdjOT2B6V5V8Oraw+BPwR1zx nJDDHaaFFb+GNFLhU8/EiWZvgeqyTJMrM2Ax/iNcX4+8MP8AtoftBR+IpptYs3/tFtM8Li0lRAlr DIINW37g3DiOLG0jIzkHjHpv7XVl4U1CfRfhvq3ky+F/A+hPfatbTru89FtW+x5GNpInt4z06jtQ B8S+IfjJ8KP2Rf8Agpv4V/4Sm+vZ9P8AA3haHU9Z1HbLqPk6wbq7t5j5cMUju3lmP5kDcH7xxX7G eHvEFp4q0aDULGQzWlyu6NyjIWGSOjAEdO4r83/+CHn7FPgn4p/AXW/jB4x8JaXq+v8AxE8QT61p txfQLJLa6fNbWjRwqcZAEglOMn7x9a/Sm1tY7KBYokWONBhVUcCgCSiiigAooooAKwPiJfab4Z8O 3Wv39rZyto0TXCTTRqWhx3DEfLW/Xy1/wWj+Llx8F/8Agmf8V9XsZLqLU30We3sWtlkaTzyjMuNg 3D7p54+tcGaVp0sJUnT+Kzt6vRfidmX0Y1sTTpz+FtX9Ov4Hxr/wbLfAwfEL4c+Pvjn4miiuLvxT r1wumQypmO2t1jgG8DhS26OQbtu7BxuxxXFf8E6P2cNJ/bS/4L2/tB/FjWI477Q/hxqk2naWiSsb e8lMl0pLhGVG2iZGG4PggEY619of8Ek/hnb/ALKf/BIHwhBcxzWk0Gi3V5dhkLP5jSy4yFBJP3fW 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 KKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiv Hv2hf2vNM+Cl/Hpdpp97rusyqHMdpH5sNoMsMzspzGMqRkjqVHegD2GiviT4T/Er49/tYfGGRrXU tO8NfD2yIS4uLNEuVumymfJd4cONrN0ccqa77WP2BNa8V/Eb7bq3xC1a70RF+S2FtFGWbC5yUweo PfvQB9O15X+2J8YLn4PfBTULrTIxca5ebYLC3xkzMZEEmBkdIyx69q4uX/gnF4Udtw1PVVk7t58v P4eZWN4m/wCCVvgnxfeabcX+o6rcTaTI01oxmlHlOylGOBJg5Ukc5oAf+wT8GYtDQ6kUL2mgWx0T T5X/AOXtAyTCfpycsy546dO9fT1edeE/ghqvgfwxbaRpfjC+tbKzj8qFBYwNsHXqwJP4msnw18C/ iHpGrtPe/GXXNUtypC28mg6fGqkkc7ljB/8A10Abf7T7Ffgxqw/vKFPuDnNePf8ABL/RbfTPh74l kh3bpdbugwPQfP2/OvWfE3wP1nxlocunan411C6tJvvobCBN34qAf1rJ+G37LNx8INMns/Dni7UN Mtbmd7mWMWUMu+Rjlmy+48/lQB69RXC/8K18V/8ARQNS/wDBZa//ABNZ/iT4JeIvFmiXWnXvj/VJ LO9iaGaMadbJvQ8EblUEfUGgD0qivnu0/wCCfum6fLHJB4o1iOaJgyvtz0OehbFcbrPgj4jfCrxy 1lcfHnSdH0xizWlrfRafFPIuCQuHjzgZXnJPNAH1bqurQaLarNcOI43migBPd5JFjQfizKPxqzXx 9rHj3xxrHxt+Henan4k8IeIvD9vq1s90bTUY2ubly4Eb7I4x92QRvgHB2kHjivsGgAooooAKKKKA CiiigCO7tIr+2eGeKOaKQYdJFDKw9CDwapeF/COk+CNJSw0XS9P0ixjOVtrK2S3iU4A4RAB0A7dq 0aKAOd+L3h++8W/CfxPpWmOI9S1PSbu0tHOMLNJC6oeePvEda/LP/gm98NP28f8Agm94O8W+Dm+A vg/4o+Hb7XrzU9Hnl+JFjor2iT3VxO+VFvMzF2m3fM3y4xX63UVNNOFSVSL+KKi10snzL536/Lqx 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 UAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAU2aITxMjcq4Kn6GnUUAfBHjia2/Y8+O d7YXGoG0trG5/wCEn0cXBLI1kMQCxTaBgeYHkxwOD83avu/SdQXVdMguU5WeMOMe4r5x/wCClvwq mvvhZafEjQ7C1vPF/wAMrhda05Z2cLMY0lURkLnjMxPT8a6/9kb9ovUvjJoktn4ij0m3120RX/4l 8rPb3SEZLRl8MQuVU8DDZFAFT9rvxZ4sF3Y+G/DFzpVmuraTqk95LeLKTthhRgE2MOoZuoPavzK+ E37efiH9iL9rjxiuneGYvF82r6JpUU9lbRk3k8gmmDNGWljQDLFvm5wp71+lX7adnrXhg2njHT20 QadoukapBfnUZpI9omhRVKbVIzhW6kdq+fP+COfjrSvH3xT+Il3bxyx3TWdoreYq7JlEkxDxnJJQ 8kE4yMUAfb3wl8cXHxK+Gui69daVeaHcaraJcyafdlfOtGYZKPtLLkexIroqOlFABRRRQAUUUUAF FFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUU UUAFFFFABRRRQAUUUUAFFFFABRRRQAV8xSre/syftVeVbTPH4U8YujR2rH93E6iNXZQMAZeRievJ r6dryv8Aa8+FjfEf4R301pHG2raLG1/ZlyQC0alwvGepVe1AHgn/AAU+0HWL/T7W68PEzm8e2nvI pzm3eGCSKTIAwc7d/U9cV9P/ALP/AIhtvFfwR8KajaKsdteaXbzRoowEVo1IAH41866zcP8AtC/s pIt3P9m13w3ELO4aPGIFk2RSDnttRgcjOK4D/gj78HPD3hbxD43lsNZuLi+0TWrmwitoyjWz2ieW I5VP3jks3twKAPvmiiigAooooAK4b42/BO2+L+l2hW7utK1fS51urG+tXVJYpFDbQWKt8uWyQBnI HNdzRQB4z+yp+yvd/s66h4gurzxLqmvz6/LHLIbqcSBCm/p8i/3/AH6V7NRRQAUUUUAFFFFABRRR QAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFA BRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAQ 39hDqlnJb3ESTQSja6OMqw9CK+FfhXNefsufHufwoWuFh8LXSJbSyx4F5pU5S5u5tzZyI3k2ZycY +8vSvvCvlz/gpb8KtRfwXZ+PfDhS21XQCYNVmMYcf2SQ0l1lcjccRpxyeMAGgDsP22/C8fj/AOCW n6tF51xZ6be2mpTxxFiJrVZEklyAeRsU9fWvhoftEeGv2Ev2+9K8U3cksfgXx1YHUJE06MTtawyw 3ElujIDxhpYx1GOfTFfa37InjJfid8HtR8F6xeLfX9vYIJJ2GBPBdpI0YVTn7keAQCccZx0r4E/b x/ZU0TTP2cPFuo/ab9tR8A+K2F6J5maWTTpNSt7eBIiTlIwN+FXcAvGAKAP0y/Z1/a9+Hv7VWm3d x4I8TaVrMmnyGK7tYbuJ7m0YBCRJGrFkI3r97HWvS68N/YQ+Cfw08AfBrS/Efw78O6bo9v4rtUvp Z4Yk8+53qnMkgVWcnYvLegr3KgAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKbJGJYyr AMrDBB6EU6igD5M13S739nz9qC4sW8pfCHjNZm3PgZmdJCQAQeFeReh/AV4UPixr37Dv7aE97Z+F LzxFpPiyE+HYrfSkeaWWSB5pzc+WiMfmXHTjjrxX2j+2D8KZviR8J7mfTolOuaMDdWMnAKYZGcAk jqqY618j+M9Tn+IHgXwd46kum0nxD4WZYr3y88P5YRicEfNmUgtzmgD9AfDWrvr2hW15JbzWjzpu MMqlXj9iDyKvVS8O6/beKNEt9QtH8y2ul3xsO46VdoAKKKKACiiigAooooAKKKKACiiigAooooAK KKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoo ooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACqHi nw1Z+M/DWoaRqEK3FhqdvJa3MTAESRupVlIOQcgnqKv0UAfBfwm8Qz/s4fHDUNA1PdDe+DNQSNHk bP8AaVnqDsyZI6i2iCgA4wGwB2rp/wBsv9nvQ/in8ZtNkvb7VP7D+JWjz2qwW06x2k0ttbS3MMki MpBzIYyM9wDxW3/wU/8A2ftO8Z6X4X8d3FhDfHwlcvBdxvnH2a5eBZpeO8aRFhyB6g1kXunW/wC0 V+yBq/hKGe5FxoS2V9os9vt8xdJE8LwMucj5oISDxjB4oAyP+CD/AMS9S1L9lTXPh/4jlP8Awkvw l8Sz+ELqNpN5ItrSzYsDkjG6Yjg9q+4K/Fz4h/BHx38PP+ChHh+H4DeK38FWnxs8LQ60st7JshGq zXV0ZGJjjchvItohxu6V+t/7PnhjxZ4N+Eej6d441e213xPbRst9fW7M0c7F2IILKp+6VHKjpQB2 lFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAU UUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQA2aJbiJkdQyOCrKRkMD1FfEX7RHwZ1 r4U/FjVYk0wXXw/8U7rppV2lbK5Z3cpsznaAsQGEPXr6fb9FAHz5/wAE5finq/jn4Gx6TrunNY6p 4ZkNhM4+5cEBX3KMkgfPjk9q+g6KKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKK KACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAzvF3hm28aeF dS0i9QPaapay2kynukiFT+hNfnt4N+Jt9+zF+0u3gi/0XWbmLQbu5hmlhtGaCTQ5RLb6ajPxjZgn PU92av0ar5Q/4KRfDe58KjRvivo1n9qm8NMbXWLRF+bUre4KWsW488QtO0v3W+7/AA/eAB82/tO/ Ba5/Z9+NLeLPCltpdvaeBZD4rtQL6Saee1lZ7RdiPuG3Ldjjg1+nWm6hDqthFcQSJNFKuVdGDK30 Ir4P1m10/wCIfwvs0udQ+12uguNLuLzbuOqaKihops5+607nnLcr9417l/wTI+J998Q/2VdFt9YV 013Q99pqKu+5hIXd1zwP4GWgD6FooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAo oooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACii igAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKK ACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigArP8U+GrTxj4dvNLv4Iri0vomikjkQOpB7 4IIyDyPcCtCigD82ZfhF4l/Yj+Imvad410jXfFfwtv7X+zNCvNPvlVtPs1l3xW0sIMkjldjNuEar +8HAINVv+Cc3x+8V/Db9qPUPB9pp+oeKfBvjWVb86rJby2h0yUGCAIyzAMw27m4Ar9L6KACiiigA ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACi iigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKK KACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooo AKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigA ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACi iigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKK KACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigD/9k= " + id="image1" /> + </g> +</svg>