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

A field that maps exactly 2 SDB fields to a VMatrix segment (abstract) More...

#include <SDBVMat.h>

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

List of all members.

Public Member Functions

 SDBVMFieldSource2 (SDBVMSource source1, SDBVMSource source2, real missing_values_mapping=MISSING_VALUE, VMField::FieldType field_type=VMField::UnknownType)
 Use, e.g.

Protected Attributes

SDBVMSource source1_
SDBVMSource source2_

Private Types

typedef SDBVMField inherited

Detailed Description

A field that maps exactly 2 SDB fields to a VMatrix segment (abstract)

Definition at line 311 of file SDBVMat.h.


Member Typedef Documentation

Reimplemented in PLearn::SDBVMFieldFunc2.

Definition at line 313 of file SDBVMat.h.


Constructor & Destructor Documentation

PLearn::SDBVMFieldSource2::SDBVMFieldSource2 ( SDBVMSource  source1,
SDBVMSource  source2,
real  missing_values_mapping = MISSING_VALUE,
VMField::FieldType  field_type = VMField::UnknownType 
) [inline]

Use, e.g.

my_schema("column_name"), to easily get a FieldPtr from a symbolic column name

Definition at line 318 of file SDBVMat.h.

        : inherited(missing_values_mapping,field_type), source1_(source1), source2_(source2) {}

Member Data Documentation


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