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

Method IsCellVisible

Common/DataModel/vtkCartesianGrid.cxx:380–384  ·  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

378//------------------------------------------------------------------------------
379// Return non-zero if the specified cell is visible (i.e., not blanked)
380unsigned char vtkCartesianGrid::IsCellVisible(vtkIdType cellId)
381{
382 return vtkStructuredData::IsCellVisible(cellId, this->GetDimensions(), this->GetDataDescription(),
383 this->GetCellGhostArray(), this->GetPointGhostArray());
384}
385
386//------------------------------------------------------------------------------
387int* vtkCartesianGrid::GetDimensions()

Callers 15

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

Calls 4

GetDimensionsMethod · 0.95
GetDataDescriptionMethod · 0.80
GetCellGhostArrayMethod · 0.80
GetPointGhostArrayMethod · 0.80

Tested by 5

ComputeNumberOfCellsFunction · 0.36
ComputeNumCellsFunction · 0.36
TestAMRVisibilityFunction · 0.36