IMP Reference Guide
2.14.0
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>
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-2020 IMP Inventors. All rights reserved.
Definition in file vector_metrics.h.