PLearn 0.1
Public Member Functions | Static Public Member Functions | Static Public Attributes | Static Protected Member Functions | Private Types | Private Member Functions
PLearn::AutoVMatrixSaveSource Class Reference

The first sentence should be a BRIEF DESCRIPTION of what the class does. More...

#include <AutoVMatrixSaveSource.h>

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

List of all members.

Public Member Functions

 AutoVMatrixSaveSource ()
 Default constructor.
virtual string classname () const
virtual OptionListgetOptionList () const
virtual OptionMapgetOptionMap () const
virtual RemoteMethodMapgetRemoteMethodMap () const
virtual AutoVMatrixSaveSourcedeepCopy (CopiesMap &copies) const
virtual void build ()
 Simply calls inherited::build() then build_().
virtual void makeDeepCopyFromShallowCopy (CopiesMap &copies)
 Transforms a shallow copy into a deep copy.

Static Public Member Functions

static string _classname_ ()
static OptionList_getOptionList_ ()
static RemoteMethodMap_getRemoteMethodMap_ ()
static Object_new_instance_for_typemap_ ()
static bool _isa_ (const Object *o)
static void _static_initialize_ ()
static const PPathdeclaringFile ()

Static Public Attributes

static StaticInitializer _static_initializer_

Static Protected Member Functions

static void declareOptions (OptionList &ol)
 Declares the class options.

Private Types

typedef AutoVMatrix inherited

Private Member Functions

void build_ ()
 This does the actual building.

Detailed Description

The first sentence should be a BRIEF DESCRIPTION of what the class does.

Place the rest of the class programmer documentation here. Doxygen supports Javadoc-style comments. See http://www.doxygen.org/manual.html

Todo:
Write class to-do's here if there are any.
Deprecated:
Write deprecated stuff here if there is any. Indicate what else should be used instead.

Definition at line 57 of file AutoVMatrixSaveSource.h.


Member Typedef Documentation

Reimplemented from PLearn::AutoVMatrix.

Definition at line 59 of file AutoVMatrixSaveSource.h.


Constructor & Destructor Documentation

PLearn::AutoVMatrixSaveSource::AutoVMatrixSaveSource ( )

Default constructor.

Definition at line 51 of file AutoVMatrixSaveSource.cc.

{}

Member Function Documentation

string PLearn::AutoVMatrixSaveSource::_classname_ ( ) [static]

Reimplemented from PLearn::AutoVMatrix.

Definition at line 49 of file AutoVMatrixSaveSource.cc.

OptionList & PLearn::AutoVMatrixSaveSource::_getOptionList_ ( ) [static]

Reimplemented from PLearn::AutoVMatrix.

Definition at line 49 of file AutoVMatrixSaveSource.cc.

RemoteMethodMap & PLearn::AutoVMatrixSaveSource::_getRemoteMethodMap_ ( ) [static]

Reimplemented from PLearn::AutoVMatrix.

Definition at line 49 of file AutoVMatrixSaveSource.cc.

bool PLearn::AutoVMatrixSaveSource::_isa_ ( const Object o) [static]

Reimplemented from PLearn::AutoVMatrix.

Definition at line 49 of file AutoVMatrixSaveSource.cc.

Object * PLearn::AutoVMatrixSaveSource::_new_instance_for_typemap_ ( ) [static]

Reimplemented from PLearn::AutoVMatrix.

Definition at line 49 of file AutoVMatrixSaveSource.cc.

StaticInitializer AutoVMatrixSaveSource::_static_initializer_ & PLearn::AutoVMatrixSaveSource::_static_initialize_ ( ) [static]

Reimplemented from PLearn::AutoVMatrix.

Definition at line 49 of file AutoVMatrixSaveSource.cc.

void PLearn::AutoVMatrixSaveSource::build ( ) [virtual]

Simply calls inherited::build() then build_().

Reimplemented from PLearn::AutoVMatrix.

Definition at line 54 of file AutoVMatrixSaveSource.cc.

{
    build_();
}
void PLearn::AutoVMatrixSaveSource::build_ ( ) [private]

This does the actual building.

Reimplemented from PLearn::AutoVMatrix.

Definition at line 70 of file AutoVMatrixSaveSource.cc.

{
    if(!vm)
        inherited::build();
}
string PLearn::AutoVMatrixSaveSource::classname ( ) const [virtual]

Reimplemented from PLearn::AutoVMatrix.

Definition at line 49 of file AutoVMatrixSaveSource.cc.

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

Declares the class options.

Reimplemented from PLearn::AutoVMatrix.

Definition at line 64 of file AutoVMatrixSaveSource.cc.

References PLearn::OptionBase::buildoption, PLearn::redeclareOption(), and PLearn::ForwardVMatrix::vm.

Here is the call graph for this function:

static const PPath& PLearn::AutoVMatrixSaveSource::declaringFile ( ) [inline, static]

Reimplemented from PLearn::AutoVMatrix.

Definition at line 68 of file AutoVMatrixSaveSource.h.

:
    //#####  Protected Member Functions  ######################################
AutoVMatrixSaveSource * PLearn::AutoVMatrixSaveSource::deepCopy ( CopiesMap copies) const [virtual]

Reimplemented from PLearn::AutoVMatrix.

Definition at line 49 of file AutoVMatrixSaveSource.cc.

OptionList & PLearn::AutoVMatrixSaveSource::getOptionList ( ) const [virtual]

Reimplemented from PLearn::AutoVMatrix.

Definition at line 49 of file AutoVMatrixSaveSource.cc.

OptionMap & PLearn::AutoVMatrixSaveSource::getOptionMap ( ) const [virtual]

Reimplemented from PLearn::AutoVMatrix.

Definition at line 49 of file AutoVMatrixSaveSource.cc.

RemoteMethodMap & PLearn::AutoVMatrixSaveSource::getRemoteMethodMap ( ) const [virtual]

Reimplemented from PLearn::AutoVMatrix.

Definition at line 49 of file AutoVMatrixSaveSource.cc.

void PLearn::AutoVMatrixSaveSource::makeDeepCopyFromShallowCopy ( CopiesMap copies) [virtual]

Transforms a shallow copy into a deep copy.

Reimplemented from PLearn::AutoVMatrix.

Definition at line 59 of file AutoVMatrixSaveSource.cc.


Member Data Documentation

Reimplemented from PLearn::AutoVMatrix.

Definition at line 68 of file AutoVMatrixSaveSource.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines