PLearn 0.1
Classes | Namespaces | Functions
RealMapping.h File Reference
#include "Object.h"
#include <plearn/math/TMat.h>
#include <map>
Include dependency graph for RealMapping.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::RealRange
 represents a real range: i.e. one of ]low,high[ ; [low,high[; [low,high]; ]low,high] More...
class  PLearn::RealMapping
 Mapping between ranges and values. More...
class  PLearn::DiffTemplate< ObjectType, RealMapping >
class  PLearn::TypeTraits< RealMapping >

Namespaces

namespace  PLearn
 

< for swap


Functions

void PLearn::write (ostream &out, const RealRange &range)
ostream & PLearn::operator<< (ostream &out, const RealRange &range)
void PLearn::read (PStream &in, RealRange &range)
PStream & PLearn::operator<< (PStream &out, const RealRange &x)
PStream & PLearn::operator>> (PStream &in, RealRange &x)
Object * PLearn::toObjectPtr (const RealMapping &o)
PStream & PLearn::operator>> (PStream &in, RealMapping &o)
PStream & PLearn::operator>> (PStream &in, RealMapping *&o)
PStream & PLearn::operator<< (PStream &out, const RealMapping &o)
PStream & PLearn::operator>> (PStream &in, PP< RealMapping > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, RealMapping > *opt, PLearnDiff *diffs)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines