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

Method IsPointVisible

Common/DataModel/vtkCartesianGrid.cxx:373–376  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

371
372//------------------------------------------------------------------------------
373unsigned char vtkCartesianGrid::IsPointVisible(vtkIdType pointId)
374{
375 return vtkStructuredData::IsPointVisible(pointId, this->GetPointGhostArray());
376}
377
378//------------------------------------------------------------------------------
379// Return non-zero if the specified cell is visible (i.e., not blanked)

Callers 7

BlankPointMethod · 0.95
ComputeScalarRangeMethod · 0.45
RequestDataMethod · 0.45
GetTotalNumberOfNodesFunction · 0.45
GetXYZSumForGridFunction · 0.45
ExecuteMethod · 0.45
operator()Method · 0.45

Calls 1

GetPointGhostArrayMethod · 0.80

Tested by 2

GetTotalNumberOfNodesFunction · 0.36
GetXYZSumForGridFunction · 0.36