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