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

generate scalars from levels More...

#include <vtkHierarchicalDataLevelFilter.h>

Inheritance diagram for vtkHierarchicalDataLevelFilter:
[legend]
Collaboration diagram for vtkHierarchicalDataLevelFilter:
[legend]

List of all members.

Public Types

typedef vtkLevelIdScalars Superclass
- Public Types inherited from vtkLevelIdScalars
- Public Types inherited from vtkHierarchicalBoxDataSetAlgorithm
- Public Types inherited from vtkAlgorithm
- Public Types inherited from vtkObject

Public Member Functions

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

Static Public Member Functions

static int IsTypeOf (const char *type)
static
vtkHierarchicalDataLevelFilter
SafeDownCast (vtkObject *o)
static
vtkHierarchicalDataLevelFilter
New ()

Protected Member Functions

 vtkHierarchicalDataLevelFilter ()
 ~vtkHierarchicalDataLevelFilter ()
- Protected Member Functions inherited from vtkLevelIdScalars
 vtkLevelIdScalars ()
 ~vtkLevelIdScalars ()
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkUniformGridColorLevel (vtkUniformGrid *input, int group)
- Protected Member Functions inherited from vtkHierarchicalBoxDataSetAlgorithm
 vtkHierarchicalBoxDataSetAlgorithm ()
 ~vtkHierarchicalBoxDataSetAlgorithm ()
virtual vtkExecutiveCreateDefaultExecutive ()
virtual int FillOutputPortInformation (int port, vtkInformation *info)
virtual int FillInputPortInformation (int port, vtkInformation *info)
vtkDataObjectGetInput (int port)
virtual int RequestDataObject (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
- Protected Member Functions inherited from vtkAlgorithm
 vtkAlgorithm ()
 ~vtkAlgorithm ()
virtual void SetNumberOfInputPorts (int n)
virtual void SetNumberOfOutputPorts (int n)
int InputPortIndexInRange (int index, const char *action)
int OutputPortIndexInRange (int index, const char *action)
int GetInputArrayAssociation (int idx, vtkInformationVector **inputVector)
virtual void ReportReferences (vtkGarbageCollector *)
virtual void SetNumberOfInputConnections (int port, int n)
int GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector)
int GetInputArrayAssociation (int idx, vtkDataObject *input)
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector)
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input)
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input, int &association)
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector)
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input)
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association)
vtkInformationGetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector)
virtual void SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input)
virtual void SetErrorCode (unsigned long)
- Protected Member Functions inherited from vtkObject
 vtkObject ()
virtual ~vtkObject ()
virtual void RegisterInternal (vtkObjectBase *, int check)
virtual void UnRegisterInternal (vtkObjectBase *, int check)
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
void InternalReleaseFocus ()
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
virtual ~vtkObjectBase ()
virtual void CollectRevisions (ostream &os)
 vtkObjectBase (const vtkObjectBase &)
void operator= (const vtkObjectBase &)

Detailed Description

generate scalars from levels

Legacy class. Use vtkLevelIdScalars instead.

See also:
vtkLevelIdScalars

Definition at line 29 of file vtkHierarchicalDataLevelFilter.h.


Member Typedef Documentation

Reimplemented from vtkLevelIdScalars.

Definition at line 32 of file vtkHierarchicalDataLevelFilter.h.


Constructor & Destructor Documentation

vtkHierarchicalDataLevelFilter::vtkHierarchicalDataLevelFilter ( )
protected
vtkHierarchicalDataLevelFilter::~vtkHierarchicalDataLevelFilter ( )
protected

Member Function Documentation

virtual const char* vtkHierarchicalDataLevelFilter::GetClassName ( )
virtual

Reimplemented from vtkLevelIdScalars.

static int vtkHierarchicalDataLevelFilter::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 vtkLevelIdScalars.

virtual int vtkHierarchicalDataLevelFilter::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 vtkLevelIdScalars.

static vtkHierarchicalDataLevelFilter* vtkHierarchicalDataLevelFilter::SafeDownCast ( vtkObject o)
static

Reimplemented from vtkLevelIdScalars.

void vtkHierarchicalDataLevelFilter::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 vtkLevelIdScalars.

static vtkHierarchicalDataLevelFilter* vtkHierarchicalDataLevelFilter::New ( )
static

Construct object with PointIds and CellIds on; and ids being generated as scalars.

Reimplemented from vtkLevelIdScalars.


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