Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ eigen_base
Function
eigen_base
src/ifcgeom/taxonomy.h:211–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
T* components_;
210
211
eigen_base() {
212
components_ = nullptr;
213
}
214
215
eigen_base(const eigen_base& other) {
216
this->components_ = other.components_ ? new T(*other.components_) : nullptr;
Callers
1
taxonomy.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected