VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkExtractLevel Class Reference

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

#include <vtkExtractLevel.h>

Inheritance diagram for vtkExtractLevel:
[legend]

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 vtkObjectBase * NewInstanceInternal () const
 
 vtkExtractLevel ()
 
 ~vtkExtractLevel ()
 
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 Implementation of the algorithm. More...
 
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

typedef vtkMultiBlockDataSetAlgorithm vtkExtractLevel::Superclass

Definition at line 40 of file vtkExtractLevel.h.

Constructor & Destructor Documentation

vtkExtractLevel::vtkExtractLevel ( )
protected
vtkExtractLevel::~vtkExtractLevel ( )
protected

Member Function Documentation

static vtkExtractLevel* vtkExtractLevel::New ( )
static
static int vtkExtractLevel::IsTypeOf ( const char *  type)
static
virtual int vtkExtractLevel::IsA ( const char *  type)
virtual
static vtkExtractLevel* vtkExtractLevel::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkExtractLevel::NewInstanceInternal ( ) const
protectedvirtual
vtkExtractLevel* vtkExtractLevel::NewInstance ( ) const
void vtkExtractLevel::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
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 *   
)
protectedvirtual
virtual int vtkExtractLevel::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual

Implementation of the algorithm.

virtual int vtkExtractLevel::FillInputPortInformation ( int  port,
vtkInformation *  info 
)
protectedvirtual
virtual int vtkExtractLevel::FillOutputPortInformation ( int  port,
vtkInformation *  info 
)
protectedvirtual

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