return a sorted subset of the original table
More...
#include <vtkSortedTableStreamer.h>
Inherits vtkTableAlgorithm.
return a sorted subset of the original table
This filter is used quickly get a sorted subset of a given vtkTable. By sorted we mean a subset build from a global sort even if some optimisation allow us to skip a global table sorting.
Definition at line 34 of file vtkSortedTableStreamer.h.
§ Superclass
Test the internal structure and make sure that they behave as expected.
Return true if everything is OK, false otherwise.
Definition at line 51 of file vtkSortedTableStreamer.h.
§ vtkSortedTableStreamer()
vtkSortedTableStreamer::vtkSortedTableStreamer |
( |
| ) |
|
|
protected |
§ ~vtkSortedTableStreamer()
vtkSortedTableStreamer::~vtkSortedTableStreamer |
( |
| ) |
|
|
protected |
§ PrintInfo()
static void vtkSortedTableStreamer::PrintInfo |
( |
vtkTable * |
input | ) |
|
|
static |
§ TestInternalClasses()
static bool vtkSortedTableStreamer::TestInternalClasses |
( |
| ) |
|
|
static |
Test the internal structure and make sure that they behave as expected.
Return true if everything is OK, false otherwise.
§ New()
Test the internal structure and make sure that they behave as expected.
Return true if everything is OK, false otherwise.
§ GetClassName()
virtual const char* vtkSortedTableStreamer::GetClassName |
( |
| ) |
|
|
virtual |
Test the internal structure and make sure that they behave as expected.
Return true if everything is OK, false otherwise.
§ IsTypeOf()
static int vtkSortedTableStreamer::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
Test the internal structure and make sure that they behave as expected.
Return true if everything is OK, false otherwise.
§ IsA()
virtual int vtkSortedTableStreamer::IsA |
( |
const char * |
type | ) |
|
|
virtual |
Test the internal structure and make sure that they behave as expected.
Return true if everything is OK, false otherwise.
§ SafeDownCast()
Test the internal structure and make sure that they behave as expected.
Return true if everything is OK, false otherwise.
§ PrintSelf()
void vtkSortedTableStreamer::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
Test the internal structure and make sure that they behave as expected.
Return true if everything is OK, false otherwise.
§ FillInputPortInformation()
int vtkSortedTableStreamer::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
Only one input which is the table to sort.
§ GetBlock()
virtual vtkIdType vtkSortedTableStreamer::GetBlock |
( |
| ) |
|
|
virtual |
Block index used to select a data range.
§ SetBlock()
virtual void vtkSortedTableStreamer::SetBlock |
( |
vtkIdType |
| ) |
|
|
virtual |
Block index used to select a data range.
§ GetBlockSize()
virtual vtkIdType vtkSortedTableStreamer::GetBlockSize |
( |
| ) |
|
|
virtual |
Set the block size.
Default value is 1024
§ SetBlockSize()
virtual void vtkSortedTableStreamer::SetBlockSize |
( |
vtkIdType |
| ) |
|
|
virtual |
Set the block size.
Default value is 1024
§ GetSelectedComponent()
virtual int vtkSortedTableStreamer::GetSelectedComponent |
( |
| ) |
|
|
virtual |
Choose on which colum the sort operation should occurs.
§ SetSelectedComponent()
virtual void vtkSortedTableStreamer::SetSelectedComponent |
( |
int |
| ) |
|
|
virtual |
Choose on which colum the sort operation should occurs.
§ SetController()
void vtkSortedTableStreamer::SetController |
( |
vtkMultiProcessController * |
| ) |
|
Get/Set the MPI controller used for gathering.
§ GetController()
virtual vtkMultiProcessController* vtkSortedTableStreamer::GetController |
( |
| ) |
|
|
virtual |
Get/Set the MPI controller used for gathering.
§ GetColumnNameToSort()
const char* vtkSortedTableStreamer::GetColumnNameToSort |
( |
| ) |
|
Choose on which colum the sort operation should occurs.
§ SetColumnNameToSort()
void vtkSortedTableStreamer::SetColumnNameToSort |
( |
const char * |
columnName | ) |
|
§ SetInvertOrder()
void vtkSortedTableStreamer::SetInvertOrder |
( |
int |
newValue | ) |
|
§ GetInvertOrder()
virtual int vtkSortedTableStreamer::GetInvertOrder |
( |
| ) |
|
|
virtual |
§ RequestData()
int vtkSortedTableStreamer::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
§ CreateInternalIfNeeded()
void vtkSortedTableStreamer::CreateInternalIfNeeded |
( |
vtkTable * |
input, |
|
|
vtkDataArray * |
data |
|
) |
| |
|
protected |
§ GetDataArrayToProcess()
vtkDataArray* vtkSortedTableStreamer::GetDataArrayToProcess |
( |
vtkTable * |
input | ) |
|
|
protected |
§ GetColumnToSort()
virtual char* vtkSortedTableStreamer::GetColumnToSort |
( |
| ) |
|
|
protectedvirtual |
Choose on which colum the sort operation should occurs.
§ SetColumnToSort()
virtual void vtkSortedTableStreamer::SetColumnToSort |
( |
const char * |
| ) |
|
|
protectedvirtual |
Choose on which colum the sort operation should occurs.
§ Block
vtkIdType vtkSortedTableStreamer::Block |
|
protected |
§ BlockSize
vtkIdType vtkSortedTableStreamer::BlockSize |
|
protected |
§ Controller
vtkMultiProcessController* vtkSortedTableStreamer::Controller |
|
protected |
§ ColumnToSort
char* vtkSortedTableStreamer::ColumnToSort |
|
protected |
§ SelectedComponent
int vtkSortedTableStreamer::SelectedComponent |
|
protected |
§ InvertOrder
int vtkSortedTableStreamer::InvertOrder |
|
protected |
The documentation for this class was generated from the following file: