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

Method IsPointVisible

Common/DataModel/vtkStructuredGrid.cxx:326–329  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

324
325//------------------------------------------------------------------------------
326unsigned char vtkStructuredGrid::IsPointVisible(vtkIdType pointId)
327{
328 return vtkStructuredData::IsPointVisible(pointId, this->GetPointGhostArray());
329}
330
331//------------------------------------------------------------------------------
332// Return non-zero if the specified cell is visible (i.e., not blanked)

Callers 3

BlankPointMethod · 0.95
UnBlankPointMethod · 0.95
ComputeScalarRangeMethod · 0.95

Calls 1

GetPointGhostArrayMethod · 0.80

Tested by

no test coverage detected