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

Method GetNumberOfCells

IO/XML/vtkXMLStructuredDataReader.cxx:161–166  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

159
160//------------------------------------------------------------------------------
161vtkIdType vtkXMLStructuredDataReader::GetNumberOfCells()
162{
163 return (static_cast<vtkIdType>(this->CellDimensions[0]) *
164 static_cast<vtkIdType>(this->CellDimensions[1]) *
165 static_cast<vtkIdType>(this->CellDimensions[2]));
166}
167
168//------------------------------------------------------------------------------
169int vtkXMLStructuredDataReader::ReadPiece(vtkXMLDataElement* ePiece)

Callers 15

XdmfToVTKAttributesMethod · 0.45
VTKToXdmfAttributesMethod · 0.45
VTKToXdmfMethod · 0.45
DoDataObjectsDifferFunction · 0.45
SetupOutputTotalsMethod · 0.45
SetupOutputDataMethod · 0.45
SetupNextPieceMethod · 0.45
ReadPieceDataMethod · 0.45
CopyArrayForCellsMethod · 0.45
SetupOutputDataMethod · 0.45

Calls

no outgoing calls

Tested by 9

TestTimeSeriesFunction · 0.36
TestXMLHyperTreeGridIOFunction · 0.36
CompareDataFunction · 0.36
TestUGFunction · 0.36
DoDataObjectsDifferFunction · 0.36