#include <vtkStatisticsAlgorithmPrivate.h>
Definition at line 40 of file vtkStatisticsAlgorithmPrivate.h.
Public Member Functions | |
| vtkStatisticsAlgorithmPrivate () | |
| ~vtkStatisticsAlgorithmPrivate () | |
| void | SetBufferColumnStatus (const char *colName, int status) | 
| int | AddBufferToRequests () | 
| int | AddBufferEntriesToRequests () | 
| int | AddBufferEntryPairsToRequests () | 
| void | ResetRequests () | 
| void | ResetBuffer () | 
Public Attributes | |
| vtkstd::set< vtkstd::set < vtkStdString > >  | Requests | 
| vtkstd::set< vtkStdString > | Buffer | 
| vtkStatisticsAlgorithmPrivate::vtkStatisticsAlgorithmPrivate | ( | ) |  [inline] | 
        
Definition at line 43 of file vtkStatisticsAlgorithmPrivate.h.
| vtkStatisticsAlgorithmPrivate::~vtkStatisticsAlgorithmPrivate | ( | ) |  [inline] | 
        
Definition at line 46 of file vtkStatisticsAlgorithmPrivate.h.
| void vtkStatisticsAlgorithmPrivate::SetBufferColumnStatus | ( | const char * | colName, | |
| int | status | |||
| ) |  [inline] | 
        
Definition at line 49 of file vtkStatisticsAlgorithmPrivate.h.
| int vtkStatisticsAlgorithmPrivate::AddBufferToRequests | ( | ) |  [inline] | 
        
Definition at line 60 of file vtkStatisticsAlgorithmPrivate.h.
| int vtkStatisticsAlgorithmPrivate::AddBufferEntriesToRequests | ( | ) |  [inline] | 
        
Definition at line 70 of file vtkStatisticsAlgorithmPrivate.h.
| int vtkStatisticsAlgorithmPrivate::AddBufferEntryPairsToRequests | ( | ) |  [inline] | 
        
Definition at line 85 of file vtkStatisticsAlgorithmPrivate.h.
| void vtkStatisticsAlgorithmPrivate::ResetRequests | ( | ) |  [inline] | 
        
Definition at line 106 of file vtkStatisticsAlgorithmPrivate.h.
| void vtkStatisticsAlgorithmPrivate::ResetBuffer | ( | ) |  [inline] | 
        
Definition at line 110 of file vtkStatisticsAlgorithmPrivate.h.
| vtkstd::set<vtkstd::set<vtkStdString> > vtkStatisticsAlgorithmPrivate::Requests | 
Definition at line 115 of file vtkStatisticsAlgorithmPrivate.h.
| vtkstd::set<vtkStdString> vtkStatisticsAlgorithmPrivate::Buffer | 
Definition at line 116 of file vtkStatisticsAlgorithmPrivate.h.
 1.5.6