56 #include <QStringList>
109 static bool makeLayout(
const QList<QVector<float> > &inputPoints,
110 QList<QVector<float> > &outputPoints,
111 const QStringList &names,
117 bool writeFile =
false,
118 bool mirrorXAxis =
false,
119 bool mirrorYAxis =
false);
138 static bool makeLayout(
const std::vector<std::vector<float> > &inputPoints,
139 std::vector<std::vector<float> > &outputPoints,
140 const std::vector<std::string> &names,
141 const std::string& outFilePath,
146 bool writeFile =
false,
147 bool mirrorXAxis =
false,
148 bool mirrorYAxis =
false);
151 static void sphere_coord(
float x,
160 #endif // LAYOUTMAKER_H