IMP logo
IMP Reference Guide  develop.e004443c3b,2024/04/25
The Integrative Modeling Platform
GenericAttributeSingletonScore.h File Reference

A score based on the unmodified value of an attribute. More...

#include <IMP/core/core_config.h>
#include <IMP/generic.h>
#include <IMP/SingletonScore.h>
#include <IMP/Pointer.h>
#include <IMP/UnaryFunction.h>
#include <IMP/singleton_macros.h>
+ Include dependency graph for GenericAttributeSingletonScore.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::core::GenericAttributeSingletonScore< UF >
 Apply a function to an attribute. 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
GenericAttributeSingletonScore
< UnaryFunction > 
IMP::core::AttributeSingletonScore
 

Functions

template<class UF >
GenericAttributeSingletonScore
< UF > * 
IMP::core::create_generic_attribute_singleton_score (UF *uf, FloatKey k)
 

Detailed Description

A score based on the unmodified value of an attribute.

Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file GenericAttributeSingletonScore.h.