git-svn-id: svn://db.shs.com.ru/pip@149 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -138,6 +138,9 @@ public:
|
|||||||
/// Computes the radius of curvature in the prime vertical (Rn) corresponding to this PIGeoPosition.
|
/// Computes the radius of curvature in the prime vertical (Rn) corresponding to this PIGeoPosition.
|
||||||
double getCurvPrimeVertical() const;
|
double getCurvPrimeVertical() const;
|
||||||
|
|
||||||
|
/// Returns as PIMathVectorT3d
|
||||||
|
const PIMathVectorT3d & vector() const {return *this;}
|
||||||
|
|
||||||
// PIGeoPosition &operator=(const PIGeoPosition & v);
|
// PIGeoPosition &operator=(const PIGeoPosition & v);
|
||||||
PIGeoPosition &operator=(const PIMathVectorT3d & v);
|
PIGeoPosition &operator=(const PIMathVectorT3d & v);
|
||||||
PIGeoPosition &operator-=(const PIGeoPosition &right);
|
PIGeoPosition &operator-=(const PIGeoPosition &right);
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ void writeModel(PICodeParser & parser, const PIString out, bool only_enums) {
|
|||||||
entry << "}\n";
|
entry << "}\n";
|
||||||
}
|
}
|
||||||
if (efunc) continue;
|
if (efunc) continue;
|
||||||
f << entry << "\tPICout(AddNewLine) << \"Can`t find function \\\"\" << function << \"\\\" in "
|
f << entry << "\tPICout(PICoutManipulators::AddNewLine) << \"Can`t find function \\\"\" << function << \"\\\" in "
|
||||||
<< e->type << " \\\"" << e->name << "\\\"!\";\n\treturn PIVariant();\n}\n";
|
<< e->type << " \\\"" << e->name << "\\\"!\";\n\treturn PIVariant();\n}\n";
|
||||||
ventities << e;
|
ventities << e;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user