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

Method GetCellType

Common/DataModel/vtkPolyData.h:745–752  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

743
744//------------------------------------------------------------------------------
745inline int vtkPolyData::GetCellType(vtkIdType cellId)
746{
747 if (!this->Cells)
748 {
749 this->BuildCells();
750 }
751 return static_cast<int>(this->Cells->GetTag(cellId).GetCellType());
752}
753
754//------------------------------------------------------------------------------
755inline vtkIdType vtkPolyData::GetCellSize(vtkIdType cellId)

Callers 15

GetCellSizeMethod · 0.95
IsEdgeMethod · 0.95
RemoveGhostCellsMethod · 0.95
DeepCopyMethod · 0.45
ContourMethod · 0.45
ClipMethod · 0.45
GetCellNumberOfFacesMethod · 0.45
operator()Method · 0.45
TriangulateFaceFunction · 0.45

Calls 2

BuildCellsMethod · 0.95
GetTagMethod · 0.80

Tested by 15

TestOneCellFunction · 0.36
TestGenericCellFunction · 0.36
TestPolyDataRemoveCellFunction · 0.36
test_rg3dFunction · 0.36
test_rg2d_xyFunction · 0.36
test_rg2d_xzFunction · 0.36
test_rg2d_yzFunction · 0.36
test_rg1d_xFunction · 0.36
test_rg1d_yFunction · 0.36
test_rg1d_zFunction · 0.36
test_rg0dFunction · 0.36
testCellIteratorFunction · 0.36