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

Method GetCellPoints

IO/Exodus/vtkCPExodusIIElementBlock.cxx:103–109  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

101
102//------------------------------------------------------------------------------
103void vtkCPExodusIIElementBlockImpl::GetCellPoints(vtkIdType cellId, vtkIdList* ptIds)
104{
105 ptIds->SetNumberOfIds(this->CellSize);
106
107 std::transform(
108 this->GetElementStart(cellId), this->GetElementEnd(cellId), ptIds->GetPointer(0), NodeToPoint);
109}
110
111//------------------------------------------------------------------------------
112void vtkCPExodusIIElementBlockImpl::GetFaceStream(

Callers 15

MakeBoundaryMeshMethod · 0.45
TestProStarReaderFunction · 0.45
TestPolyDataCellsFunction · 0.45
FlattenHierarchyMethod · 0.45
TestCellArray.pyFile · 0.45
ModelMethod · 0.45
ReadMeshMethod · 0.45
CreateTopologyMethod · 0.45
CompareGridsFunction · 0.45
CompareGridsFunction · 0.45

Calls 3

SetNumberOfIdsMethod · 0.80
transformFunction · 0.50
GetPointerMethod · 0.45

Tested by 4

TestProStarReaderFunction · 0.36
TestPolyDataCellsFunction · 0.36
CompareGridsFunction · 0.36
CompareGridsFunction · 0.36