PLearn 0.1
|
#include <plearn/base/Object.h>
#include <plearn/math/pl_math.h>
#include <plearn_learners/nearest_neighbors/BallTreeNearestNeighbors.h>
#include "SurfaceMesh.h"
#include "MeshMatch.h"
#include "geometry.h"
Go to the source code of this file.
Classes | |
class | PLearn::ICP |
class | PLearn::DiffTemplate< ObjectType, ICP > |
class | PLearn::TypeTraits< ICP > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const ICP &o) |
PStream & | PLearn::operator>> (PStream &in, ICP &o) |
PStream & | PLearn::operator>> (PStream &in, ICP *&o) |
PStream & | PLearn::operator<< (PStream &out, const ICP &o) |
PStream & | PLearn::operator>> (PStream &in, PP< ICP > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, ICP > *opt, PLearnDiff *diffs) |
Definition in file ICP.h.