#include <vtkExtractLevel.h>
vtkExtractLevel filter extracts the levels between (and including) the user specified min and max levels.
Definition at line 31 of file vtkExtractLevel.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 | AddLevel (unsigned int level) |
void | RemoveLevel (unsigned int level) |
void | RemoveAllLevels () |
Static Public Member Functions | |
static vtkExtractLevel * | New () |
static int | IsTypeOf (const char *type) |
static vtkExtractLevel * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkExtractLevel () | |
~vtkExtractLevel () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Implementation of the algorithm. |
Reimplemented from vtkHierarchicalBoxDataSetAlgorithm.
Reimplemented in vtkHierarchicalDataExtractLevel.
Definition at line 35 of file vtkExtractLevel.h.
vtkExtractLevel::vtkExtractLevel | ( | ) | [protected] |
vtkExtractLevel::~vtkExtractLevel | ( | ) | [protected] |
static vtkExtractLevel* vtkExtractLevel::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkHierarchicalBoxDataSetAlgorithm.
Reimplemented in vtkHierarchicalDataExtractLevel.
virtual const char* vtkExtractLevel::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkHierarchicalBoxDataSetAlgorithm.
Reimplemented in vtkHierarchicalDataExtractLevel.
static int vtkExtractLevel::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 vtkHierarchicalBoxDataSetAlgorithm.
Reimplemented in vtkHierarchicalDataExtractLevel.
virtual int vtkExtractLevel::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 vtkHierarchicalBoxDataSetAlgorithm.
Reimplemented in vtkHierarchicalDataExtractLevel.
static vtkExtractLevel* vtkExtractLevel::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkHierarchicalBoxDataSetAlgorithm.
Reimplemented in vtkHierarchicalDataExtractLevel.
void vtkExtractLevel::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 vtkHierarchicalDataExtractLevel.
void vtkExtractLevel::AddLevel | ( | unsigned int | level | ) |
Select the levels that should be extracted. All other levels will have no datasets in them.
void vtkExtractLevel::RemoveLevel | ( | unsigned int | level | ) |
Select the levels that should be extracted. All other levels will have no datasets in them.
void vtkExtractLevel::RemoveAllLevels | ( | ) |
Select the levels that should be extracted. All other levels will have no datasets in them.
virtual int vtkExtractLevel::RequestData | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |