IMP  2.3.1
The Integrative Modeling Platform
link_macros.h File Reference

macros for display classes More...

#include "links.h"
#include "associations.h"
#include "internal/link_helpers.h"
#include <IMP/base/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)
 

Detailed Description

macros for display classes

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file link_macros.h.

Macro Definition Documentation

#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

See Also
IMP_DECLARE_LINKERS()

Definition at line 60 of file link_macros.h.