MCPcopy 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
51bool
52GeometricBrickDecorator::isEmpty()
53{
54 return ( (this->myBrick == NULL) || (this->myDomain == NULL) );
55}
56
57bool
58GeometricBrickDecorator::isPointInVolume(const Vector &pP)

Callers 1

isPointInVolumeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected