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
vtkHierarchicalDataExtractLevel Class Reference

extact levels between min and max More...

#include <vtkHierarchicalDataExtractLevel.h>

Inheritance diagram for vtkHierarchicalDataExtractLevel:
[legend]
Collaboration diagram for vtkHierarchicalDataExtractLevel:
[legend]

Public Types

typedef vtkExtractLevel Superclass
 
- Public Types inherited from vtkExtractLevel
typedef
vtkMultiBlockDataSetAlgorithm 
Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkHierarchicalDataExtractLevelNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
- Public Member Functions inherited from vtkExtractLevel
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 int IsTypeOf (const char *type)
 
static
vtkHierarchicalDataExtractLevel
SafeDownCast (vtkObjectBase *o)
 
static
vtkHierarchicalDataExtractLevel
New ()
 
- Static Public Member Functions inherited from vtkExtractLevel
static vtkExtractLevelNew ()
 
static int IsTypeOf (const char *type)
 
static vtkExtractLevelSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkHierarchicalDataExtractLevel ()
 
 ~vtkHierarchicalDataExtractLevel ()
 
- Protected Member Functions inherited from vtkExtractLevel
 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

extact levels between min and max

Legacy class. Use vtkExtractLevel instead.

Tests:
vtkHierarchicalDataExtractLevel (Tests)

Definition at line 30 of file vtkHierarchicalDataExtractLevel.h.

Member Typedef Documentation

Definition at line 33 of file vtkHierarchicalDataExtractLevel.h.

Constructor & Destructor Documentation

vtkHierarchicalDataExtractLevel::vtkHierarchicalDataExtractLevel ( )
protected
vtkHierarchicalDataExtractLevel::~vtkHierarchicalDataExtractLevel ( )
protected

Member Function Documentation

static int vtkHierarchicalDataExtractLevel::IsTypeOf ( const char *  type)
static
virtual int vtkHierarchicalDataExtractLevel::IsA ( const char *  type)
virtual

Reimplemented from vtkExtractLevel.

static vtkHierarchicalDataExtractLevel* vtkHierarchicalDataExtractLevel::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkHierarchicalDataExtractLevel::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkExtractLevel.

vtkHierarchicalDataExtractLevel* vtkHierarchicalDataExtractLevel::NewInstance ( ) const
void vtkHierarchicalDataExtractLevel::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
static vtkHierarchicalDataExtractLevel* vtkHierarchicalDataExtractLevel::New ( )
static

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