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

Method AddColumnToThreshold

Filters/Statistics/vtkBivariateLinearTableThreshold.cxx:139–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void vtkBivariateLinearTableThreshold::AddColumnToThreshold(vtkIdType column, vtkIdType component)
140{
141 this->Implementation->ColumnsToThreshold.push_back(column);
142 this->Implementation->ColumnComponentsToThreshold.push_back(component);
143 this->Modified();
144}
145
146int vtkBivariateLinearTableThreshold::GetNumberOfColumnsToThreshold()
147{

Callers 3

LassoSelectInternalMethod · 0.80
AngleSelectMethod · 0.80
FunctionSelectMethod · 0.80

Calls 2

push_backMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected