------------------------------------------------------------------------------
| 361 | |
| 362 | //------------------------------------------------------------------------------ |
| 363 | void vtkStatisticsAlgorithm::AddColumn(const char* namCol) |
| 364 | { |
| 365 | if (this->Internals->AddColumnToRequests(namCol)) |
| 366 | { |
| 367 | this->Modified(); |
| 368 | } |
| 369 | } |
| 370 | |
| 371 | //------------------------------------------------------------------------------ |
| 372 | void vtkStatisticsAlgorithm::AddColumnPair(const char* namColX, const char* namColY) |