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

Method IsCellVisible

Common/DataModel/vtkStructuredGrid.cxx:333–337  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Return non-zero if the specified cell is visible (i.e., not blanked)

Source from the content-addressed store, hash-verified

331//------------------------------------------------------------------------------
332// Return non-zero if the specified cell is visible (i.e., not blanked)
333unsigned char vtkStructuredGrid::IsCellVisible(vtkIdType cellId)
334{
335 return vtkStructuredData::IsCellVisible(cellId, this->Dimensions, this->DataDescription,
336 this->GetCellGhostArray(), this->GetPointGhostArray());
337}
338
339//------------------------------------------------------------------------------
340bool vtkStructuredGrid::HasAnyBlankPoints()

Callers 6

GetCellMethod · 0.95
GetCellTypeMethod · 0.95
GetCellSizeMethod · 0.95
BlankCellMethod · 0.95
ComputeScalarRangeMethod · 0.95
operator()Method · 0.45

Calls 2

GetCellGhostArrayMethod · 0.80
GetPointGhostArrayMethod · 0.80

Tested by

no test coverage detected