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

generates scalars from blocks. More...

#include <vtkBlockIdScalars.h>

Inherits vtkMultiBlockDataSetAlgorithm.

Public Types

typedef
vtkMultiBlockDataSetAlgorithm 
Superclass
 

Public Member Functions

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

Static Public Member Functions

static vtkBlockIdScalarsNew ()
 
static int IsTypeOf (const char *type)
 
static vtkBlockIdScalarsSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkBlockIdScalars ()
 
 ~vtkBlockIdScalars ()
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
vtkDataObject * ColorBlock (vtkDataObject *input, int group)
 

Detailed Description

generates scalars from blocks.

vtkBlockIdScalars is a filter that generates scalars using the block index for each block. Note that all sub-blocks within a block get the same scalar. The new scalars array is named BlockIdScalars.

Definition at line 29 of file vtkBlockIdScalars.h.

Member Typedef Documentation

typedef vtkMultiBlockDataSetAlgorithm vtkBlockIdScalars::Superclass

Definition at line 33 of file vtkBlockIdScalars.h.

Constructor & Destructor Documentation

vtkBlockIdScalars::vtkBlockIdScalars ( )
protected
vtkBlockIdScalars::~vtkBlockIdScalars ( )
protected

Member Function Documentation

static vtkBlockIdScalars* vtkBlockIdScalars::New ( )
static
static int vtkBlockIdScalars::IsTypeOf ( const char *  type)
static
virtual int vtkBlockIdScalars::IsA ( const char *  type)
virtual
static vtkBlockIdScalars* vtkBlockIdScalars::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkBlockIdScalars::NewInstanceInternal ( ) const
protectedvirtual
vtkBlockIdScalars* vtkBlockIdScalars::NewInstance ( ) const
void vtkBlockIdScalars::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
int vtkBlockIdScalars::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protected
vtkDataObject* vtkBlockIdScalars::ColorBlock ( vtkDataObject *  input,
int  group 
)
protected

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