Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ isEmpty
Method
isEmpty
SRC/domain/pattern/drm/GeometricBrickDecorator.cpp:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
bool
52
GeometricBrickDecorator::isEmpty()
53
{
54
return ( (this->myBrick == NULL) || (this->myDomain == NULL) );
55
}
56
57
bool
58
GeometricBrickDecorator::isPointInVolume(const Vector &pP)
Callers
1
isPointInVolume
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected