#include "BPF.hxx"
#include "DataTypes.hxx"
#include <iosfwd>
#include "CLAM_Math.hxx"
#include <string>
#include <iostream>
#include <sstream>
#include "Err.hxx"
#include "Array.hxx"
#include "OSDefines.hxx"
#include <exception>
#include "Assert.hxx"
#include "Component.hxx"
#include "Enum.hxx"
#include "TypeInfo.hxx"
#include "PointTmplDec.hxx"
Go to the source code of this file.
Namespaces | |
namespace | CLAM |
Functions | |
template<class TX , class TY > | |
void | CLAM::ConvertToBPF (BPFTmpl< TX, TY > &newBPF, const Array< TY > &originalArray) |
template<class TX , class TY > | |
void | CLAM::ConvertToBPF (BPFTmpl< TX, TY > &newBPF, TX X0, TX deltaX, const Array< TY > &originalArray) |
template<class TX , class TY > | |
void | CLAM::ConvertToBPF (BPFTmpl< TX, TY > &newBPF, const Array< TX > &originalXArray, const Array< TY > &originalYArray) |
template<class TX , class TY > | |
void | CLAM::ConvertToArray (const BPFTmpl< TX, TY > &originalBPF, Array< TX > &newXArray, Array< TY > &newYArray) |
template<class TX , class TY > | |
void | CLAM::ConvertToArray (const BPFTmpl< TX, TY > &originalBPF, Array< TY > &newArray) |