![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "system/macros.h"#include "system/mem_alloc.h"#include "common/logging.h"#include "system/openmp.h"#include <stdlib.h>
Include dependency graph for points.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | dt_points_state_t |
| struct | dt_points_t |
Typedefs | |
| typedef struct dt_points_state_t | dt_points_state_t |
| typedef struct dt_points_t | dt_points_t |
Functions | |
| struct dt_points_t * | dt_points_get_global (void) |
| static void | dt_points_init (dt_points_t *p, const unsigned int num_threads) |
| static void | dt_points_cleanup (dt_points_t *p) |
| static float | dt_points_get_for (dt_points_t *p, const unsigned int thread_num) |
| static float | dt_points_get () |
| typedef struct dt_points_state_t dt_points_state_t |
| typedef struct dt_points_t dt_points_t |
|
inlinestatic |
|
inlinestatic |
Definition at line 120 of file points.h.
References dt_get_thread_num(), dt_points_get_for(), and dt_points_get_global().
Referenced by kmeans().
|
inlinestatic |
Definition at line 93 of file points.h.
References f, IS_NULL_PTR, p, and v.
Referenced by dt_points_get().
| struct dt_points_t * dt_points_get_global | ( | void | ) |
Definition at line 631 of file darktable.c.
References darktable, and darktable_t::points.
Referenced by dt_points_get().
|
inlinestatic |
Definition at line 66 of file points.h.
References DT_DEBUG_ALWAYS, dt_print(), IS_NULL_PTR, k, p, and dt_points_t::s.
Referenced by dt_init().