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

Method GetNumberOfInputPoints

IO/XML/vtkXMLUnstructuredDataWriter.cxx:1058–1063  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1056
1057//------------------------------------------------------------------------------
1058vtkIdType vtkXMLUnstructuredDataWriter::GetNumberOfInputPoints()
1059{
1060 vtkPointSet* input = this->GetPointSetInput();
1061 vtkPoints* points = input->GetPoints();
1062 return points ? points->GetNumberOfPoints() : 0;
1063}
1064
1065//------------------------------------------------------------------------------
1066void vtkXMLUnstructuredDataWriter::CalculateDataFractions(float* fractions)

Callers 3

Calls 3

GetPointSetInputMethod · 0.95
GetPointsMethod · 0.45
GetNumberOfPointsMethod · 0.45

Tested by

no test coverage detected