#include <vtkStatisticsAlgorithmPrivate.h>
Definition at line 40 of file vtkStatisticsAlgorithmPrivate.h.
Public Member Functions | |
| vtkStatisticsAlgorithmPrivate () | |
| ~vtkStatisticsAlgorithmPrivate () | |
| int | SetBufferColumnStatus (const char *colName, int status) |
| int | AddBufferToRequests () |
| int | AddBufferEntriesToRequests () |
| int | AddBufferEntryPairsToRequests () |
| int | AddColumnPairToRequests (const char *cola, const char *colb) |
| This function doesn't use the buffer like other column selection methods. | |
| void | ResetRequests () |
| int | ResetBuffer () |
| vtkIdType | GetNumberOfRequests () |
| Return the number of currently-defined requests. | |
| vtkIdType | GetNumberOfColumnsForRequest (vtkIdType r) |
| Return the number of columns associated with request r. | |
| bool | GetColumnForRequest (vtkIdType r, vtkIdType c, vtkStdString &columnName) |
| Provide the name of the c-th column of the r-th request in columnName. | |
Public Attributes | |
| vtksys_stl::set < vtksys_stl::set < vtkStdString > > | Requests |
| vtksys_stl::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.
| int 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.
| int vtkStatisticsAlgorithmPrivate::AddColumnPairToRequests | ( | const char * | cola, | |
| const char * | colb | |||
| ) | [inline] |
This function doesn't use the buffer like other column selection methods.
Definition at line 107 of file vtkStatisticsAlgorithmPrivate.h.
| void vtkStatisticsAlgorithmPrivate::ResetRequests | ( | ) | [inline] |
Definition at line 121 of file vtkStatisticsAlgorithmPrivate.h.
| int vtkStatisticsAlgorithmPrivate::ResetBuffer | ( | ) | [inline] |
Definition at line 125 of file vtkStatisticsAlgorithmPrivate.h.
| vtkIdType vtkStatisticsAlgorithmPrivate::GetNumberOfRequests | ( | ) | [inline] |
Return the number of currently-defined requests.
Definition at line 132 of file vtkStatisticsAlgorithmPrivate.h.
Return the number of columns associated with request r.
Definition at line 137 of file vtkStatisticsAlgorithmPrivate.h.
| bool vtkStatisticsAlgorithmPrivate::GetColumnForRequest | ( | vtkIdType | r, | |
| vtkIdType | c, | |||
| vtkStdString & | columnName | |||
| ) | [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.
| vtksys_stl::set<vtksys_stl::set<vtkStdString> > vtkStatisticsAlgorithmPrivate::Requests |
Definition at line 177 of file vtkStatisticsAlgorithmPrivate.h.
| vtksys_stl::set<vtkStdString> vtkStatisticsAlgorithmPrivate::Buffer |
Definition at line 178 of file vtkStatisticsAlgorithmPrivate.h.
1.5.6