ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkPVTransposeTable Class Reference

create a subtable made with selected columns of the input vtkTable and transpose it. More...

#include <vtkPVTransposeTable.h>

Inherits vtkTransposeTable.

Public Types

typedef vtkTransposeTable Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
virtual void PrintSelf (ostream &os, vtkIndent indent)
 
void EnableAttributeArray (const char *)
 Interface for preparing selection of arrays in ParaView. More...
 
void ClearAttributeArrays ()
 Interface for preparing selection of arrays in ParaView. More...
 
virtual bool GetDoNotTranspose ()
 Can be used to bypass the transposition code. More...
 
virtual void SetDoNotTranspose (bool)
 Can be used to bypass the transposition code. More...
 
virtual void DoNotTransposeOn ()
 Can be used to bypass the transposition code. More...
 
virtual void DoNotTransposeOff ()
 Can be used to bypass the transposition code. More...
 

Static Public Member Functions

static vtkPVTransposeTableNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVTransposeTableSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPVTransposeTable ()
 
virtual ~vtkPVTransposeTable ()
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 

Protected Attributes

PVTransposeTableInternal * Internal
 
bool DoNotTranspose
 

Detailed Description

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.

Member Typedef Documentation

§ Superclass

typedef vtkTransposeTable vtkPVTransposeTable::Superclass

Definition at line 38 of file vtkPVTransposeTable.h.

Constructor & Destructor Documentation

§ vtkPVTransposeTable()

vtkPVTransposeTable::vtkPVTransposeTable ( )
protected

§ ~vtkPVTransposeTable()

virtual vtkPVTransposeTable::~vtkPVTransposeTable ( )
protectedvirtual

Member Function Documentation

§ New()

static vtkPVTransposeTable* vtkPVTransposeTable::New ( )
static

§ 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()

static vtkPVTransposeTable* vtkPVTransposeTable::SafeDownCast ( vtkObject *  o)
static

§ 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

Member Data Documentation

§ Internal

PVTransposeTableInternal* vtkPVTransposeTable::Internal
protected

Definition at line 65 of file vtkPVTransposeTable.h.

§ DoNotTranspose

bool vtkPVTransposeTable::DoNotTranspose
protected

Definition at line 67 of file vtkPVTransposeTable.h.


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