VTK
|
generate scalars from levels. More...
#include <vtkOverlappingAMRLevelIdScalars.h>
Public Types | |
typedef vtkOverlappingAMRAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkOverlappingAMRLevelIdScalars * | NewInstance () 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) |
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.
Reimplemented from vtkOverlappingAMRAlgorithm.
Reimplemented in vtkHierarchicalDataLevelFilter, and vtkLevelIdScalars.
Definition at line 37 of file vtkOverlappingAMRLevelIdScalars.h.
vtkOverlappingAMRLevelIdScalars::vtkOverlappingAMRLevelIdScalars | ( | ) | [protected] |
static vtkOverlappingAMRLevelIdScalars* vtkOverlappingAMRLevelIdScalars::New | ( | ) | [static] |
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.
static vtkOverlappingAMRLevelIdScalars* vtkOverlappingAMRLevelIdScalars::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkOverlappingAMRAlgorithm.
Reimplemented in vtkHierarchicalDataLevelFilter, and vtkLevelIdScalars.
virtual vtkObjectBase* vtkOverlappingAMRLevelIdScalars::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkOverlappingAMRAlgorithm.
Reimplemented in vtkHierarchicalDataLevelFilter, and vtkLevelIdScalars.
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.
int vtkOverlappingAMRLevelIdScalars::RequestData | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkUniformGridAMRAlgorithm.
void vtkOverlappingAMRLevelIdScalars::AddColorLevels | ( | vtkUniformGridAMR * | input, |
vtkUniformGridAMR * | output | ||
) | [protected] |
vtkUniformGrid* vtkOverlappingAMRLevelIdScalars::ColorLevel | ( | vtkUniformGrid * | input, |
int | group | ||
) | [protected] |