webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webrtc::WPDNode Class Reference

#include <wpd_node.h>

Public Member Functions

 WPDNode (size_t length, const float *coefficients, size_t coefficients_length)
 
 ~WPDNode ()
 
int Update (const float *parent_data, size_t parent_data_length)
 
const float * data () const
 
int set_data (const float *new_data, size_t length)
 
size_t length () const
 
 WPDNode (size_t length, const float *coefficients, size_t coefficients_length)
 
 ~WPDNode ()
 
int Update (const float *parent_data, size_t parent_data_length)
 
const float * data () const
 
int set_data (const float *new_data, size_t length)
 
size_t length () const
 

Constructor & Destructor Documentation

◆ WPDNode() [1/2]

webrtc::WPDNode::WPDNode ( size_t  length,
const float *  coefficients,
size_t  coefficients_length 
)

◆ ~WPDNode() [1/2]

webrtc::WPDNode::~WPDNode ( )

◆ WPDNode() [2/2]

webrtc::WPDNode::WPDNode ( size_t  length,
const float *  coefficients,
size_t  coefficients_length 
)

◆ ~WPDNode() [2/2]

webrtc::WPDNode::~WPDNode ( )

Member Function Documentation

◆ data() [1/2]

const float* webrtc::WPDNode::data ( ) const
inline

◆ data() [2/2]

const float* webrtc::WPDNode::data ( ) const
inline

◆ length() [1/2]

size_t webrtc::WPDNode::length ( ) const
inline

◆ length() [2/2]

size_t webrtc::WPDNode::length ( void  ) const
inline

◆ set_data() [1/2]

int webrtc::WPDNode::set_data ( const float *  new_data,
size_t  length 
)

◆ set_data() [2/2]

int webrtc::WPDNode::set_data ( const float *  new_data,
size_t  length 
)

◆ Update() [1/2]

int webrtc::WPDNode::Update ( const float *  parent_data,
size_t  parent_data_length 
)

◆ Update() [2/2]

int webrtc::WPDNode::Update ( const float *  parent_data,
size_t  parent_data_length 
)

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