|
Blender V5.0
|
#include <array>#include <cmath>#include <complex>#include <cstdint>#include <limits>#include "MEM_guardedalloc.h"#include "BLI_array.hh"#include "BLI_assert.h"#include "BLI_fftw.hh"#include "BLI_index_range.hh"#include "BLI_math_angle_types.hh"#include "BLI_math_base.hh"#include "BLI_math_color.h"#include "BLI_math_vector.hh"#include "BLI_math_vector_types.hh"#include "BLI_noise.hh"#include "BLI_task.hh"#include "DNA_node_types.h"#include "DNA_scene_types.h"#include "GPU_shader.hh"#include "GPU_state.hh"#include "GPU_texture.hh"#include "COM_algorithm_convolve.hh"#include "COM_algorithm_symmetric_separable_blur.hh"#include "COM_node_operation.hh"#include "COM_utilities.hh"#include "COM_utilities_diagonals.hh"#include "node_composite_util.hh"Go to the source code of this file.
Classes | |
| class | blender::nodes::node_composite_glare_cc::SocketSearchOp |
| class | blender::nodes::node_composite_glare_cc::GlareOperation |
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_composite_glare_cc |
Macros | |
| #define | MAX_GLARE_ITERATIONS 5 |
Enumerations | |
| enum class | blender::nodes::node_composite_glare_cc::KernelDataType : uint8_t { blender::nodes::node_composite_glare_cc::Float = 0 , blender::nodes::node_composite_glare_cc::Color = 1 } |
Functions | |
| static void | blender::nodes::node_composite_glare_cc::cmp_node_glare_declare (NodeDeclarationBuilder &b) |
| static void | blender::nodes::node_composite_glare_cc::node_composit_init_glare (bNodeTree *, bNode *node) |
| static void | blender::nodes::node_composite_glare_cc::gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| static NodeOperation * | blender::nodes::node_composite_glare_cc::get_compositor_operation (Context &context, DNode node) |
| static void | register_node_type_cmp_glare () |
Variables | |
| static const EnumPropertyItem | blender::nodes::node_composite_glare_cc::type_items [] |
| static const EnumPropertyItem | blender::nodes::node_composite_glare_cc::quality_items [] |
| static const EnumPropertyItem | blender::nodes::node_composite_glare_cc::kernel_data_type_items [] |
| #define MAX_GLARE_ITERATIONS 5 |
Definition at line 48 of file node_composite_glare.cc.
Referenced by blender::nodes::node_composite_glare_cc::GlareOperation::compute_streak_attenuation_factor().
|
static |
Definition at line 2718 of file node_composite_glare.cc.
References CMP_NODE_GLARE, cmp_node_type_base(), blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::gather_link_search_ops, blender::bke::bNodeType::get_compositor_operation, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, NODE_CLASS_OP_FILTER, node_copy_standard_storage(), node_free_standard_storage(), blender::bke::node_register_type(), blender::bke::node_type_storage(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.