#include <vtkStatisticsAlgorithmPrivate.h>
Detailed Description
Constructor & Destructor Documentation
vtkStatisticsAlgorithmPrivate::vtkStatisticsAlgorithmPrivate |
( |
| ) |
|
|
inline |
vtkStatisticsAlgorithmPrivate::~vtkStatisticsAlgorithmPrivate |
( |
| ) |
|
|
inline |
Member Function Documentation
int vtkStatisticsAlgorithmPrivate::SetBufferColumnStatus |
( |
const char * |
colName, |
|
|
int |
status |
|
) |
| |
|
inline |
int vtkStatisticsAlgorithmPrivate::AddBufferToRequests |
( |
| ) |
|
|
inline |
int vtkStatisticsAlgorithmPrivate::AddBufferEntriesToRequests |
( |
| ) |
|
|
inline |
int vtkStatisticsAlgorithmPrivate::AddBufferEntryPairsToRequests |
( |
| ) |
|
|
inline |
int vtkStatisticsAlgorithmPrivate::AddColumnPairToRequests |
( |
const char * |
cola, |
|
|
const char * |
colb |
|
) |
| |
|
inline |
void vtkStatisticsAlgorithmPrivate::ResetRequests |
( |
| ) |
|
|
inline |
int vtkStatisticsAlgorithmPrivate::ResetBuffer |
( |
| ) |
|
|
inline |
vtkIdType vtkStatisticsAlgorithmPrivate::GetNumberOfRequests |
( |
| ) |
|
|
inline |
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 153 of file vtkStatisticsAlgorithmPrivate.h.
Member Data Documentation
vtksys_stl::set<vtksys_stl::set<vtkStdString> > vtkStatisticsAlgorithmPrivate::Requests |
vtksys_stl::set<vtkStdString> vtkStatisticsAlgorithmPrivate::Buffer |
The documentation for this class was generated from the following file: