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

generate scalars from levels. More...

#include <vtkOverlappingAMRLevelIdScalars.h>

Inheritance diagram for vtkOverlappingAMRLevelIdScalars:
[legend]

Public Types

typedef vtkOverlappingAMRAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkOverlappingAMRLevelIdScalarsNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 

Static Public Member Functions

static
vtkOverlappingAMRLevelIdScalars
New ()
 
static int IsTypeOf (const char *type)
 
static
vtkOverlappingAMRLevelIdScalars
SafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 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.

vtkOverlappingAMRLevelIdScalars is a filter that generates scalars using the level number for each level. Note that all datasets within a level get the same scalar. The new scalars array is named LevelIdScalars.

Definition at line 32 of file vtkOverlappingAMRLevelIdScalars.h.

Member Typedef Documentation

typedef vtkOverlappingAMRAlgorithm vtkOverlappingAMRLevelIdScalars::Superclass

Definition at line 37 of file vtkOverlappingAMRLevelIdScalars.h.

Constructor & Destructor Documentation

vtkOverlappingAMRLevelIdScalars::vtkOverlappingAMRLevelIdScalars ( )
protected
vtkOverlappingAMRLevelIdScalars::~vtkOverlappingAMRLevelIdScalars ( )
protected

Member Function Documentation

static vtkOverlappingAMRLevelIdScalars* vtkOverlappingAMRLevelIdScalars::New ( )
static
static int vtkOverlappingAMRLevelIdScalars::IsTypeOf ( const char *  type)
static
virtual int vtkOverlappingAMRLevelIdScalars::IsA ( const char *  type)
virtual
static vtkOverlappingAMRLevelIdScalars* vtkOverlappingAMRLevelIdScalars::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkOverlappingAMRLevelIdScalars::NewInstanceInternal ( ) const
protectedvirtual
vtkOverlappingAMRLevelIdScalars* vtkOverlappingAMRLevelIdScalars::NewInstance ( ) const
void vtkOverlappingAMRLevelIdScalars::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
int vtkOverlappingAMRLevelIdScalars::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protected
void vtkOverlappingAMRLevelIdScalars::AddColorLevels ( vtkUniformGridAMR *  input,
vtkUniformGridAMR *  output 
)
protected
vtkUniformGrid* vtkOverlappingAMRLevelIdScalars::ColorLevel ( vtkUniformGrid *  input,
int  group 
)
protected

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