Ignore:
Timestamp:
Feb 26, 2008, 8:06:28 PM (15 years ago)
Author:
Peter
Message:

removed dynamic_casts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/classifier/Kernel.h

    r1163 r1165  
    3636namespace classifier {
    3737
    38   class DataLookup2D;
    3938  class MatrixLookup;
    4039  class MatrixLookupWeighted;
     
    109108    /// @return const reference to the underlying data.
    110109    ///
    111     const DataLookup2D& data(void) const;
     110    /// \throw if data in weighted
     111    ///
     112    const MatrixLookup& data(void) const;
     113
     114    ///
     115    /// @return const reference to the underlying data.
     116    ///
     117    /// \throw if data in unweighted
     118    ///
     119    const MatrixLookupWeighted& data_weighted(void) const;
    112120
    113121    ///
Note: See TracChangeset for help on using the changeset viewer.