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

Method ConstructCell

Common/DataModel/vtkHyperTreeGridGeometricLocator.cxx:606–613  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

604
605//------------------------------------------------------------------------------
606bool vtkHyperTreeGridGeometricLocator::ConstructCell(
607 vtkHyperTreeGridNonOrientedGeometryCursor* cursor, vtkGenericCell* cell) const
608{
609 const double* origin = cursor->GetOrigin();
610 const double* size = cursor->GetSize();
611
612 return this->ConstructCell(origin, size, cell);
613}
614
615//------------------------------------------------------------------------------
616bool vtkHyperTreeGridGeometricLocator::ConstructCell(

Callers 4

FindCellMethod · 0.95
IntersectWithLineMethod · 0.95

Calls 8

powFunction · 0.50
GetOriginMethod · 0.45
GetSizeMethod · 0.45
GetDimensionMethod · 0.45
SetIdMethod · 0.45
atMethod · 0.45
SetPointMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected