VTK
|
extract levels between min and max from a hierarchical box dataset. More...
#include <vtkExtractLevel.h>
Public Types | |
typedef vtkMultiBlockDataSetAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkExtractLevel * | NewInstance () const |
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 (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkExtractLevel () | |
~vtkExtractLevel () | |
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Implementation of the algorithm. | |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
virtual int | FillOutputPortInformation (int port, vtkInformation *info) |
extract levels between min and max from a hierarchical box dataset.
vtkExtractLevel filter extracts the levels between (and including) the user specified min and max levels.
Definition at line 35 of file vtkExtractLevel.h.
Reimplemented from vtkMultiBlockDataSetAlgorithm.
Reimplemented in vtkHierarchicalDataExtractLevel.
Definition at line 40 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 vtkMultiBlockDataSetAlgorithm.
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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkMultiBlockDataSetAlgorithm.
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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkMultiBlockDataSetAlgorithm.
Reimplemented in vtkHierarchicalDataExtractLevel.
static vtkExtractLevel* vtkExtractLevel::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkMultiBlockDataSetAlgorithm.
Reimplemented in vtkHierarchicalDataExtractLevel.
virtual vtkObjectBase* vtkExtractLevel::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkMultiBlockDataSetAlgorithm.
Reimplemented in vtkHierarchicalDataExtractLevel.
vtkExtractLevel* vtkExtractLevel::NewInstance | ( | ) | const |
Reimplemented from vtkMultiBlockDataSetAlgorithm.
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 vtkMultiBlockDataSetAlgorithm.
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::RequestUpdateExtent | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkMultiBlockDataSetAlgorithm.
virtual int vtkExtractLevel::RequestData | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
Implementation of the algorithm.
Reimplemented from vtkMultiBlockDataSetAlgorithm.
virtual int vtkExtractLevel::FillInputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkMultiBlockDataSetAlgorithm.
virtual int vtkExtractLevel::FillOutputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkMultiBlockDataSetAlgorithm.