MCPcopy 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
45bool
46GeometricBrickDecorator::isClear()
47{
48 return ( (this->myBrick == NULL) && (this->myDomain == NULL) );
49}
50
51bool
52GeometricBrickDecorator::isEmpty()

Callers 1

isPointInVolumeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected