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

#include <vtkStatisticsAlgorithmPrivate.h>

Public Member Functions

void ResetRequests ()
 Empty current set of requests.
 
vtkIdType GetNumberOfRequests ()
 Return the number of currently-defined requests.
 
int ResetBuffer ()
 Empty current buffer.
 
int SetBufferColumnStatus (const char *colName, int status)
 Empty current buffer.
 
int AddBufferToRequests ()
 Empty current buffer.
 
int AddColumnToRequests (const char *col)
 This function does not use the buffer like other column selection methods.
 
int AddColumnPairToRequests (const char *cola, const char *colb)
 This function does not use the buffer like other column selection methods.
 
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

std::set< std::set< vtkStdString > > Requests
 
std::set< vtkStdStringBuffer
 

Detailed Description

Definition at line 26 of file vtkStatisticsAlgorithmPrivate.h.

Member Function Documentation

◆ ResetRequests()

void vtkStatisticsAlgorithmPrivate::ResetRequests ( )
inline

Empty current set of requests.

Definition at line 33 of file vtkStatisticsAlgorithmPrivate.h.

◆ ResetBuffer()

int vtkStatisticsAlgorithmPrivate::ResetBuffer ( )
inline

Empty current buffer.

Definition at line 39 of file vtkStatisticsAlgorithmPrivate.h.

◆ SetBufferColumnStatus()

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

Empty current buffer.

Definition at line 46 of file vtkStatisticsAlgorithmPrivate.h.

◆ AddBufferToRequests()

int vtkStatisticsAlgorithmPrivate::AddBufferToRequests ( )
inline

Empty current buffer.

Definition at line 58 of file vtkStatisticsAlgorithmPrivate.h.

◆ AddColumnToRequests()

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

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

Definition at line 74 of file vtkStatisticsAlgorithmPrivate.h.

◆ AddColumnPairToRequests()

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 93 of file vtkStatisticsAlgorithmPrivate.h.

◆ GetNumberOfRequests()

vtkIdType vtkStatisticsAlgorithmPrivate::GetNumberOfRequests ( )
inline

Return the number of currently-defined requests.

Definition at line 112 of file vtkStatisticsAlgorithmPrivate.h.

◆ GetNumberOfColumnsForRequest()

vtkIdType vtkStatisticsAlgorithmPrivate::GetNumberOfColumnsForRequest ( vtkIdType  r)
inline

Return the number of columns associated with request r.

Definition at line 118 of file vtkStatisticsAlgorithmPrivate.h.

◆ GetColumnForRequest()

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 138 of file vtkStatisticsAlgorithmPrivate.h.

Member Data Documentation

◆ Requests

std::set<std::set<vtkStdString> > vtkStatisticsAlgorithmPrivate::Requests

Definition at line 163 of file vtkStatisticsAlgorithmPrivate.h.

◆ Buffer

std::set<vtkStdString> vtkStatisticsAlgorithmPrivate::Buffer

Definition at line 164 of file vtkStatisticsAlgorithmPrivate.h.


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