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

Method SetPolyhedralCells

Common/DataModel/vtkUnstructuredGrid.cxx:934–943  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

932
933//------------------------------------------------------------------------------
934void vtkUnstructuredGrid::SetPolyhedralCells(
935 vtkDataArray* cellTypes, vtkCellArray* cells, vtkCellArray* faceLocations, vtkCellArray* faces)
936{
937 this->Connectivity = cells;
938 this->Types = cellTypes;
939 this->DistinctCellTypes = nullptr;
940 this->DistinctCellTypesUpdateMTime = 0;
941 this->Faces = faces;
942 this->FaceLocations = faceLocations;
943}
944
945//------------------------------------------------------------------------------
946void vtkUnstructuredGrid::BuildLinks()

Callers 15

SetCellsMethod · 0.95
RemoveGhostCellsMethod · 0.95
BuildCellsMethod · 0.80
generateIcosidodecaheronFunction · 0.80
SetMixedPolyhedralCellsFunction · 0.80
ReadMethod · 0.80
TestPolyhedralCellsInUGFunction · 0.80
ClipTDataSetMethod · 0.80
CreateUGridFunction · 0.80

Calls

no outgoing calls

Tested by 4

generateIcosidodecaheronFunction · 0.64
TestPolyhedralCellsInUGFunction · 0.64
CreateUGridFunction · 0.64