User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Core - Data Processing - Processes - DPMethod2Proc21BodyC<class In1T,class In2T,class Out1T,class ObjT>
 

  PUBLIC
DPMethod2Proc21BodyC::DPMethod2Proc21BodyC(const ObjT &,FuncT,bool)
DPMethod2Proc21BodyC::DPMethod2Proc21BodyC(istream &)
DPMethod2Proc21BodyC::DPMethod2Proc21BodyC(BinIStreamC &)
DPMethod2Proc21BodyC::Save(ostream &) const
DPMethod2Proc21BodyC::Save(BinOStreamC &) const
DPMethod2Proc21BodyC::Apply(const In1T &,const In2T &)
DPMethod2Proc21BodyC::IsStateless(void) const
DPProcess21BodyC::Save(ostream &) const
DPProcess21BodyC::Save(BinOStreamC &) const
DPProcess21BodyC::NoInputs(void) const
DPProcess21BodyC::InputType(int) const
DPProcess21BodyC::OutputType(int) const
DPProcess21BodyC::Apply(const In1T &,const In2T &)
DPProcessBaseBodyC::Save(ostream &) const
DPProcessBaseBodyC::Save(BinOStreamC &) const
DPProcessBaseBodyC::NoInputs(void) const
DPProcessBaseBodyC::NoOutputs(void) const
DPProcessBaseBodyC::InputType(int) const
DPProcessBaseBodyC::OutputType(int) const
DPProcessBaseBodyC::OpType(void) const
DPProcessBaseBodyC::IsStateless(void) const
DPEntityBodyC::Save(ostream &) const
DPEntityBodyC::Save(BinOStreamC &) const
DPEntityBodyC::Copy(void) const
RCBodyVC::Save(ostream &) const
RCBodyVC::Save(BinOStreamC &) const
RCBodyVC::Copy(void) const
RCBodyVC::DeepCopy(UIntT) const
RCBodyC::References(void) const
RCBodyC::Copy(void) const
RCBodyC::DeepCopy(UIntT) const
RCBodyC::IncRefCounter(void)
RCBodyC::DecRefCounter(void)

   DPMethod2Proc21BodyC<class In1T,class In2T,class Out1T,class ObjT>   
 
Access a 2 argument method to a process.
 
include "Ravl/DP/Method2Proc21.hh"
Created:23/7/2002 
User Level:Develop
Library:RavlIO
In Scope:RavlN

Parent Classes: Typedefs:
typedef Out1T (*FuncT)(const In1T &,const In2T &) ;

Variables:
Methods:
DPMethod2Proc21BodyC(const ObjT & nobj,FuncT nfunc,bool nstateless = true)
Constructor.

DPMethod2Proc21BodyC(istream & in)
Binary stream constructor.

DPMethod2Proc21BodyC(BinIStreamC & in)
Binary stream constructor.

bool Save(ostream & out) const
Save to ostream.

bool Save(BinOStreamC & out) const
Save to ostream.

Out1T Apply(const In1T & dat1,const In2T & dat2)
Apply operation.

bool IsStateless() const
Is operation stateless ?

#include "Ravl/DP/Process21.hh"
bool Save(ostream & out) const
Save to ostream.

bool Save(BinOStreamC & out) const
Save to binary stream.

UIntT NoInputs() const
Get number of inputs..

const type_info & InputType(int n = 0) const
Get input types.

const type_info & OutputType(int n = 0) const
Get output types.

Out1T Apply(const In1T & d1,const In2T & d2)
Do operation.

#include "Ravl/DP/Process.hh"
bool Save(ostream & out) const
Save to ostream.

bool Save(BinOStreamC & out) const
Save to binary stream.

UIntT NoInputs() const
Get number of inputs..
Defaults to 1.

UIntT NoOutputs() const
Get number of outputs.
Defaults to 1.

const type_info & InputType(int n = 0) const
Get input types.

const type_info & OutputType(int n = 0) const
Get output types.

ProcTypeT OpType() const
Operation type lossy/lossless.

bool IsStateless() const
Is operation stateless ?

#include "Ravl/DP/Entity.hh"
bool Save(ostream & out) const
Save to ostream.

bool Save(BinOStreamC & out) const
Save to binary stream.

RCBodyVC & Copy() const
Creat a copy of this object.

#include "Ravl/RCHandleV.hh"
bool Save(ostream & out) const
Save to stream 'out'.

bool Save(BinOStreamC & out) const
Save to binary stream 'out'.

RCBodyVC & Copy() const
Make copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

RCBodyC & DeepCopy(UIntT levels = ((UIntT))) const
Make a deep copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

#include "Ravl/RefCounter.hh"
UIntT References() const
Access count of handles open to this object.

RCBodyC & Copy() const
Make copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

RCBodyC & DeepCopy(UIntT levels = ((UIntT))) const
Make a deep copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

void IncRefCounter()
Increment reference counter.

bool DecRefCounter()
Decrement reference counter.


Maintainer:Charles Galambos, Created: 23/7/2002, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002