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

Method ReplaceCellPoint

Common/DataModel/vtkPolyData.h:869–873  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

867
868//------------------------------------------------------------------------------
869inline void vtkPolyData::ReplaceCellPoint(vtkIdType cellId, vtkIdType oldPtId, vtkIdType newPtId)
870{
871 vtkNew<vtkIdList> ids;
872 this->ReplaceCellPoint(cellId, oldPtId, newPtId, ids);
873}
874
875//------------------------------------------------------------------------------
876inline void vtkPolyData::ReplaceCellPoint(

Callers 5

RecordEdgeFlagFunction · 0.80
ReduceMethod · 0.80
SplitVertexMethod · 0.80
CollapseEdgeMethod · 0.80
CollapseEdgeMethod · 0.80

Calls 6

BuildCellsMethod · 0.95
GetCellPointsMethod · 0.95
GetCellArrayInternalMethod · 0.95
GetTagMethod · 0.80
ReplaceCellPointAtIdMethod · 0.80
GetCellIdMethod · 0.45

Tested by

no test coverage detected