Start building mesh primitives.
This commit is contained in:
parent
a20c0183df
commit
fcd90b5db4
30 changed files with 856 additions and 97 deletions
|
@ -40,6 +40,8 @@ public:
|
|||
return ret;
|
||||
}
|
||||
|
||||
virtual std::unique_ptr<AbstractMesh> copy() const = 0;
|
||||
|
||||
std::vector<std::vector<double> > getNodeVectorAttributes(const std::string& tag);
|
||||
|
||||
std::vector<double> getVectorAttribute(const std::string& tag) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue