Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

PLearn::AutoVMatrix Class Reference

This class is a simple wrapper to an underlying VMatrix of another type All it does is forward the method calls. More...

#include <AutoVMatrix.h>

Inheritance diagram for PLearn::AutoVMatrix:

Inheritance graph
[legend]
Collaboration diagram for PLearn::AutoVMatrix:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 PLEARN_DECLARE_OBJECT (AutoVMatrix)
 AutoVMatrix (const string &the_specification="")
virtual void build ()
 Should call simply inherited::build(), then this class's build_().

virtual void makeDeepCopyFromShallowCopy (map< const void *, void * > &copies)
 Transforms a shallow copy into a deep copy.


Public Attributes

string specification

Static Protected Member Functions

void declareOptions (OptionList &ol)
 Declares this class' options.


Private Types

typedef ForwardVMatrix inherited

Private Member Functions

void build_ ()
 This does the actual building.


Detailed Description

This class is a simple wrapper to an underlying VMatrix of another type All it does is forward the method calls.

Definition at line 55 of file AutoVMatrix.h.


Member Typedef Documentation

typedef ForwardVMatrix PLearn::AutoVMatrix::inherited [private]
 

Reimplemented from PLearn::ForwardVMatrix.

Definition at line 60 of file AutoVMatrix.h.


Constructor & Destructor Documentation

PLearn::AutoVMatrix::AutoVMatrix const string the_specification = ""  ) 
 

Definition at line 56 of file AutoVMatrix.cc.

References build_().


Member Function Documentation

void PLearn::AutoVMatrix::build  )  [virtual]
 

Should call simply inherited::build(), then this class's build_().

This method should be callable again at later times, after modifying some option fields to change the "architecture" of the object.

Reimplemented from PLearn::ForwardVMatrix.

Definition at line 136 of file AutoVMatrix.cc.

References build_().

void PLearn::AutoVMatrix::build_  )  [private]
 

This does the actual building.

Reimplemented from PLearn::ForwardVMatrix.

Definition at line 128 of file AutoVMatrix.cc.

References PLearn::getDataSet(), and specification.

Referenced by AutoVMatrix(), and build().

void PLearn::AutoVMatrix::declareOptions OptionList ol  )  [static, protected]
 

Declares this class' options.

Reimplemented from PLearn::ForwardVMatrix.

Definition at line 60 of file AutoVMatrix.cc.

References PLearn::declareOption(), PLearn::OptionList, and PLearn::redeclareOption().

void PLearn::AutoVMatrix::makeDeepCopyFromShallowCopy map< const void *, void * > &  copies  )  [virtual]
 

Transforms a shallow copy into a deep copy.

Reimplemented from PLearn::ForwardVMatrix.

Definition at line 145 of file AutoVMatrix.cc.

PLearn::AutoVMatrix::PLEARN_DECLARE_OBJECT AutoVMatrix   ) 
 


Member Data Documentation

string PLearn::AutoVMatrix::specification
 

Definition at line 70 of file AutoVMatrix.h.

Referenced by build_().


The documentation for this class was generated from the following files:
Generated on Tue Aug 17 16:25:59 2004 for PLearn by doxygen 1.3.7