#include <vtkHierarchicalDataExtractLevel.h>
Inheritance diagram for vtkHierarchicalDataExtractLevel:
vtkHierarchicalDataExtractLevel is a filter to that extracts levels between user specified min and max.
Definition at line 33 of file vtkHierarchicalDataExtractLevel.h.
virtual void | SetMinLevel (unsigned int) |
virtual unsigned int | GetMinLevel () |
static vtkHierarchicalDataExtractLevel * | New () |
Public Types | |
typedef vtkHierarchicalDataSetAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetMaxLevel (unsigned int) |
virtual unsigned int | GetMaxLevel () |
void | SetLevelRange (unsigned int min, unsigned int max) |
virtual int * | GetInputLevels () |
virtual void | GetInputLevels (int &, int &) |
virtual void | GetInputLevels (int[2]) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkHierarchicalDataExtractLevel * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkHierarchicalDataExtractLevel () | |
~vtkHierarchicalDataExtractLevel () | |
virtual int | RequestDataObject (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
unsigned int | MinLevel |
unsigned int | MaxLevel |
int | InputLevels [2] |
|
Reimplemented from vtkHierarchicalDataSetAlgorithm. Definition at line 36 of file vtkHierarchicalDataExtractLevel.h. |
|
|
|
|
|
Reimplemented from vtkHierarchicalDataSetAlgorithm. |
|
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. |
|
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. |
|
Reimplemented from vtkHierarchicalDataSetAlgorithm. |
|
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. |
|
Minimum level to be extacted Reimplemented from vtkHierarchicalDataSetAlgorithm. |
|
Minimum level to be extacted |
|
Minimum level to be extacted |
|
Maximum level to be extacted |
|
Maximum level to be extacted |
|
Sets the min and max levels Definition at line 55 of file vtkHierarchicalDataExtractLevel.h. |
|
Returns input min (always 0) and max levels. |
|
Returns input min (always 0) and max levels. |
|
Returns input min (always 0) and max levels. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkHierarchicalDataSetAlgorithm. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkHierarchicalDataSetAlgorithm. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkHierarchicalDataSetAlgorithm. |
|
Definition at line 81 of file vtkHierarchicalDataExtractLevel.h. |
|
Definition at line 82 of file vtkHierarchicalDataExtractLevel.h. |
|
Definition at line 83 of file vtkHierarchicalDataExtractLevel.h. |