vtkExtractLevel Class Reference

#include <vtkExtractLevel.h>

Inheritance diagram for vtkExtractLevel:

Inheritance graph
[legend]
Collaboration diagram for vtkExtractLevel:

Collaboration graph
[legend]

List of all members.


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)

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 vtkExtractLevelNew ()
static int IsTypeOf (const char *type)
static vtkExtractLevelSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkExtractLevel ()
 ~vtkExtractLevel ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 Implementation of the algorithm.

Member Typedef Documentation

Reimplemented from vtkHierarchicalBoxDataSetAlgorithm.

Reimplemented in vtkHierarchicalDataExtractLevel.

Definition at line 35 of file vtkExtractLevel.h.


Constructor & Destructor Documentation

vtkExtractLevel::vtkExtractLevel (  )  [protected]

vtkExtractLevel::~vtkExtractLevel (  )  [protected]


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 vtkHierarchicalBoxDataSetAlgorithm.

Reimplemented in vtkHierarchicalDataExtractLevel.

virtual const char* vtkExtractLevel::GetClassName (  )  [virtual]

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 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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkHierarchicalBoxDataSetAlgorithm.

Reimplemented in vtkHierarchicalDataExtractLevel.

static vtkExtractLevel* vtkExtractLevel::SafeDownCast ( vtkObject o  )  [static]

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]

Implementation of the algorithm.

Reimplemented from vtkHierarchicalBoxDataSetAlgorithm.


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

Generated on Wed Aug 24 11:35:47 2011 for VTK by  doxygen 1.5.6