create a subtable made with selected columns of the input vtkTable and transpose it.
More...
#include <vtkPVTransposeTable.h>
Inherits vtkTransposeTable.
create a subtable made with selected columns of the input vtkTable and transpose it.
This ParaView filter allows to select the columns of the input table that must be included in the transposed table. This filter can also be use to extract a non transposed table made by the selected columns.
Definition at line 34 of file vtkPVTransposeTable.h.
§ Superclass
§ vtkPVTransposeTable()
vtkPVTransposeTable::vtkPVTransposeTable |
( |
| ) |
|
|
protected |
§ ~vtkPVTransposeTable()
virtual vtkPVTransposeTable::~vtkPVTransposeTable |
( |
| ) |
|
|
protectedvirtual |
§ New()
§ GetClassName()
virtual const char* vtkPVTransposeTable::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkPVTransposeTable::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkPVTransposeTable::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
virtual void vtkPVTransposeTable::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
virtual |
§ EnableAttributeArray()
void vtkPVTransposeTable::EnableAttributeArray |
( |
const char * |
| ) |
|
Interface for preparing selection of arrays in ParaView.
§ ClearAttributeArrays()
void vtkPVTransposeTable::ClearAttributeArrays |
( |
| ) |
|
Interface for preparing selection of arrays in ParaView.
§ GetDoNotTranspose()
virtual bool vtkPVTransposeTable::GetDoNotTranspose |
( |
| ) |
|
|
virtual |
Can be used to bypass the transposition code.
The output is then the table made with the selected columns.
§ SetDoNotTranspose()
virtual void vtkPVTransposeTable::SetDoNotTranspose |
( |
bool |
| ) |
|
|
virtual |
Can be used to bypass the transposition code.
The output is then the table made with the selected columns.
§ DoNotTransposeOn()
virtual void vtkPVTransposeTable::DoNotTransposeOn |
( |
| ) |
|
|
virtual |
Can be used to bypass the transposition code.
The output is then the table made with the selected columns.
§ DoNotTransposeOff()
virtual void vtkPVTransposeTable::DoNotTransposeOff |
( |
| ) |
|
|
virtual |
Can be used to bypass the transposition code.
The output is then the table made with the selected columns.
§ RequestData()
int vtkPVTransposeTable::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
§ Internal
PVTransposeTableInternal* vtkPVTransposeTable::Internal |
|
protected |
§ DoNotTranspose
bool vtkPVTransposeTable::DoNotTranspose |
|
protected |
The documentation for this class was generated from the following file: