|
IMP Reference Guide
develop.169ea894ba,2025/11/02
The Integrative Modeling Platform
|
Functions to generate vectors. More...
#include "VectorD.h"#include "BoundingBoxD.h"#include <IMP/types.h>#include <IMP/Object.h>#include <iostream>#include <IMP/Pointer.h>#include <IMP/WeakPointer.h>#include <algorithm>#include <numeric>#include <cereal/access.hpp>#include <cereal/types/polymorphic.hpp>#include <cereal/types/base_class.hpp>
Include dependency graph for vector_metrics.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | IMP::algebra::EuclideanVectorKDMetric |
| The l2 norm on the distance vector. More... | |
| class | IMP::algebra::MaxVectorKDMetric |
| class | IMP::algebra::VectorKDMetric |
| The base class for a metric on VectorKDs. More... | |
Namespaces | |
| IMP | |
| Base functionality and abstract base classes for representation, scoring and sampling. | |
| IMP::algebra | |
| General purpose algebraic and geometric methods that are expected to be used by a wide variety of IMP modules. | |
Typedefs | |
| typedef IMP::Vector < IMP::Pointer< VectorKDMetric > > | IMP::algebra::VectorKDMetrics |
| typedef IMP::Vector < IMP::WeakPointer < VectorKDMetric > > | IMP::algebra::VectorKDMetricsTemp |
Functions to generate vectors.
Copyright 2007-2023 IMP Inventors. All rights reserved.
Definition in file vector_metrics.h.