IMP Reference Guide
2.14.0
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>
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-2020 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.