18#ifndef PLATFORMALGORITHM_INTERFACE_IDISPERSIONCURVE_H
19#define PLATFORMALGORITHM_INTERFACE_IDISPERSIONCURVE_H
26#include "Base/Vector3D.h"
30 class IDocumentObject;
115 virtual std::vector<Base::Vector3d>
points() = 0;
121 virtual std::pair<Base::Vector3d, Base::Vector3d>
pointAndDir(
const int Index) = 0;
Definition IDocumentObject.h:35
Definition BaseFigureFactory.h:28
Definition BaseFigureFactory.h:24