#include <vtkStatisticsAlgorithmPrivate.h>
◆ vtkStatisticsAlgorithmPrivate()
  
  | 
        
          | vtkStatisticsAlgorithmPrivate::vtkStatisticsAlgorithmPrivate | ( |  | ) |  |  | inline | 
 
 
◆ ~vtkStatisticsAlgorithmPrivate()
  
  | 
        
          | vtkStatisticsAlgorithmPrivate::~vtkStatisticsAlgorithmPrivate | ( |  | ) |  |  | inline | 
 
 
◆ ResetRequests()
  
  | 
        
          | void vtkStatisticsAlgorithmPrivate::ResetRequests | ( |  | ) |  |  | inline | 
 
 
◆ ResetBuffer()
  
  | 
        
          | int vtkStatisticsAlgorithmPrivate::ResetBuffer | ( |  | ) |  |  | inline | 
 
 
◆ SetBufferColumnStatus()
  
  | 
        
          | int vtkStatisticsAlgorithmPrivate::SetBufferColumnStatus | ( | const char * | colName, |  
          |  |  | int | status |  
          |  | ) |  |  |  | inline | 
 
 
◆ AddBufferToRequests()
  
  | 
        
          | int vtkStatisticsAlgorithmPrivate::AddBufferToRequests | ( |  | ) |  |  | inline | 
 
 
◆ AddColumnToRequests()
  
  | 
        
          | int vtkStatisticsAlgorithmPrivate::AddColumnToRequests | ( | const char * | col | ) |  |  | inline | 
 
 
◆ AddColumnPairToRequests()
  
  | 
        
          | int vtkStatisticsAlgorithmPrivate::AddColumnPairToRequests | ( | const char * | cola, |  
          |  |  | const char * | colb |  
          |  | ) |  |  |  | inline | 
 
 
◆ GetNumberOfRequests()
  
  | 
        
          | vtkIdType vtkStatisticsAlgorithmPrivate::GetNumberOfRequests | ( |  | ) |  |  | inline | 
 
 
◆ GetNumberOfColumnsForRequest()
◆ GetColumnForRequest()
Provide the name of the c-th column of the r-th request in columnName. 
Returns false if the request or column does not exist and true otherwise. 
Definition at line 155 of file vtkStatisticsAlgorithmPrivate.h.
 
 
◆ Requests
      
        
          | std::set<std::set<vtkStdString> > vtkStatisticsAlgorithmPrivate::Requests | 
      
 
 
◆ Buffer
      
        
          | std::set<vtkStdString> vtkStatisticsAlgorithmPrivate::Buffer | 
      
 
 
The documentation for this class was generated from the following file: