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

generate scalars from levels. More...

#include <vtkNonOverlappingAMRLevelIdScalars.h>

Inherits vtkNonOverlappingAMRAlgorithm.

Public Types

typedef
vtkNonOverlappingAMRAlgorithm 
Superclass
 

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkNonOverlappingAMRLevelIdScalars ()
 
 ~vtkNonOverlappingAMRLevelIdScalars ()
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
void AddColorLevels (vtkUniformGridAMR *input, vtkUniformGridAMR *output)
 
vtkUniformGrid * ColorLevel (vtkUniformGrid *input, int group)
 

Detailed Description

generate scalars from levels.

vtkNonOverlappingAMRLevelIdScalars 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 vtkNonOverlappingAMRLevelIdScalars.h.

Member Typedef Documentation

typedef vtkNonOverlappingAMRAlgorithm vtkNonOverlappingAMRLevelIdScalars::Superclass

Definition at line 37 of file vtkNonOverlappingAMRLevelIdScalars.h.

Constructor & Destructor Documentation

vtkNonOverlappingAMRLevelIdScalars::vtkNonOverlappingAMRLevelIdScalars ( )
protected
vtkNonOverlappingAMRLevelIdScalars::~vtkNonOverlappingAMRLevelIdScalars ( )
protected

Member Function Documentation

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

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