Bifrost standard FCurve.
More...
#include <Bifrost/Math/MathExport.h>
#include <Amino/Core/Array.h>
#include <Amino/Core/Ptr.h>
#include <Amino/Core/internal/ConfigMacros.h>
#include <Amino/Cpp/Annotate.h>
#include <Amino/Cpp/ClassDeclare.h>
Go to the source code of this file.
Bifrost standard FCurve.
Definition in file FCurve.h.
◆ BIFROST_IGNORE_NAMESPACE
| #define BIFROST_IGNORE_NAMESPACE AMINO_ANNOTATE("Amino::Namespace ignore") |
Use a define, otherwise clang-format gets confused.
- Warning
- : Ignoring namespace is an internal feature, should not be used by external code.
Definition at line 34 of file FCurve.h.
◆ AMINO_DECLARE_DEFAULT_CLASS()
Macro for generating the getDefault entry point declaration related to a given opaque type, defined in ClassDeclare.h.