Changeset View
Changeset View
Standalone View
Standalone View
source/blender/depsgraph/DEG_depsgraph_build.h
| Show All 17 Lines | |||||
| */ | */ | ||||
| /** \file | /** \file | ||||
| * \ingroup depsgraph | * \ingroup depsgraph | ||||
| * | * | ||||
| * Public API for Depsgraph | * Public API for Depsgraph | ||||
| */ | */ | ||||
| #ifndef __DEG_DEPSGRAPH_BUILD_H__ | #pragma once | ||||
| #define __DEG_DEPSGRAPH_BUILD_H__ | |||||
| /* ************************************************* */ | /* ************************************************* */ | ||||
| /* Dependency Graph */ | /* Dependency Graph */ | ||||
| struct Depsgraph; | struct Depsgraph; | ||||
| /* ------------------------------------------------ */ | /* ------------------------------------------------ */ | ||||
| ▲ Show 20 Lines • Show All 160 Lines • ▼ Show 20 Lines | |||||
| struct ID *DEG_get_id_from_handle(struct DepsNodeHandle *node_handle); | struct ID *DEG_get_id_from_handle(struct DepsNodeHandle *node_handle); | ||||
| struct Depsgraph *DEG_get_graph_from_handle(struct DepsNodeHandle *node_handle); | struct Depsgraph *DEG_get_graph_from_handle(struct DepsNodeHandle *node_handle); | ||||
| /* ************************************************ */ | /* ************************************************ */ | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } /* extern "C" */ | } /* extern "C" */ | ||||
| #endif | #endif | ||||
| #endif /* __DEG_DEPSGRAPH_BUILD_H__ */ | |||||