Home
last modified time | relevance | path

Searched refs:NURBSData (Results 1 – 16 of 16) sorted by relevance

/dports/textproc/libvisio01/libvisio-0.1.7/src/lib/
H A DVSDTypes.h93 struct NURBSData struct
102 NURBSData() in NURBSData() argument
110 NURBSData(const NURBSData &data) = default;
111 NURBSData &operator=(const NURBSData &data) = default; argument
H A DVSDStencils.h53 std::map<unsigned, NURBSData> m_nurbsData;
H A DVSDXMLParserBase.h82 int readNURBSData(boost::optional<NURBSData> &data, xmlTextReaderPtr reader);
H A DVSDGeometryList.h68 … const boost::optional<double> &weightPrev, const boost::optional<NURBSData> &data);
H A DVSDGeometryList.cpp144 const boost::optional<NURBSData> &data) : in VSDNURBSTo3()
145 …VSDGeometryListElement(id, level), m_data(get_optional_value_or(data, NURBSData())), m_x2(get_opti… in VSDNURBSTo3()
151 NURBSData m_data;
676 … const boost::optional<double> &weightPrev, const boost::optional<NURBSData> &data) in addNURBSTo()
H A DVSDContentCollector.h68 …2, double knot, double knotPrev, double weight, double weightPrev, const NURBSData &data) override;
278 std::map<unsigned, NURBSData> m_NURBSData;
H A DVSDXMLParserBase.cpp483 boost::optional<NURBSData> nurbsData; in readNURBSTo()
1781 …for (std::map<unsigned, NURBSData>::const_iterator iterNurbs = m_shape.m_nurbsData.begin(); iterNu… in _flushShape()
1964 int libvisio::VSDXMLParserBase::readNURBSData(boost::optional<NURBSData> &data, xmlTextReaderPtr re… in readNURBSData()
1966 NURBSData tmpData; in readNURBSData()
H A DVSDStylesCollector.cpp117 … double /* knotPrev */, double /* weight */, double /* weightPrev */, const NURBSData & /* data */) in collectNURBSTo() argument
H A DVSDCollector.h52 …ble y2, double knot, double knotPrev, double weight, double weightPrev, const NURBSData &data) = 0;
H A DVSDStylesCollector.h63 …2, double knot, double knotPrev, double weight, double weightPrev, const NURBSData &data) override;
H A DVSDContentCollector.cpp2254 …, double y2, double knot, double knotPrev, double weight, double weightPrev, const NURBSData &data) in collectNURBSTo()
2256 NURBSData newData(data); in collectNURBSTo()
2268 std::map<unsigned, NURBSData>::const_iterator iter; in collectNURBSTo()
2269 std::map<unsigned, NURBSData>::const_iterator iterEnd; in collectNURBSTo()
2270 NURBSData data; in collectNURBSTo()
2387 NURBSData data; in collectShapeData()
H A DVSDParser.cpp671 …for (std::map<unsigned, NURBSData>::const_iterator iterNurbs = m_shape.m_nurbsData.begin(); iterNu… in _flushShape()
1665 NURBSData data; in readShapeData()
/dports/science/axom/axom-0.6.1/src/axom/quest/readers/
H A DC2CReader.hpp82 std::vector<c2c::NURBSData> m_nurbsData;
H A DC2CReader.cpp35 NURBSInterpolator(const c2c::NURBSData& curve, double EPS = 1E-9) in NURBSInterpolator()
209 const c2c::NURBSData& m_curve;
H A DPC2CReader.cpp101 c2c::NURBSData nd; in read()
/dports/science/axom/axom-0.6.1/src/thirdparty/tests/
H A Dc2c_smoke.cpp62 c2c::NURBSData curve = toNurbs(arc, c2c::LengthUnit::cm); in TEST()