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

Method SetNumberOfComponents

Common/DataModel/vtkGenericEdgeTable.cxx:476–480  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Set the total number of components for the point-centered attributes.

Source from the content-addressed store, hash-verified

474// Description:
475// Set the total number of components for the point-centered attributes.
476void vtkGenericEdgeTable::SetNumberOfComponents(int count)
477{
478 assert("pre: positive_count" && count > 0);
479 this->NumberOfComponents = count;
480}
481
482//------------------------------------------------------------------------------
483vtkIdType vtkGenericEdgeTable::HashFunction(vtkIdType ptId)

Callers 15

FilterSelectedPointsMethod · 0.45
GenerateSurfaceMethod · 0.45
SetColorsMethod · 0.45
TestChartPickingFunction · 0.45
RequestDataMethod · 0.45
TestHistogram2DComponentFunction · 0.45
TestHistogram2DMagnitudeFunction · 0.45
TestFunctionalBagPlotFunction · 0.45
TestHistogram2DFunction · 0.45

Calls 1

assertFunction · 0.50

Tested by 15

TestChartPickingFunction · 0.36
RequestDataMethod · 0.36
TestHistogram2DComponentFunction · 0.36
TestHistogram2DMagnitudeFunction · 0.36
TestFunctionalBagPlotFunction · 0.36
TestHistogram2DFunction · 0.36
TestColorSeriesFunction · 0.36
Test_fft_cplxFunction · 0.36
Test_fft_directFunction · 0.36
Test_csdFunction · 0.36