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

#include <interpolation.h>

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

Public Member Functions

 _pspline3interpolant_owner ()
 
 _pspline3interpolant_owner (const _pspline3interpolant_owner &rhs)
 
_pspline3interpolant_owneroperator= (const _pspline3interpolant_owner &rhs)
 
virtual ~_pspline3interpolant_owner ()
 
alglib_impl::pspline3interpolantc_ptr ()
 
alglib_impl::pspline3interpolantc_ptr () const
 

Protected Attributes

alglib_impl::pspline3interpolantp_struct
 

Detailed Description

Definition at line 587 of file interpolation.h.

Constructor & Destructor Documentation

◆ _pspline3interpolant_owner() [1/2]

alglib::_pspline3interpolant_owner::_pspline3interpolant_owner ( )

Definition at line 7160 of file interpolation.cpp.

7161 {
7163  if( p_struct==NULL )
7164  throw ap_error("ALGLIB: malloc error");
7166  throw ap_error("ALGLIB: malloc error");
7167 }
#define ae_false
Definition: ap.h:196
void * ae_malloc(size_t size, ae_state *state)
Definition: ap.cpp:222
alglib_impl::pspline3interpolant * p_struct
ae_bool _pspline3interpolant_init(void *_p, ae_state *_state, ae_bool make_automatic)

◆ _pspline3interpolant_owner() [2/2]

alglib::_pspline3interpolant_owner::_pspline3interpolant_owner ( const _pspline3interpolant_owner rhs)

Definition at line 7169 of file interpolation.cpp.

7170 {
7172  if( p_struct==NULL )
7173  throw ap_error("ALGLIB: malloc error");
7174  if( !alglib_impl::_pspline3interpolant_init_copy(p_struct, const_cast<alglib_impl::pspline3interpolant*>(rhs.p_struct), NULL, ae_false) )
7175  throw ap_error("ALGLIB: malloc error");
7176 }
#define ae_false
Definition: ap.h:196
void * ae_malloc(size_t size, ae_state *state)
Definition: ap.cpp:222
ae_bool _pspline3interpolant_init_copy(void *_dst, void *_src, ae_state *_state, ae_bool make_automatic)
alglib_impl::pspline3interpolant * p_struct

◆ ~_pspline3interpolant_owner()

alglib::_pspline3interpolant_owner::~_pspline3interpolant_owner ( )
virtual

Definition at line 7188 of file interpolation.cpp.

7189 {
7191  ae_free(p_struct);
7192 }
alglib_impl::pspline3interpolant * p_struct
void _pspline3interpolant_clear(void *_p)
void ae_free(void *p)
Definition: ap.cpp:237

Member Function Documentation

◆ c_ptr() [1/2]

alglib_impl::pspline3interpolant * alglib::_pspline3interpolant_owner::c_ptr ( )

Definition at line 7194 of file interpolation.cpp.

7195 {
7196  return p_struct;
7197 }
alglib_impl::pspline3interpolant * p_struct

◆ c_ptr() [2/2]

alglib_impl::pspline3interpolant * alglib::_pspline3interpolant_owner::c_ptr ( ) const

Definition at line 7199 of file interpolation.cpp.

7200 {
7201  return const_cast<alglib_impl::pspline3interpolant*>(p_struct);
7202 }
alglib_impl::pspline3interpolant * p_struct

◆ operator=()

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

Definition at line 7178 of file interpolation.cpp.

7179 {
7180  if( this==&rhs )
7181  return *this;
7183  if( !alglib_impl::_pspline3interpolant_init_copy(p_struct, const_cast<alglib_impl::pspline3interpolant*>(rhs.p_struct), NULL, ae_false) )
7184  throw ap_error("ALGLIB: malloc error");
7185  return *this;
7186 }
#define ae_false
Definition: ap.h:196
ae_bool _pspline3interpolant_init_copy(void *_dst, void *_src, ae_state *_state, ae_bool make_automatic)
alglib_impl::pspline3interpolant * p_struct
void _pspline3interpolant_clear(void *_p)

Member Data Documentation

◆ p_struct

alglib_impl::pspline3interpolant* alglib::_pspline3interpolant_owner::p_struct
protected

Definition at line 597 of file interpolation.h.


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