#include <vtkHierarchicalDataExtractDataSets.h>
vtkHierarchicalDataExtractDataSets extracts the user specified list of datasets from a hierarchical dataset.
Definition at line 34 of file vtkHierarchicalDataExtractDataSets.h.
Reimplemented from vtkHierarchicalDataSetAlgorithm.
Definition at line 37 of file vtkHierarchicalDataExtractDataSets.h.
vtkHierarchicalDataExtractDataSets::vtkHierarchicalDataExtractDataSets | ( | ) | [protected] |
vtkHierarchicalDataExtractDataSets::~vtkHierarchicalDataExtractDataSets | ( | ) | [protected] |
virtual const char* vtkHierarchicalDataExtractDataSets::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkHierarchicalDataSetAlgorithm.
static int vtkHierarchicalDataExtractDataSets::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkHierarchicalDataSetAlgorithm.
virtual int vtkHierarchicalDataExtractDataSets::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkHierarchicalDataSetAlgorithm.
static vtkHierarchicalDataExtractDataSets* vtkHierarchicalDataExtractDataSets::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkHierarchicalDataSetAlgorithm.
void vtkHierarchicalDataExtractDataSets::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 vtkHierarchicalDataSetAlgorithm.
static vtkHierarchicalDataExtractDataSets* vtkHierarchicalDataExtractDataSets::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkHierarchicalDataSetAlgorithm.
void vtkHierarchicalDataExtractDataSets::AddDataSet | ( | unsigned int | level, | |
unsigned int | idx | |||
) |
Add a dataset to be extracted.
void vtkHierarchicalDataExtractDataSets::ClearDataSetList | ( | ) |
Remove all entries from the list of datasets to be extracted.
virtual int vtkHierarchicalDataExtractDataSets::RequestDataObject | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkHierarchicalDataSetAlgorithm.
virtual int vtkHierarchicalDataExtractDataSets::RequestInformation | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkHierarchicalDataSetAlgorithm.
virtual int vtkHierarchicalDataExtractDataSets::RequestData | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkHierarchicalDataSetAlgorithm.
unsigned int vtkHierarchicalDataExtractDataSets::ComputeOutputLevels | ( | unsigned int | inputNumLevels | ) | [protected] |
friend struct vtkHierarchicalDataExtractDataSetsInternals [friend] |
Definition at line 64 of file vtkHierarchicalDataExtractDataSets.h.