#include <vtkExtractDataSets.h>
vtkExtractDataSets accepts a vtkHierarchicalBoxDataSet as input and extracts different datasets from different levels. The output is vtkHierarchicalBoxDataSet with same structure as the input with only the selected datasets passed through.
Definition at line 29 of file vtkExtractDataSets.h.
Public Types | |
typedef vtkHierarchicalBoxDataSetAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | AddDataSet (unsigned int level, unsigned int idx) |
void | ClearDataSetList () |
Static Public Member Functions | |
static vtkExtractDataSets * | New () |
static int | IsTypeOf (const char *type) |
static vtkExtractDataSets * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkExtractDataSets () | |
~vtkExtractDataSets () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Reimplemented from vtkHierarchicalBoxDataSetAlgorithm.
Reimplemented in vtkHierarchicalDataExtractDataSets.
Definition at line 33 of file vtkExtractDataSets.h.
vtkExtractDataSets::vtkExtractDataSets | ( | ) | [protected] |
vtkExtractDataSets::~vtkExtractDataSets | ( | ) | [protected] |
static vtkExtractDataSets* vtkExtractDataSets::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkHierarchicalBoxDataSetAlgorithm.
Reimplemented in vtkHierarchicalDataExtractDataSets.
virtual const char* vtkExtractDataSets::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkHierarchicalBoxDataSetAlgorithm.
Reimplemented in vtkHierarchicalDataExtractDataSets.
static int vtkExtractDataSets::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkHierarchicalBoxDataSetAlgorithm.
Reimplemented in vtkHierarchicalDataExtractDataSets.
virtual int vtkExtractDataSets::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkHierarchicalBoxDataSetAlgorithm.
Reimplemented in vtkHierarchicalDataExtractDataSets.
static vtkExtractDataSets* vtkExtractDataSets::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkHierarchicalBoxDataSetAlgorithm.
Reimplemented in vtkHierarchicalDataExtractDataSets.
void vtkExtractDataSets::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkHierarchicalBoxDataSetAlgorithm.
Reimplemented in vtkHierarchicalDataExtractDataSets.
void vtkExtractDataSets::AddDataSet | ( | unsigned int | level, | |
unsigned int | idx | |||
) |
Add a dataset to be extracted.
void vtkExtractDataSets::ClearDataSetList | ( | ) |
Remove all entries from the list of datasets to be extracted.
virtual int vtkExtractDataSets::RequestData | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkHierarchicalBoxDataSetAlgorithm.