update rapid filling

This commit is contained in:
wanqing0421
2025-02-16 12:31:11 +08:00
parent 29d922e3c5
commit ae251598a4
5 changed files with 59 additions and 24 deletions

View File

@ -35,12 +35,14 @@ private:
dictionary poDict_;
word fileName_;
// word fileName_;
uint32 numPoints_;
fileSystem fileName_;
realx3Vector position_;
Logical commaSeparated_;
bool positionPointsFile();
public:
@ -76,6 +78,11 @@ public:
{
return 0;
}
// bool commaSeparated()const
// {
// return commaSeparated_();
// }
// - const access to position
const realx3Vector& position()const final
@ -88,8 +95,6 @@ public:
{
return position_;
}
};