Xmipp  v3.23.11-Nereus
Public Member Functions | List of all members
alglib::rbfmodel Class Reference

#include <interpolation.h>

Inheritance diagram for alglib::rbfmodel:
Inheritance graph
[legend]
Collaboration diagram for alglib::rbfmodel:
Collaboration graph
[legend]

Public Member Functions

 rbfmodel ()
 
 rbfmodel (const rbfmodel &rhs)
 
rbfmodeloperator= (const rbfmodel &rhs)
 
virtual ~rbfmodel ()
 
- Public Member Functions inherited from alglib::_rbfmodel_owner
 _rbfmodel_owner ()
 
 _rbfmodel_owner (const _rbfmodel_owner &rhs)
 
_rbfmodel_owneroperator= (const _rbfmodel_owner &rhs)
 
virtual ~_rbfmodel_owner ()
 
alglib_impl::rbfmodelc_ptr ()
 
alglib_impl::rbfmodelc_ptr () const
 

Additional Inherited Members

- Protected Attributes inherited from alglib::_rbfmodel_owner
alglib_impl::rbfmodelp_struct
 

Detailed Description

Definition at line 627 of file interpolation.h.

Constructor & Destructor Documentation

◆ rbfmodel() [1/2]

alglib::rbfmodel::rbfmodel ( )

Definition at line 7869 of file interpolation.cpp.

7869  : _rbfmodel_owner()
7870 {
7871 }

◆ rbfmodel() [2/2]

alglib::rbfmodel::rbfmodel ( const rbfmodel rhs)

Definition at line 7873 of file interpolation.cpp.

7873  :_rbfmodel_owner(rhs)
7874 {
7875 }

◆ ~rbfmodel()

alglib::rbfmodel::~rbfmodel ( )
virtual

Definition at line 7885 of file interpolation.cpp.

7886 {
7887 }

Member Function Documentation

◆ operator=()

rbfmodel & alglib::rbfmodel::operator= ( const rbfmodel rhs)

Definition at line 7877 of file interpolation.cpp.

7878 {
7879  if( this==&rhs )
7880  return *this;
7882  return *this;
7883 }
_rbfmodel_owner & operator=(const _rbfmodel_owner &rhs)

The documentation for this class was generated from the following files: