![]() |
SG++-Doxygen-Documentation
|
A container for tuple of a point and its corresponding value. More...
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... | |
A container for tuple of a point and its corresponding value.
| def python.data.DataEntry.DataEntry.__init__ | ( | self, | |
| point, | |||
| value | |||
| ) |
Constructor.
| point | DataVector data point |
| value | DataVector 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.
| def python.data.DataEntry.DataEntry.getPoint | ( | self | ) |
Returns the data point.
References python.data.DataEntry.DataEntry.point, sgpp::combigrid::LagrangePolynom.point, and sgpp::base::AbstractRefinement_refinement_key.point.
| def python.data.DataEntry.DataEntry.getValue | ( | self | ) |
Returns the value.
References python.data.DataEntry.DataEntry.value, json::TextNode.value, json::IDNode.value, and json::Token.value.
|
static |
DataVector for point.
Referenced by python.data.DataEntry.DataEntry.__init__(), and python.data.DataEntry.DataEntry.getPoint().
|
static |
DataVector for value.
Referenced by python.data.DataEntry.DataEntry.__init__(), and python.data.DataEntry.DataEntry.getValue().