------------------------------------------------------------------------------
| 370 | |
| 371 | //------------------------------------------------------------------------------ |
| 372 | void vtkStatisticsAlgorithm::AddColumnPair(const char* namColX, const char* namColY) |
| 373 | { |
| 374 | if (this->Internals->AddColumnPairToRequests(namColX, namColY)) |
| 375 | { |
| 376 | this->Modified(); |
| 377 | } |
| 378 | } |
| 379 | |
| 380 | //------------------------------------------------------------------------------ |
| 381 | bool vtkStatisticsAlgorithm::SetParameter( |