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

Method GetCellPointAtId

Common/DataModel/vtkCellArray.h:1826–1831  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1824
1825//----------------------------------------------------------------------------
1826inline vtkIdType vtkCellArray::GetCellPointAtId(vtkIdType cellId, vtkIdType cellPointIndex) const
1827{
1828 vtkIdType pointId;
1829 this->Dispatch(vtkCellArray_detail::CellPointAtIdImpl{}, cellId, cellPointIndex, pointId);
1830 return pointId;
1831}
1832
1833//----------------------------------------------------------------------------
1834inline vtkIdType vtkCellArray::InsertNextCell(vtkIdType npts, const vtkIdType* pts)

Callers 3

InsertFacesToGridMethod · 0.80
MakeBoundaryMeshMethod · 0.80
ExtractCellGeometryFunction · 0.80

Calls 1

DispatchMethod · 0.45

Tested by

no test coverage detected