------------------------------------------------------------------------------
| 308 | |
| 309 | //------------------------------------------------------------------------------ |
| 310 | void vtkStatisticsAlgorithm::SetColumnStatus(const char* namCol, int status) |
| 311 | { |
| 312 | this->Internals->SetBufferColumnStatus(namCol, status); |
| 313 | } |
| 314 | |
| 315 | //------------------------------------------------------------------------------ |
| 316 | void vtkStatisticsAlgorithm::ResetAllColumnStates() |
no outgoing calls