VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkOverlappingAMRLevelIdScalars Class Reference

generate scalars from levels. More...

#include <vtkOverlappingAMRLevelIdScalars.h>

Inheritance diagram for vtkOverlappingAMRLevelIdScalars:
Inheritance graph
[legend]
Collaboration diagram for vtkOverlappingAMRLevelIdScalars:
Collaboration graph
[legend]

List of all members.

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 vtkObjectBaseNewInstanceInternal () const
 vtkOverlappingAMRLevelIdScalars ()
 ~vtkOverlappingAMRLevelIdScalars ()
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void AddColorLevels (vtkUniformGridAMR *input, vtkUniformGridAMR *output)
vtkUniformGridColorLevel (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

Reimplemented from vtkOverlappingAMRAlgorithm.

Reimplemented in vtkHierarchicalDataLevelFilter, and vtkLevelIdScalars.

Definition at line 37 of file vtkOverlappingAMRLevelIdScalars.h.


Constructor & Destructor Documentation


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkOverlappingAMRAlgorithm.

Reimplemented in vtkHierarchicalDataLevelFilter, and vtkLevelIdScalars.

static int vtkOverlappingAMRLevelIdScalars::IsTypeOf ( const char *  name) [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkOverlappingAMRAlgorithm.

Reimplemented in vtkHierarchicalDataLevelFilter, and vtkLevelIdScalars.

virtual int vtkOverlappingAMRLevelIdScalars::IsA ( const char *  name) [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkOverlappingAMRAlgorithm.

Reimplemented in vtkHierarchicalDataLevelFilter, and vtkLevelIdScalars.

void vtkOverlappingAMRLevelIdScalars::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkOverlappingAMRAlgorithm.

Reimplemented in vtkHierarchicalDataLevelFilter, and vtkLevelIdScalars.

This is called by the superclass. This is the method you should override.

Reimplemented from vtkUniformGridAMRAlgorithm.


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