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

Decorators for directions and the angle between them. More...

#include <IMP/core/core_config.h>
#include <IMP/decorator_macros.h>
#include <IMP/Decorator.h>
#include <IMP/Constraint.h>
#include <IMP/algebra/VectorD.h>
+ Include dependency graph for direction.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::core::Direction
 A decorator for a particle that represents a direction in 3D. More...
 
class  IMP::core::DirectionAngle
 A decorator for an angle between two directions. 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.
 

Typedefs

typedef IMP::Vector
< DirectionAngle > 
IMP::core::DirectionAngles
 
typedef IMP::Vector< Direction > IMP::core::Directions
 

Functions

double IMP::core::get_angle (Direction a, Direction b)
 Get angle between directions. More...
 

Detailed Description

Decorators for directions and the angle between them.

Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file direction.h.