31 std::vector<double> getPointCoordinates()
const;
32 void setPointDataArray(std::string
const& name,
33 std::vector<double>
const& values,
34 std::size_t
const number_of_components);
35 std::vector<double> getPointDataArray(
36 std::string
const& name,
37 std::size_t
const number_of_components = 1)
const;
38 std::pair<std::vector<int>, std::vector<int>> getCells()
const;
39 void setCellDataArray(std::string
const& name,
40 std::vector<double>
const& values,
41 std::size_t
const number_of_components);
42 std::vector<double> getCellDataArray(
43 std::string
const& name, std::size_t
const number_of_components)
const;