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

generate scalars from levels More...

#include <vtkHierarchicalDataLevelFilter.h>

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

Public Types

typedef vtkLevelIdScalars Superclass
 
- Public Types inherited from vtkLevelIdScalars
typedef
vtkOverlappingAMRLevelIdScalars 
Superclass
 
- Public Types inherited from vtkOverlappingAMRLevelIdScalars
typedef vtkOverlappingAMRAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkHierarchicalDataLevelFilterNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
- Public Member Functions inherited from vtkLevelIdScalars
vtkLevelIdScalarsNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
- Public Member Functions inherited from vtkOverlappingAMRLevelIdScalars
vtkOverlappingAMRLevelIdScalarsNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static
vtkHierarchicalDataLevelFilter
SafeDownCast (vtkObjectBase *o)
 
static
vtkHierarchicalDataLevelFilter
New ()
 
- Static Public Member Functions inherited from vtkLevelIdScalars
static vtkLevelIdScalarsNew ()
 
static int IsTypeOf (const char *type)
 
static vtkLevelIdScalarsSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkOverlappingAMRLevelIdScalars
static
vtkOverlappingAMRLevelIdScalars
New ()
 
static int IsTypeOf (const char *type)
 
static
vtkOverlappingAMRLevelIdScalars
SafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkHierarchicalDataLevelFilter ()
 
 ~vtkHierarchicalDataLevelFilter ()
 
- Protected Member Functions inherited from vtkLevelIdScalars
 vtkLevelIdScalars ()
 
virtual ~vtkLevelIdScalars ()
 
- Protected Member Functions inherited from vtkOverlappingAMRLevelIdScalars
 vtkOverlappingAMRLevelIdScalars ()
 
 ~vtkOverlappingAMRLevelIdScalars ()
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
void AddColorLevels (vtkUniformGridAMR *input, vtkUniformGridAMR *output)
 
vtkUniformGrid * ColorLevel (vtkUniformGrid *input, int group)
 

Detailed Description

generate scalars from levels

Legacy class. Use vtkLevelIdScalars instead.

See Also
vtkLevelIdScalars

Definition at line 30 of file vtkHierarchicalDataLevelFilter.h.

Member Typedef Documentation

Definition at line 33 of file vtkHierarchicalDataLevelFilter.h.

Constructor & Destructor Documentation

vtkHierarchicalDataLevelFilter::vtkHierarchicalDataLevelFilter ( )
protected
vtkHierarchicalDataLevelFilter::~vtkHierarchicalDataLevelFilter ( )
protected

Member Function Documentation

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

Reimplemented from vtkLevelIdScalars.

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

Reimplemented from vtkLevelIdScalars.

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

Construct object with PointIds and CellIds on; and ids being generated as scalars.


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