27 #include <TColStd_HSequenceOfTransient.hxx>
28 #include <TColStd_HArray1OfReal.hxx>
49 { _func->SetReferenceList(
ARG_POINTS, thePoints); }
57 { _func->SetRealArray(
ARG_ARRAY, theValue); }
64 Handle(TColStd_HSequenceOfTransient) GetPoints() {
return _func->GetReferenceList(
ARG_POINTS); }
71 Handle(TColStd_HArray1OfReal) GetCoordinates() {
return _func->GetRealArray(
ARG_ARRAY); }