VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkExtractLevel Class Reference

extract levels between min and max from a hierarchical box dataset. More...

#include <vtkExtractLevel.h>

Inheritance diagram for vtkExtractLevel:
Inheritance graph
[legend]
Collaboration diagram for vtkExtractLevel:
Collaboration graph
[legend]

List of all members.

Public Types

typedef
vtkMultiBlockDataSetAlgorithm 
Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkExtractLevelNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
void AddLevel (unsigned int level)
void RemoveLevel (unsigned int level)
void RemoveAllLevels ()

Static Public Member Functions

static vtkExtractLevelNew ()
static int IsTypeOf (const char *type)
static vtkExtractLevelSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () 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)

Detailed Description

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.

Examples:
vtkExtractLevel (Examples)
Tests:
vtkExtractLevel (Tests)

Definition at line 35 of file vtkExtractLevel.h.


Member Typedef Documentation

Reimplemented from vtkMultiBlockDataSetAlgorithm.

Reimplemented in vtkHierarchicalDataExtractLevel.

Definition at line 40 of file vtkExtractLevel.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

Reimplemented from vtkMultiBlockDataSetAlgorithm.

Reimplemented in vtkHierarchicalDataExtractLevel.

virtual vtkObjectBase* vtkExtractLevel::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkMultiBlockDataSetAlgorithm.

Reimplemented in vtkHierarchicalDataExtractLevel.

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.

Select the levels that should be extracted. All other levels will have no datasets in them.

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.


The documentation for this class was generated from the following file: