split multicomponent table columns
More...
#include <vtkSplitColumnComponents.h>
Inherits vtkTableAlgorithm.
split multicomponent table columns
Splits any columns in a table that have more than one component into individual columns. Single component columns are passed through without any data duplication. So if column names "Points" had three components this column would be split into "Points (0)", "Points (1)" and Points (2)".
- Tests:
- vtkSplitColumnComponents (Tests)
Definition at line 39 of file vtkSplitColumnComponents.h.
vtkSplitColumnComponents::vtkSplitColumnComponents |
( |
| ) |
|
|
protected |
vtkSplitColumnComponents::~vtkSplitColumnComponents |
( |
| ) |
|
|
protected |
static int vtkSplitColumnComponents::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkSplitColumnComponents::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkSplitColumnComponents::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkSplitColumnComponents::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkSplitColumnComponents::SetCalculateMagnitudes |
( |
bool |
| ) |
|
|
virtual |
If on this filter will calculate an additional magnitude column for all columns it splits with two or more components. Default is on.
virtual bool vtkSplitColumnComponents::GetCalculateMagnitudes |
( |
| ) |
|
|
virtual |
If on this filter will calculate an additional magnitude column for all columns it splits with two or more components. Default is on.
int vtkSplitColumnComponents::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
bool vtkSplitColumnComponents::CalculateMagnitudes |
|
protected |
The documentation for this class was generated from the following file: