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

Method IsInDataSet

Testing/GenericBridge/vtkBridgeCell.cxx:78–81  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Does `this' a cell of a dataset? (otherwise, it is a boundary cell)

Source from the content-addressed store, hash-verified

76// Description:
77// Does `this' a cell of a dataset? (otherwise, it is a boundary cell)
78int vtkBridgeCell::IsInDataSet()
79{
80 return this->BoolIsInDataSet;
81}
82
83//------------------------------------------------------------------------------
84// Description:

Callers 2

CountNeighborsMethod · 0.80
GetNeighborsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected