|
IMP Reference Guide
develop.169ea894ba,2025/11/02
The Integrative Modeling Platform
|
macros for display classes More...
#include "links.h"#include "associations.h"#include "internal/link_helpers.h"#include <IMP/Pointer.h>#include <RMF/FileHandle.h>
Include dependency graph for link_macros.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | IMP_DECLARE_LINKERS(Name, name, names, Type, Types, cargs,link_custom_documentation) |
| #define | IMP_DEFINE_LINKERS(Name, name, names, Type, Types, create_args, create_args_pass) |
macros for display classes
Copyright 2007-2022 IMP Inventors. All rights reserved.
Definition in file link_macros.h.
| #define IMP_DECLARE_LINKERS | ( | Name, | |
| name, | |||
| names, | |||
| Type, | |||
| Types, | |||
| cargs, | |||
| link_custom_documentation | |||
| ) |
declares functions for adding, creating and linking RMF file objects with base classes of type InType
Definition at line 22 of file link_macros.h.
| #define IMP_DEFINE_LINKERS | ( | Name, | |
| name, | |||
| names, | |||
| Type, | |||
| Types, | |||
| create_args, | |||
| create_args_pass | |||
| ) |
Define functions for adding, creating and linking RMF file objects with base classes of type InType
Definition at line 60 of file link_macros.h.