MCPcopy Create free account
hub / github.com/Kitware/VTK / IsOnBoundary

Method IsOnBoundary

Testing/GenericBridge/vtkBridgeCell.cxx:677–682  ·  view source on GitHub ↗

Is the cell on the exterior boundary of the dataset? \pre 2d: GetDimension()==2 ------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

675// \pre 2d: GetDimension()==2
676//------------------------------------------------------------------------------
677int vtkBridgeCell::IsOnBoundary()
678{
679 assert("pre: 2d" && this->GetDimension() == 2);
680 // assert("check: TODO" && 0);
681 return 1;
682}
683
684//------------------------------------------------------------------------------
685// Description:

Callers 1

RequestDataMethod · 0.80

Calls 2

GetDimensionMethod · 0.95
assertFunction · 0.50

Tested by

no test coverage detected