IMP logo
IMP Reference Guide  develop.27926d84dc,2024/04/19
The Integrative Modeling Platform
Typed.h File Reference

A particle with a user-defined type. More...

#include <IMP/core/core_config.h>
#include <IMP/decorator_macros.h>
#include <IMP/Decorator.h>
#include <IMP/algebra/Vector3D.h>
#include <IMP/algebra/Transformation3D.h>
#include <vector>
#include <limits>
+ Include dependency graph for Typed.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::core::Typed
 A decorator for classifying particles in your system. More...
 

Namespaces

 IMP
 Base functionality and abstract base classes for representation, scoring and sampling.
 
 IMP::core
 Basic functionality that is expected to be used by a wide variety of IMP users.
 

Macros

#define IMP_PARTICLE_TYPE_INDEX   34897493
 

Typedefs

typedef Key< 34897493 > IMP::core::ParticleType
 An IMP::Key object for identifying types of particles by strings. More...
 
typedef IMP::Vector< ParticleType > IMP::core::ParticleTypes
 
typedef IMP::Vector< Typed > IMP::core::Typeds
 

Detailed Description

A particle with a user-defined type.

Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file Typed.h.