VTK
Public Member Functions | Public Attributes | List of all members
vtkStatisticsAlgorithmPrivate Class Reference

#include <vtkStatisticsAlgorithmPrivate.h>

Public Member Functions

 vtkStatisticsAlgorithmPrivate ()
 
 ~vtkStatisticsAlgorithmPrivate ()
 
void ResetRequests ()
 
int ResetBuffer ()
 
int SetBufferColumnStatus (const char *colName, int status)
 
int AddBufferToRequests ()
 
int AddColumnToRequests (const char *col)
 
int AddColumnPairToRequests (const char *cola, const char *colb)
 
vtkIdType GetNumberOfRequests ()
 
vtkIdType GetNumberOfColumnsForRequest (vtkIdType r)
 
bool GetColumnForRequest (vtkIdType r, vtkIdType c, vtkStdString &columnName)
 

Public Attributes

vtksys_stl::set< vtksys_stl::set< vtkStdString > > Requests
 
vtksys_stl::set< vtkStdStringBuffer
 

Detailed Description

Definition at line 40 of file vtkStatisticsAlgorithmPrivate.h.

Constructor & Destructor Documentation

vtkStatisticsAlgorithmPrivate::vtkStatisticsAlgorithmPrivate ( )
inline

Definition at line 43 of file vtkStatisticsAlgorithmPrivate.h.

vtkStatisticsAlgorithmPrivate::~vtkStatisticsAlgorithmPrivate ( )
inline

Definition at line 46 of file vtkStatisticsAlgorithmPrivate.h.

Member Function Documentation

void vtkStatisticsAlgorithmPrivate::ResetRequests ( )
inline

Empty current set of requests

Definition at line 52 of file vtkStatisticsAlgorithmPrivate.h.

int vtkStatisticsAlgorithmPrivate::ResetBuffer ( )
inline

Empty current buffer

Definition at line 60 of file vtkStatisticsAlgorithmPrivate.h.

int vtkStatisticsAlgorithmPrivate::SetBufferColumnStatus ( const char *  colName,
int  status 
)
inline

Empty current buffer

Definition at line 67 of file vtkStatisticsAlgorithmPrivate.h.

int vtkStatisticsAlgorithmPrivate::AddBufferToRequests ( )
inline

Empty current buffer

Definition at line 79 of file vtkStatisticsAlgorithmPrivate.h.

int vtkStatisticsAlgorithmPrivate::AddColumnToRequests ( const char *  col)
inline

This function does not use the buffer like other column selection methods.

Definition at line 94 of file vtkStatisticsAlgorithmPrivate.h.

int vtkStatisticsAlgorithmPrivate::AddColumnPairToRequests ( const char *  cola,
const char *  colb 
)
inline

This function does not use the buffer like other column selection methods.

Definition at line 112 of file vtkStatisticsAlgorithmPrivate.h.

vtkIdType vtkStatisticsAlgorithmPrivate::GetNumberOfRequests ( )
inline

Return the number of currently-defined requests

Definition at line 130 of file vtkStatisticsAlgorithmPrivate.h.

vtkIdType vtkStatisticsAlgorithmPrivate::GetNumberOfColumnsForRequest ( vtkIdType  r)
inline

Return the number of columns associated with request r.

Definition at line 138 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 157 of file vtkStatisticsAlgorithmPrivate.h.

Member Data Documentation

vtksys_stl::set<vtksys_stl::set<vtkStdString> > vtkStatisticsAlgorithmPrivate::Requests

Definition at line 182 of file vtkStatisticsAlgorithmPrivate.h.

vtksys_stl::set<vtkStdString> vtkStatisticsAlgorithmPrivate::Buffer

Definition at line 183 of file vtkStatisticsAlgorithmPrivate.h.


The documentation for this class was generated from the following file: