SG++-Doxygen-Documentation
python.data.DataEntry.DataEntry Class Reference

A container for tuple of a point and its corresponding value. More...

Inheritance diagram for python.data.DataEntry.DataEntry:

Public Member Functions

def __init__ (self, point, value)
 Constructor. More...
 
def getPoint (self)
 Returns the data point. More...
 
def getValue (self)
 Returns the value. More...
 

Static Public Attributes

 point = None
 DataVector for point. More...
 
 value = None
 DataVector for value. More...
 

Detailed Description

A container for tuple of a point and its corresponding value.

Constructor & Destructor Documentation

◆ __init__()

def python.data.DataEntry.DataEntry.__init__ (   self,
  point,
  value 
)

Constructor.

Parameters
pointDataVector data point
valueDataVector value of function in the point

References python.data.DataEntry.DataEntry.point, sgpp::combigrid::LagrangePolynom.point, sgpp::base::AbstractRefinement_refinement_key.point, python.data.DataEntry.DataEntry.value, json::TextNode.value, json::IDNode.value, and json::Token.value.

Member Function Documentation

◆ getPoint()

def python.data.DataEntry.DataEntry.getPoint (   self)

Returns the data point.

Returns
: DataVector point

References python.data.DataEntry.DataEntry.point, sgpp::combigrid::LagrangePolynom.point, and sgpp::base::AbstractRefinement_refinement_key.point.

◆ getValue()

def python.data.DataEntry.DataEntry.getValue (   self)

Returns the value.

Returns
: DataVector value

References python.data.DataEntry.DataEntry.value, json::TextNode.value, json::IDNode.value, and json::Token.value.

Member Data Documentation

◆ point

python.data.DataEntry.DataEntry.point = None
static

◆ value

python.data.DataEntry.DataEntry.value = None
static

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